Skip to content

Commit f0df9a7

Browse files
committed
BAEL-17684 Pom properties cleanup
1 parent 0286635 commit f0df9a7

File tree

20 files changed

+1
-110
lines changed

20 files changed

+1
-110
lines changed

ddd/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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>
@@ -35,7 +34,6 @@
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>
@@ -85,8 +83,6 @@
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>

disruptor/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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>
@@ -15,11 +14,6 @@
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>
@@ -116,10 +110,7 @@
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>

dozer/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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>

dubbo/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
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>

ethereum/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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>
@@ -207,8 +206,6 @@
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>

flyway-cdi-extension/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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>
@@ -51,8 +50,6 @@
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>

google-web-toolkit/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
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>

gson/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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>

guava-collections-map/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<relativePath>../parent-java</relativePath>
1414
</parent>
1515

16-
<dependencies>
17-
</dependencies>
18-
1916
<build>
2017
<finalName>guava-collections-map</finalName>
2118
<resources>
@@ -26,7 +23,4 @@
2623
</resources>
2724
</build>
2825

29-
<properties>
30-
</properties>
31-
3226
</project>

guava-collections-set/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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>
@@ -28,8 +27,6 @@
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>

0 commit comments

Comments
 (0)