Skip to content

Commit

Permalink
Merge pull request #10454 from eclipse/dependabot/maven/jetty-10.0.x/…
Browse files Browse the repository at this point in the history
…pax.url.version-2.6.14
  • Loading branch information
dependabot[bot] authored Sep 3, 2023
2 parents b5fb0bc + f4c587c commit 3f4523f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jetty-osgi/test-jetty-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<jetty-orbit-url>https://download.eclipse.org/jetty/orbit/</jetty-orbit-url>
<assembly-directory>target/distribution</assembly-directory>
<pax.exam.version>4.13.1</pax.exam.version>
<pax.url.version>2.6.2</pax.url.version>
<pax.url.version>2.6.14</pax.url.version>
<swissbox.version>1.8.3</swissbox.version>
<tinybundles.version>3.0.0</tinybundles.version>
<injection.bundle.version>1.2</injection.bundle.version>
Expand Down Expand Up @@ -91,6 +91,12 @@
<artifactId>pax-url-aether</artifactId>
<version>${pax.url.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.ops4j.pax.url</groupId>
Expand Down

0 comments on commit 3f4523f

Please sign in to comment.