Skip to content

Commit

Permalink
Remove explicity dependency statement for jakarta.ws.rs-api and cdi a…
Browse files Browse the repository at this point in the history
…nd use from MP parent + updat TCK BOM to 3.2
  • Loading branch information
Channyboy committed Sep 19, 2023
1 parent 0b67336 commit 841e7ef
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions pom.xml
Expand Up @@ -35,7 +35,7 @@
<version.osgi.versioning>1.1.0</version.osgi.versioning>
<inceptionYear>2017</inceptionYear>
<autorelease>false</autorelease>
<version.microprofile.tck.bom>3.0</version.microprofile.tck.bom>
<version.microprofile.tck.bom>3.2</version.microprofile.tck.bom>
</properties>

<developers>
Expand Down Expand Up @@ -88,30 +88,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>4.0.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
Expand Down

0 comments on commit 841e7ef

Please sign in to comment.