Skip to content

Commit

Permalink
Remove unecessary libs (#1221)
Browse files Browse the repository at this point in the history
Remove `org.apache.servicemix.bundles.aopalliance` and `auto-value-annotations`.
  • Loading branch information
mosfet80 authored Oct 26, 2024
1 parent 80c2ad7 commit a87d690
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 21 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,6 @@
<version>1.3.0.20100503</version>
</dependency>

<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
<version>1.0_6</version>
</dependency>

<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.javax-inject</artifactId>
Expand Down
1 change: 0 additions & 1 deletion protege-desktop/src/main/assembly/dependency-sets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<include>org.slf4j:jul-to-slf4j:jar</include>
<include>commons-io:commons-io:jar</include>
<include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar</include>
<include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.aopalliance:jar</include>
<include>org.eclipse.jgit:org.eclipse.jgit:jar</include>
<include>com.googlecode.javaewah:JavaEWAH:jar</include>
<include>javax.xml.bind:jaxb-api:jar</include>
Expand Down
1 change: 0 additions & 1 deletion protege-desktop/src/main/assembly/protege-os-x.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<include>org.slf4j:jul-to-slf4j:jar</include>
<include>commons-io:commons-io:jar</include>
<include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar</include>
<include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.aopalliance:jar</include>
<include>org.eclipse.jgit:org.eclipse.jgit:jar</include>
<include>com.googlecode.javaewah:JavaEWAH:jar</include>
<include>javax.xml.bind:jaxb-api:jar</include>
Expand Down
7 changes: 1 addition & 6 deletions protege-editor-owl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,7 @@
<artifactId>auto-value</artifactId>
</dependency>

<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
</dependency>

<dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jzlib</artifactId>
<version>${jzlib.version}</version>
Expand Down
9 changes: 2 additions & 7 deletions protege-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,15 @@
</dependency>

<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
</dependency>

<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.javax-inject</artifactId>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit a87d690

Please sign in to comment.