Skip to content

Commit

Permalink
Merge pull request #790 from eclipse/5.1-release-prep
Browse files Browse the repository at this point in the history
Remove the unnecessary dependencies
  • Loading branch information
Channyboy authored Sep 19, 2023
2 parents dec4f64 + 1241b72 commit ea6bb31
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 32 deletions.
9 changes: 1 addition & 8 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
Expand Down
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,7 @@
<version>${project.version}</version>
<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.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
<version>2.1.0</version>
</dependency>

</dependencies>
</dependencyManagement>
</project>
5 changes: 1 addition & 4 deletions tck/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>

<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>


<dependency>
<groupId>org.hamcrest</groupId>
Expand Down
5 changes: 0 additions & 5 deletions tck/optional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>

<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>

<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions tck/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>

<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>

</dependencies>
<build>
Expand Down

0 comments on commit ea6bb31

Please sign in to comment.