Author: veithen
Date: Fri Nov 16 15:29:58 2012
New Revision: 1410397
URL: http://svn.apache.org/viewvc?rev=1410397&view=rev
Log:
No need to use dependency management for dependencies used only by a specific
module.
Modified:
axis/axis2/java/transports/trunk/modules/xmpp/pom.xml
axis/axis2/java/transports/trunk/pom.xml
Modified: axis/axis2/java/transports/trunk/modules/xmpp/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/xmpp/pom.xml?rev=1410397&r1=1410396&r2=1410397&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/xmpp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/xmpp/pom.xml Fri Nov 16 15:29:58
2012
@@ -87,10 +87,12 @@
<dependency>
<groupId>jivesoftware</groupId>
<artifactId>smack</artifactId>
+ <version>3.0.4</version>
</dependency>
<dependency>
<groupId>jivesoftware</groupId>
<artifactId>smackx</artifactId>
+ <version>3.0.4</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Modified: axis/axis2/java/transports/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=1410397&r1=1410396&r2=1410397&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/pom.xml (original)
+++ axis/axis2/java/transports/trunk/pom.xml Fri Nov 16 15:29:58 2012
@@ -316,16 +316,6 @@
<!-- Smack Jabber client libraries to be included -->
<dependency>
- <groupId>jivesoftware</groupId>
- <artifactId>smack</artifactId>
- <version>3.0.4</version>
- </dependency>
- <dependency>
- <groupId>jivesoftware</groupId>
- <artifactId>smackx</artifactId>
- <version>3.0.4</version>
- </dependency>
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>