Skip to content

Commit 0a57b8e

Browse files
committed
Remove osgicheck-maven-plugin as not compatible with Java 11
1 parent 4e34a8a commit 0a57b8e

File tree

2 files changed

+0
-11
lines changed
  • accesscontroltool-bundle
  • accesscontroltool-startuphook-bundle

2 files changed

+0
-11
lines changed

accesscontroltool-bundle/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,6 @@
408408
</plugins>
409409
</pluginManagement>
410410
<plugins>
411-
<!-- see https://github.com/apache/felix/tree/trunk/tools/osgicheck-maven-plugin -->
412-
<plugin>
413-
<groupId>org.apache.felix</groupId>
414-
<artifactId>osgicheck-maven-plugin</artifactId>
415-
</plugin>
416411
<plugin>
417412
<groupId>biz.aQute.bnd</groupId>
418413
<artifactId>bnd-maven-plugin</artifactId>

accesscontroltool-startuphook-bundle/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ available
8484
<!-- ====================================================================== -->
8585
<build>
8686
<plugins>
87-
<!-- see
88-
https://github.com/apache/felix/tree/trunk/tools/osgicheck-maven-plugin -->
89-
<plugin>
90-
<groupId>org.apache.felix</groupId>
91-
<artifactId>osgicheck-maven-plugin</artifactId>
92-
</plugin>
9387
<plugin>
9488
<groupId>biz.aQute.bnd</groupId>
9589
<artifactId>bnd-maven-plugin</artifactId>

0 commit comments

Comments
 (0)