Author: veithen
Date: Sat Dec 8 18:25:02 2012
New Revision: 1418731
URL: http://svn.apache.org/viewvc?rev=1418731&view=rev
Log:
Fixed some build issues.
Modified:
axis/axis1/java/trunk/samples/jms-sample/pom.xml
Modified: axis/axis1/java/trunk/samples/jms-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/jms-sample/pom.xml?rev=1418731&r1=1418730&r2=1418731&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/jms-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/jms-sample/pom.xml Sat Dec 8 18:25:02 2012
@@ -50,15 +50,10 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>5.6.0</version>
+ <version>5.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.6.4</version>
- </dependency>
- <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>axis-testutils</artifactId>
<version>${project.version}</version>
@@ -167,7 +162,7 @@
<goal>run</goal>
</goals>
<configuration>
- <target>
+ <target unless="skipTests">
<echo message="Executing samples.jms.JMSTest
..."/>
<java classname="samples.jms.JMSTest"
fork="true" failonerror="true">
<classpath refid="maven.test.classpath"/>