Skip to content

Commit

Permalink
remove infinispan-remote from bom as it doesn't have to be here (#8554)
Browse files Browse the repository at this point in the history
* remove infinispan-remote and  infinispan-embedded from bom as they doesn't have to be here
  • Loading branch information
olamy committed Sep 7, 2022
1 parent 77ad018 commit e89b985
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions jetty-bom/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit e89b985

Please sign in to comment.