Skip to content

Commit

Permalink
Remove now unused Apache JXPath dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored and akurtakov committed Feb 12, 2025
1 parent cb44968 commit affab34
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@
<id>org.apache.batik.css</id>
<versionRange>0.0.0</versionRange>
</requirement>
<requirement>
<type>eclipse-plugin</type>
<id>org.apache.commons.jxpath</id>
<versionRange>0.0.0</versionRange>
</requirement>
<requirement>
<type>eclipse-plugin</type>
<id>org.apache.lucene.analysis-common</id>
Expand Down
26 changes: 0 additions & 26 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
<unit id="org.apache.lucene.analysis-smartcn.source" version="10.1.0.v20241221-1000"/>
<unit id="org.apache.lucene.analysis-common.source" version="10.1.0.v20241221-1000"/>

<!-- Transitive dependency of jxpath, not available as OSGi bundle on Maven Central -->
<unit id="org.jdom" version="1.1.3.v20230812-1600"/>
<unit id="org.jdom.source" version="1.1.3.v20230812-1600"/>

<!-- This version contains with notarized *.jnilib -->
<unit id="com.sun.jna" version="5.16.0.v20241222-1200"/>

Expand Down Expand Up @@ -765,28 +761,6 @@
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="jxpath" missingManifest="ignore" type="Maven">
<dependencies>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.10.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<version>1.3</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Jakarta EE" missingManifest="error" type="Maven">
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<mavenMappings namePattern="(org\.(commonmark))(.*)" groupId="$1" artifactId="$2-ext$3"/>
<mavenMappings namePattern="javax\.annotation" groupId="jakarta.annotation" artifactId="jakarta.annotation-api"/>
<mavenMappings namePattern="(javax.inject)" groupId="$1" artifactId="$1" versionPattern="([^.]+)\.0(?:\..*)?" versionTemplate="$1"/>
<mavenMappings namePattern="org\.apache\.commons\.(jxpath|logging)" groupId="commons-$1" artifactId="commons-$1" versionPattern="([^.]+)\.([^.]+)\.0(?:\..*)?" versionTemplate="$1.$2"/>
<mavenMappings namePattern="org\.apache\.lucene\.(.*)" groupId="org.apache.lucene" artifactId="lucene-$1"/>
<mavenMappings namePattern="org\.apache\.ant$" groupId="org.apache.ant" artifactId="ant"/>
<mavenMappings namePattern="org.apache.batik.([^.]+)" groupId="org.apache.xmlgraphics" artifactId="batik-$1" versionPattern="([^.]+)\.([^.]+)\.0(?:\..*)?" versionTemplate="$1.$2"/>
Expand Down

0 comments on commit affab34

Please sign in to comment.