File tree Expand file tree Collapse file tree 20 files changed +1
-110
lines changed Open diff view settings
Expand file tree Collapse file tree 20 files changed +1
-110
lines changed Open diff view settings
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.baeldung.ddd</groupId >
55 <artifactId >ddd</artifactId >
6- <version >0.0.1-SNAPSHOT</version >
76 <name >ddd</name >
87 <packaging >jar</packaging >
98 <description >DDD series examples</description >
3534 <dependency >
3635 <groupId >org.junit.platform</groupId >
3736 <artifactId >junit-platform-launcher</artifactId >
38- <version >${junit-platform.version} </version >
3937 <scope >test</scope >
4038 </dependency >
4139 <dependency >
8583
8684 <properties >
8785 <joda-money .version>1.0.1</joda-money .version>
88- <maven-surefire-plugin .version>2.22.0</maven-surefire-plugin .version>
89- <spring-boot .version>2.0.6.RELEASE</spring-boot .version>
9086 </properties >
9187
9288</project >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >com.baeldung</groupId >
54 <artifactId >disruptor</artifactId >
65 <version >0.1.0-SNAPSHOT</version >
76 <name >disruptor</name >
1514
1615 <dependencies >
1716 <!-- utils -->
18- <dependency >
19- <groupId >org.apache.commons</groupId >
20- <artifactId >commons-lang3</artifactId >
21- <version >${commons-lang3.version} </version >
22- </dependency >
2317 <dependency >
2418 <groupId >com.lmax</groupId >
2519 <artifactId >disruptor</artifactId >
116110 <properties >
117111 <!-- util -->
118112 <disruptor .version>3.3.6</disruptor .version>
119- <!-- testing -->
120- <testng .version>6.10</testng .version>
121- <assertj .version>3.6.1</assertj .version>
122-
113+ <!-- testing -->
123114 <maven-shade-plugin .version>2.4.3</maven-shade-plugin .version>
124115 <maven-jar-plugin .version>3.0.2</maven-jar-plugin .version>
125116 <onejar-maven-plugin .version>1.4.4</onejar-maven-plugin .version>
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >com.baeldung</groupId >
54 <artifactId >dozer</artifactId >
65 <version >1.0</version >
76 <name >dozer</name >
Original file line number Diff line number Diff line change 3232 <dubbo .version>2.5.7</dubbo .version>
3333 <zookeeper .version>3.4.11</zookeeper .version>
3434 <zkclient .version>0.10</zkclient .version>
35- <surefire .version>2.19.1</surefire .version>
3635 </properties >
3736
3837</project >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.baeldung.ethereum</groupId >
55 <artifactId >ethereum</artifactId >
6- <version >0.0.1-SNAPSHOT</version >
76 <name >ethereum</name >
87
98 <parent >
207206 </repositories >
208207
209208 <properties >
210- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
211- <tomcat .version>8.5.4</tomcat .version>
212209 <ethereumj-core .version>1.5.0-RELEASE</ethereumj-core .version>
213210 <web3j .core.version>3.3.1</web3j .core.version>
214211 <spring .boot.version>1.5.6.RELEASE</spring .boot.version>
Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6- <groupId >com.baeldung</groupId >
76 <artifactId >flyway-cdi-extension</artifactId >
87 <version >1.0-SNAPSHOT</version >
98 <name >flyway-cdi-extension</name >
5150 </dependencies >
5251
5352 <properties >
54- <maven .compiler.source>1.8</maven .compiler.source>
55- <maven .compiler.target>1.8</maven .compiler.target>
5653 <cdi-api .version>2.0.SP1</cdi-api .version>
5754 <weld-se-core .version>3.0.5.Final</weld-se-core .version>
5855 <flyway-core .version>5.1.4</flyway-core .version>
Original file line number Diff line number Diff line change 55
66 <!-- POM file generated with GWT webAppCreator -->
77 <modelVersion >4.0.0</modelVersion >
8- <groupId >com.baeldung</groupId >
98 <artifactId >google-web-toolkit</artifactId >
109 <version >1.0-SNAPSHOT</version >
1110 <name >google-web-toolkit</name >
Original file line number Diff line number Diff line change 22 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5- <groupId >com.baeldung</groupId >
65 <artifactId >gson</artifactId >
76 <version >0.1-SNAPSHOT</version >
87 <name >gson</name >
Original file line number Diff line number Diff line change 1313 <relativePath >../parent-java</relativePath >
1414 </parent >
1515
16- <dependencies >
17- </dependencies >
18-
1916 <build >
2017 <finalName >guava-collections-map</finalName >
2118 <resources >
2623 </resources >
2724 </build >
2825
29- <properties >
30- </properties >
31-
3226</project >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >com.baeldung</groupId >
54 <artifactId >guava-collections-set</artifactId >
65 <version >0.1.0-SNAPSHOT</version >
76 <name >guava-collections-set</name >
2827 </build >
2928
3029 <properties >
31- <!-- util -->
32- <guava .version>27.1-jre</guava .version>
3330 <!-- testing -->
3431 <assertj .version>3.6.1</assertj .version>
3532 </properties >
You can’t perform that action at this time.
0 commit comments