Skip to content

Commit

Permalink
[MAINTENANCE] Group pax-web dependencies with single variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Jan 15, 2025
1 parent de3bb44 commit f606e06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jndi/jndi-url-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
<org.eclipse.osgi.version>3.11.3</org.eclipse.osgi.version>
<pax-exam.version>4.11.0</pax-exam.version>
<pax-url.version>2.6.0</pax-url.version>
<pax-web-extender-war.version>1.1.18</pax-web-extender-war.version>
<pax-web-jetty-bundle.version>1.1.18</pax-web-jetty-bundle.version>
<pax-web.version>1.1.18</pax-web.version>
<services.version>3.1.200-v20070605</services.version>
<slf4j-api.version>1.7.7</slf4j-api.version>
<tinybundles.version>2.0.0</tinybundles.version>
Expand Down Expand Up @@ -247,13 +246,13 @@
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-extender-war</artifactId>
<scope>test</scope>
<version>${pax-web-extender-war.version}</version>
<version>${pax-web.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-jetty-bundle</artifactId>
<scope>test</scope>
<version>${pax-web-jetty-bundle.version}</version>
<version>${pax-web.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f606e06

Please sign in to comment.