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:
Olivier Lamy 2022-09-07 13:46:59 +10:00 committed by GitHub
parent 77ad0189ba
commit e89b985fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -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>