Skip to content

Commit aacd886

Browse files
committed
[BAEL-14249] - POM Properties Cleanup
1 parent 1275aa8 commit aacd886

105 files changed

Lines changed: 46 additions & 243 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apache-meecrowave/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<properties>
6161
<maven.compiler.source>1.8</maven.compiler.source>
6262
<maven.compiler.target>1.8</maven.compiler.target>
63-
<junit.version>4.10</junit.version>
6463
<meecrowave-junit.version>1.2.0</meecrowave-junit.version>
6564
<okhttp.version>3.10.0</okhttp.version>
6665
<meecrowave-jpa.version>1.2.1</meecrowave-jpa.version>

apache-velocity/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
</build>
6060

6161
<properties>
62-
<jstl.version>1.2</jstl.version>
6362
<org.apache.httpcomponents.version>4.5.2</org.apache.httpcomponents.version>
6463
<velocity-version>1.7</velocity-version>
6564
<velocity-tools-version>2.0</velocity-tools-version>

cdi/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.hamcrest</groupId>
2929
<artifactId>hamcrest-core</artifactId>
30-
<version>${hamcrest-core.version}</version>
30+
<version>${org.hamcrest.version}</version>
3131
<scope>test</scope>
3232
</dependency>
3333
<dependency>
@@ -64,7 +64,6 @@
6464
<cdi-api.version>2.0.SP1</cdi-api.version>
6565
<weld-se-core.version>3.0.5.Final</weld-se-core.version>
6666
<aspectjweaver.version>1.9.2</aspectjweaver.version>
67-
<hamcrest-core.version>1.3</hamcrest-core.version>
6867
<assertj-core.version>3.10.0</assertj-core.version>
6968
<spring.version>5.1.2.RELEASE</spring.version>
7069
</properties>

cloud-foundry-uaa/cf-uaa-oauth2-client/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@
3434
</plugin>
3535
</plugins>
3636
</build>
37-
38-
<properties>
39-
<java.version>1.8</java.version>
40-
</properties>
37+
4138
</project>

cloud-foundry-uaa/cf-uaa-oauth2-resource-server/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@
3535
</plugins>
3636
</build>
3737

38-
<properties>
39-
<java.version>1.8</java.version>
40-
</properties>
41-
4238
</project>

ethereum/pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>javax.servlet</groupId>
9090
<artifactId>javax.servlet-api</artifactId>
91-
<version>${javax-servlet.version}</version>
91+
<version>${javax.servlet-api.version}</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>javax.servlet.jsp.jstl</groupId>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>javax.servlet.jsp</groupId>
100100
<artifactId>javax.servlet.jsp-api</artifactId>
101-
<version>${javax-jsp.version}</version>
101+
<version>${javax.servlet.jsp-api.version}</version>
102102
</dependency>
103103

104104
<!-- Logging -->
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>org.hamcrest</groupId>
162162
<artifactId>hamcrest-library</artifactId>
163-
<version>${hamcrest.version}</version>
163+
<version>${org.hamcrest.version}</version>
164164
<scope>test</scope>
165165
</dependency>
166166
<dependency>
@@ -213,12 +213,7 @@
213213
<web3j.core.version>3.3.1</web3j.core.version>
214214
<spring.boot.version>1.5.6.RELEASE</spring.boot.version>
215215
<mockito.version>2.21.0</mockito.version>
216-
<hamcrest.version>1.3</hamcrest.version>
217-
<javax-jsp.version>2.3.1</javax-jsp.version>
218-
<javax-servlet.version>3.1.0</javax-servlet.version>
219216
<jsonpath.version>2.4.0</jsonpath.version>
220-
<jstl.version>1.2</jstl.version>
221-
<junit.version>4.12</junit.version>
222217
<logback.version>1.2.3</logback.version>
223218
<slf4j.version>1.7.25</slf4j.version>
224219
<spring-boot-maven-plugin.version>2.0.4.RELEASE</spring-boot-maven-plugin.version>

google-cloud/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
</dependencies>
3131

3232
<properties>
33-
<lombok.version>1.16.18</lombok.version>
3433
<google-cloud-storage.version>1.16.0</google-cloud-storage.version>
3534
</properties>
3635

google-web-toolkit/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
<!-- Don't let your Mac use a crazy non-standard encoding -->
121121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
122122
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
123-
<junit.version>4.11</junit.version>
124123
<gwt.version>2.8.2</gwt.version>
125124
</properties>
126125

gson/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<commons-lang3.version>3.5</commons-lang3.version>
6868
<commons-collections4.version>4.1</commons-collections4.version>
6969
<joda-time.version>2.9.6</joda-time.version>
70-
<lombok.version>1.16.10</lombok.version>
7170
</properties>
7271

7372
</project>

guest/junit5-example/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<properties>
6161
<junit.jupiter.version>5.0.0-M4</junit.jupiter.version>
6262
<junit-vintage.version>4.12.0-M4</junit-vintage.version>
63-
<h2.version>1.4.195</h2.version>
6463
<log4j-core.version>2.8.2</log4j-core.version>
6564
<junit-platform-surefire-provider.version>1.0.0-M4</junit-platform-surefire-provider.version>
6665
</properties>

0 commit comments

Comments
 (0)