Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 committed Jun 6, 2024
1 parent 3e9879b commit 20949d3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 15 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
4 changes: 2 additions & 2 deletions protege-editor-owl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<jzlib.version>1.1.3</jzlib.version>
<jsch.version>0.1.55</jsch.version>
<jsch.version>0.1.64</jsch.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -150,7 +150,7 @@
</dependency>

<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>${jsch.version}</version>
<scope>provided</scope>
Expand Down
5 changes: 0 additions & 5 deletions protege-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
<artifactId>org.eclipse.equinox.common</artifactId>
</dependency>

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

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

0 comments on commit 20949d3

Please sign in to comment.