Skip to content

Commit

Permalink
remove unnecessary libraries
Browse files Browse the repository at this point in the history
remove unnecessary  lifecycle mapping.eclipse plugin
  • Loading branch information
mosfet80 committed May 17, 2024
1 parent b2afd73 commit de2e6dd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 55 deletions.
45 changes: 2 additions & 43 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,18 +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>
<version>1_3</version>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
Expand Down Expand Up @@ -494,36 +482,7 @@
<build>
<pluginManagement>
<plugins>
<!-- Including this plug-in eliminates the "maven-dependency-plugin
(goals "copy-dependencies", "unpack") is not supported by m2e" Eclipse error. -->
<!-- See stackoverflow for full discussion: http://stackoverflow.com/q/8706017. -->
<!-- This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<versionRange>[3.1,)</versionRange>
<goals>
<goal>copy-dependencies</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
Expand Down Expand Up @@ -585,7 +544,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<version>3.3.2</version>
<configuration>
<filesets>
<fileset>
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
10 changes: 0 additions & 10 deletions protege-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +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>
</dependency>

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

0 comments on commit de2e6dd

Please sign in to comment.