Skip to content

Commit

Permalink
Redundantly specify provided scope for org.kohsuke.metainf-services:m…
Browse files Browse the repository at this point in the history
…etainf-services per maven module, even though it is already defined as such in the parent module, because of reasons.
  • Loading branch information
pferraro committed Nov 17, 2016
1 parent 7abf8db commit 23ff2fc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions clustering/ejb/infinispan/pom.xml
Expand Up @@ -90,6 +90,7 @@
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions clustering/infinispan/extension/pom.xml
Expand Up @@ -89,6 +89,7 @@
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
Expand Down
1 change: 1 addition & 0 deletions clustering/jgroups/extension/pom.xml
Expand Up @@ -89,6 +89,7 @@
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
Expand Down
1 change: 1 addition & 0 deletions clustering/marshalling/jboss/pom.xml
Expand Up @@ -58,6 +58,7 @@
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wildfly.security</groupId>
Expand Down
1 change: 1 addition & 0 deletions clustering/server/pom.xml
Expand Up @@ -99,6 +99,7 @@
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions clustering/singleton/extension/pom.xml
Expand Up @@ -57,6 +57,7 @@
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
Expand Down
1 change: 1 addition & 0 deletions clustering/web/infinispan/pom.xml
Expand Up @@ -108,6 +108,7 @@
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 23ff2fc

Please sign in to comment.