Skip to content

Commit

Permalink
Remove dep. with transitiv OSGi dependencies from pom.xml
Browse files Browse the repository at this point in the history
- Removed org.osgi.test.common dependency
- Removed org.osgi.test.assertj.framework dependency
- Removed org.osgi.test.assertj.log dependency
- Removed org.osgi.test.assertj.promise dependency
- Removed org.osgi.test.junit5 and junit5.cm dependencies
- Removed org.jacoco.agent dependency

Signed-off-by: Stefan Bischof <[email protected]>
  • Loading branch information
stbischof committed Jan 14, 2025
1 parent 54eee8f commit 10a435c
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -717,47 +717,10 @@
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.test.common</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.test.assertj.framework</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.test.assertj.log</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.test.assertj.promise</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.test.junit5</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.test.junit5.cm</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier>
<scope>test</scope>
</dependency>
<!-- @ServiceProvider for test-jar:
better `-resolve.effective: active`-->
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
Expand Down

0 comments on commit 10a435c

Please sign in to comment.