Skip to content

Commit

Permalink
Issue #8497, fix jetty-bom dependency (#8531)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonLord-LM committed Sep 1, 2022
1 parent 94a9091 commit 35425d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jetty-bom/pom.xml
Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>infinispan-remote</artifactId>
<version>10.0.8-SNAPSHOT</version>
<version>11.0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand All @@ -220,7 +220,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>infinispan-embedded</artifactId>
<version>10.0.8-SNAPSHOT</version>
<version>11.0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down Expand Up @@ -260,7 +260,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-keystore</artifactId>
<version>10.0.8-SNAPSHOT</version>
<version>11.0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.memcached</groupId>
Expand All @@ -275,7 +275,7 @@
<dependency>
<groupId>org.eclipse.jetty.osgi</groupId>
<artifactId>jetty-osgi-alpn</artifactId>
<version>10.0.8-SNAPSHOT</version>
<version>11.0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.osgi</groupId>
Expand Down Expand Up @@ -370,7 +370,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<version>10.0.8-SNAPSHOT</version>
<version>11.0.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit 35425d8

Please sign in to comment.