Merge branch 'jetty-11.0.x' into jetty-12.0.x
This commit is contained in:
commit
eb37aa0588
|
@ -207,23 +207,11 @@
|
||||||
<artifactId>jetty-infinispan-common</artifactId>
|
<artifactId>jetty-infinispan-common</artifactId>
|
||||||
<version>12.0.0-SNAPSHOT</version>
|
<version>12.0.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
|
||||||
<artifactId>jetty-infinispan-remote</artifactId>
|
|
||||||
<classifier>config</classifier>
|
|
||||||
<version>12.0.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-infinispan-remote-query</artifactId>
|
<artifactId>jetty-infinispan-remote-query</artifactId>
|
||||||
<version>12.0.0-SNAPSHOT</version>
|
<version>12.0.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
|
||||||
<artifactId>jetty-infinispan-embedded</artifactId>
|
|
||||||
<classifier>config</classifier>
|
|
||||||
<version>12.0.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-infinispan-embedded-query</artifactId>
|
<artifactId>jetty-infinispan-embedded-query</artifactId>
|
||||||
|
|
|
@ -187,21 +187,11 @@
|
||||||
<artifactId>jetty-infinispan-common</artifactId>
|
<artifactId>jetty-infinispan-common</artifactId>
|
||||||
<version>12.0.0-SNAPSHOT</version>
|
<version>12.0.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
|
||||||
<artifactId>jetty-infinispan-remote</artifactId>
|
|
||||||
<version>12.0.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-infinispan-remote-query</artifactId>
|
<artifactId>jetty-infinispan-remote-query</artifactId>
|
||||||
<version>12.0.0-SNAPSHOT</version>
|
<version>12.0.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
|
||||||
<artifactId>jetty-infinispan-embedded</artifactId>
|
|
||||||
<version>12.0.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-infinispan-embedded-query</artifactId>
|
<artifactId>jetty-infinispan-embedded-query</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue