File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 </properties >
2424
2525 <modules >
26- <module >statistics/dto</module >
27- <module >statistics/client</module >
28- <module >statistics/server</module >
26+ <module >statistics</module >
2927 <module >ewm-service</module >
3028 </modules >
3129
Original file line number Diff line number Diff line change 66
77 <parent >
88 <groupId >ru.practicum</groupId >
9- <artifactId >explore-with-me </artifactId >
9+ <artifactId >statistics </artifactId >
1010 <version >0.0.1-SNAPSHOT</version >
11- <relativePath >../../ pom.xml</relativePath >
11+ <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
1414 <artifactId >statistics-client</artifactId >
Original file line number Diff line number Diff line change 66
77 <parent >
88 <groupId >ru.practicum</groupId >
9- <artifactId >explore-with-me </artifactId >
9+ <artifactId >statistics </artifactId >
1010 <version >0.0.1-SNAPSHOT</version >
11- <relativePath >../../ pom.xml</relativePath >
11+ <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
1414 <artifactId >statistics-dto</artifactId >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+
7+ <parent >
8+ <groupId >ru.practicum</groupId >
9+ <artifactId >explore-with-me</artifactId >
10+ <version >0.0.1-SNAPSHOT</version >
11+ <relativePath >../pom.xml</relativePath >
12+ </parent >
13+
14+ <artifactId >statistics</artifactId >
15+ <packaging >pom</packaging >
16+
17+ <modules >
18+ <module >dto</module >
19+ <module >client</module >
20+ <module >server</module >
21+ </modules >
22+ </project >
Original file line number Diff line number Diff line change 66
77 <parent >
88 <groupId >ru.practicum</groupId >
9- <artifactId >explore-with-me </artifactId >
9+ <artifactId >statistics </artifactId >
1010 <version >0.0.1-SNAPSHOT</version >
11- <relativePath >../../ pom.xml</relativePath >
11+ <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
1414 <artifactId >statistics-server</artifactId >
You can’t perform that action at this time.
0 commit comments