Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1070262] Fix agent packaging to set the picketbox version for ant…
Browse files Browse the repository at this point in the history
…-run.xml script via maven pom; remove unused dom4j and commons-httpclient libraries.
  • Loading branch information
Stefan Negrea authored and spinder committed Oct 28, 2014
1 parent 57c741a commit 7269c03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/enterprise/agent/ant-run.xml
Expand Up @@ -46,8 +46,6 @@ Ant Script that provides ways to package the Agent.
<include name="jline/jline/${jline.version}/jline-${jline.version}.jar" />
<include name="commons-logging/commons-logging/1.1.0.jboss/commons-logging-1.1.0.jboss.jar" />
<include name="gnu/getopt/java-getopt/${getopt.version}/java-getopt-${getopt.version}.jar" />
<include name="commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar" />
<include name="dom4j/dom4j/1.6/dom4j-1.6.jar" />
<include name="oswego-concurrent/concurrent/${concurrent.version}/concurrent-${concurrent.version}.jar" />
<include name="org/jboss/jboss-common-core/${jboss-common-core.version}/jboss-common-core-${jboss-common-core.version}.jar" />
<include name="jboss/jboss-jmx/${jboss-jmx.version}/jboss-jmx-${jboss-jmx.version}.jar" />
Expand Down
2 changes: 1 addition & 1 deletion modules/enterprise/agent/pom.xml
Expand Up @@ -91,7 +91,6 @@
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>picketbox</artifactId>
<version>${picketbox.version}</version>
</dependency>

</dependencies>
Expand Down Expand Up @@ -175,6 +174,7 @@ Build-Number=${buildNumber}
<property name="augeas.zip.mask" value="${augeas.zip.mask}"/>
<property name="augeas.zip.version" value="${augeas.zip.version}" />
<property name="log4j.version" value="${log4j.version}" />
<property name="picketbox.version" value="${picketbox.version}" />
<property name="rhq-core-native-system.version" value="${rhq-core-native-system.version}" />
<property name="rhq-core-domain.version" value="${rhq-core-domain.version}" />
<property name="rhq-core-plugin-api.version" value="${rhq-core-plugin-api.version}" />
Expand Down

0 comments on commit 7269c03

Please sign in to comment.