File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <groupId >com.settlement</groupId >
1111 <artifactId >financial-settlement-platform</artifactId >
1212 <version >1.0.0-SNAPSHOT</version >
13- <relativePath >../.. </relativePath >
13+ <relativePath >../pom.xml </relativePath >
1414 </parent >
1515
16+
1617 <artifactId >api-gateway</artifactId >
1718
1819 <dependencies >
Original file line number Diff line number Diff line change 1010 <groupId >com.settlement</groupId >
1111 <artifactId >financial-settlement-platform</artifactId >
1212 <version >1.0.0-SNAPSHOT</version >
13+ <relativePath >../pom.xml</relativePath >
1314 </parent >
1415
1516 <artifactId >common-lib</artifactId >
Original file line number Diff line number Diff line change 1010 <groupId >com.settlement</groupId >
1111 <artifactId >financial-settlement-platform</artifactId >
1212 <version >1.0.0-SNAPSHOT</version >
13- <relativePath >../.. </relativePath >
13+ <relativePath >../pom.xml </relativePath >
1414 </parent >
1515
1616 <artifactId >ledger-service</artifactId >
Original file line number Diff line number Diff line change 1717 <version >3.4.2</version >
1818 </parent >
1919
20-
2120 <modules >
2221 <module >common-lib</module >
2322 <module >settlement-orchestrator</module >
2827
2928 <properties >
3029 <java .version>21</java .version>
30+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3131 </properties >
3232
33-
3433 <dependencyManagement >
3534 <dependencies >
3635 <dependency >
4140 <scope >import</scope >
4241 </dependency >
4342 </dependencies >
44- </dependencyManagement >
45-
46- <repositories >
47- <repository >
48- <id >central</id >
49- <url >https://repo.maven.apache.org/maven2</url >
50- </repository >
51- </repositories >
43+ </dependencyManagement >
5244
53- <pluginManagement >
54- <plugins >
55- <plugin >
56- <groupId >org.apache.maven.plugins</groupId >
57- <artifactId >maven-compiler-plugin</artifactId >
58- <version >3.11.0</version >
59- <configuration >
60- <release >21</release >
61- </configuration >
62- </plugin >
63- </plugins >
64- </pluginManagement >
45+ <repositories >
46+ <repository >
47+ <id >central</id >
48+ <url >https://repo.maven.apache.org/maven2</url >
49+ </repository >
50+ </repositories >
6551
52+ <build >
53+ <pluginManagement >
54+ <plugins >
55+ <plugin >
56+ <groupId >org.apache.maven.plugins</groupId >
57+ <artifactId >maven-compiler-plugin</artifactId >
58+ <version >3.11.0</version >
59+ <configuration >
60+ <release >21</release >
61+ </configuration >
62+ </plugin >
63+ </plugins >
64+ </pluginManagement >
65+ </build >
6666
6767</project >
Original file line number Diff line number Diff line change 1010 <groupId >com.settlement</groupId >
1111 <artifactId >financial-settlement-platform</artifactId >
1212 <version >1.0.0-SNAPSHOT</version >
13- <relativePath >../.. </relativePath >
13+ <relativePath >../pom.xml </relativePath >
1414 </parent >
1515
1616
You can’t perform that action at this time.
0 commit comments