Skip to content

Commit

Permalink
Issue #8540, add classifier (#8541)
Browse files Browse the repository at this point in the history
closes #8540
  • Loading branch information
MoonLord-LM committed Sep 3, 2022
1 parent f2e9744 commit df2826f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jetty-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>infinispan-remote</artifactId>
<classifier>config</classifier>
<version>10.0.12-SNAPSHOT</version>
</dependency>
<dependency>
Expand All @@ -220,6 +221,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>infinispan-embedded</artifactId>
<classifier>config</classifier>
<version>10.0.12-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>infinispan-embedded</artifactId>
<classifier>config</classifier>
<version>${project.version}</version>
</dependency>
<dependency>
Expand All @@ -1370,6 +1371,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>infinispan-remote</artifactId>
<classifier>config</classifier>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit df2826f

Please sign in to comment.