Skip to content

Commit

Permalink
Remove apache-commons-jxpath dependency
Browse files Browse the repository at this point in the history
apache-commons-jxpath is no longer needed, it was a dependency of
apache-commons-configuration, which has been already removed in
#619

Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina committed Oct 24, 2022
1 parent 7a65853 commit 3e306ff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 39 deletions.
11 changes: 0 additions & 11 deletions backend/manager/dependencies/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
<artifactId>java-client-kubevirt</artifactId>
</dependency>

<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
Expand Down Expand Up @@ -234,12 +229,6 @@
<moduleName>org.ovirt.java-client-kubevirt</moduleName>
</module>

<module>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<moduleName>org.apache.commons.jxpath</moduleName>
</module>

<module>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions ovirt-engine.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ Obsoletes: python3-ansible-runner < 2.0.0
%endif

Requires: apache-commons-compress
Requires: apache-commons-jxpath
Requires: java-11-openjdk-headless >= %{openjdk_version}
Requires: javapackages-tools
Requires: ovirt-imageio-daemon >= 2.0.10-1
Expand Down Expand Up @@ -859,7 +858,6 @@ common/com/woorea/openstack/sdk/main/resteasy-connector.jar openstack-java-sdk/r
common/net/i2p/crypto/eddsa/main/eddsa.jar
common/org/aopalliance/main/aopalliance.jar
common/org/apache/commons/compress/main/commons-compress.jar
common/org/apache/commons/jxpath/main/commons-jxpath.jar
common/org/apache/sshd/main/sshd-core.jar apache-sshd/sshd-core.jar
common/org/apache/sshd/main/sshd-common.jar apache-sshd/sshd-common.jar
common/org/apache/ws/commons/main/ws-commons-util.jar
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<commons-collections.version>3.2.2</commons-collections.version>
<commons-compress.version>1.21</commons-compress.version>
<commons-configuration.version>1.6</commons-configuration.version>
<commons-jxpath.version>1.3</commons-jxpath.version>
<commons-lang.version>2.6</commons-lang.version>
<cors-filter.version>1.0.1</cors-filter.version>
<cxf.version>2.2.7</cxf.version>
Expand Down Expand Up @@ -203,11 +202,6 @@
<artifactId>commons-beanutils</artifactId>
<version>${commons-beanutils.version}</version>
</dependency>
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<version>${commons-jxpath.version}</version>
</dependency>
<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
Expand Down

0 comments on commit 3e306ff

Please sign in to comment.