Skip to content

Commit

Permalink
adds missing provided scope to war api dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Oct 25, 2018
1 parent 26ec454 commit fc1449a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ejb-multi-server/app-main/web/pom.xml
Expand Up @@ -66,6 +66,7 @@
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
<artifactId>jboss-annotations-api_1.3_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.faces</groupId>
Expand All @@ -75,6 +76,7 @@
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
<artifactId>jboss-ejb-api_3.2_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
Expand Down
3 changes: 3 additions & 0 deletions jaxws-retail/service/pom.xml
Expand Up @@ -45,6 +45,7 @@
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
<artifactId>jboss-ejb-api_3.2_spec</artifactId>
<scope>provided</scope>
</dependency>
<!-- used to pull correct dependencies for jaxws-tools-maven-plugin -->
<dependency>
Expand All @@ -56,10 +57,12 @@
<dependency>
<groupId>org.jboss.spec.javax.xml.ws</groupId>
<artifactId>jboss-jaxws-api_2.3_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.jws</groupId>
<artifactId>jsr181-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions wicket-ear/war/pom.xml
Expand Up @@ -59,6 +59,7 @@
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
<artifactId>jboss-annotations-api_1.3_spec</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>
Expand Down

0 comments on commit fc1449a

Please sign in to comment.