Skip to content

Commit

Permalink
[18] Remove the provided scope from the Jakarta dependencies.
Browse files Browse the repository at this point in the history
resolves #18
  • Loading branch information
jamezp committed Oct 29, 2021
1 parent c4ecbce commit 1c5219c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,10 @@
<optional>true</optional>
</dependency>

<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</dependency>

<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
Expand Down
9 changes: 0 additions & 9 deletions resteasy-microprofile-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>${version.jakarta.enterprise}</version>
<!-- The container should include this, if not then it should be explicitly set to another scope by the
user. -->
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>jakarta.interceptor</groupId>
Expand All @@ -56,17 +53,11 @@
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${version.jakarta.servlet}</version>
<!-- The container should include this, if not then it should be explicitly set to another scope by the
user. -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>${version.jakarta.ws.rs}</version>
<!-- The container should include this, if not then it should be explicitly set to another scope by the
user. -->
<scope>provided</scope>
</dependency>

<!-- Project Dependencies -->
Expand Down

0 comments on commit 1c5219c

Please sign in to comment.