Skip to content

Commit

Permalink
Dependencies versions update
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Aug 12, 2022
1 parent 236b070 commit 794087b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>${junit4.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<type>pom</type>
<version>4.0.0-alpha-3</version>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
Expand Down
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1812,11 +1812,6 @@
</dependency>

<!-- HV OSGi dependencies. -->
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>${jboss.logging.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml</groupId>
<artifactId>classmate</artifactId>
Expand Down Expand Up @@ -2141,6 +2136,7 @@
<findbugs.glassfish.version>1.7</findbugs.glassfish.version>
<freemarker.version>2.3.31</freemarker.version>
<gae.version>1.9.98</gae.version>
<groovy.version>4.0.0-alpha-3</groovy.version>
<gson.version>2.9.0</gson.version>
<guava.version>31.1-jre</guava.version>
<hamcrest.version>2.2</hamcrest.version>
Expand All @@ -2151,7 +2147,6 @@
<jackson.version>2.13.3</jackson.version>
<jackson1.version>1.9.13</jackson1.version>
<javassist.version>3.29.0-GA</javassist.version>
<jboss.logging.version>3.5.0.Final</jboss.logging.version>
<jersey1.version>1.19.3</jersey1.version>
<jersey1.last.final.version>${jersey1.version}</jersey1.last.final.version>
<jettison.version>1.3.7</jettison.version> <!-- TODO: 1.3.8 doesn't work; AbstractJsonTest complexBeanWithAttributes -->
Expand Down Expand Up @@ -2179,7 +2174,7 @@
<spring5.version>5.3.22</spring5.version>
<testng.version>7.6.1</testng.version>
<testng6.version>6.9.13.6</testng6.version>
<validation.impl.version>6.2.3.Final</validation.impl.version>
<validation.impl.version>6.2.4.Final</validation.impl.version>
<!--<weld.version>2.2.14.Final</weld.version>--> <!-- 2.4.1 doesn't work - bv tests -->
<weld3.version>3.1.9.Final</weld3.version>
<wiremock.version>2.27.2</wiremock.version>
Expand Down
2 changes: 1 addition & 1 deletion test-framework/maven/custom-enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<version>${enforcer.mvn.plugin.version}</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
Expand Down
1 change: 0 additions & 1 deletion tests/integration/property-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion tests/integration/servlet-3-init-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 794087b

Please sign in to comment.