remove infinispan-remote from bom as it doesn't have to be here (#8554)
* remove infinispan-remote and infinispan-embedded from bom as they doesn't have to be here
This commit is contained in:
parent
77ad0189ba
commit
e89b985fd5
|
@ -207,23 +207,11 @@
|
|||
<artifactId>infinispan-common</artifactId>
|
||||
<version>10.0.12-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-remote</artifactId>
|
||||
<classifier>config</classifier>
|
||||
<version>10.0.12-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-remote-query</artifactId>
|
||||
<version>10.0.12-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-embedded</artifactId>
|
||||
<classifier>config</classifier>
|
||||
<version>10.0.12-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-embedded-query</artifactId>
|
||||
|
|
Loading…
Reference in New Issue