Author: sergeyb
Date: Tue Oct 25 17:31:17 2011
New Revision: 1188816
URL: http://svn.apache.org/viewvc?rev=1188816&view=rev
Log:
Adding cxf-rt-rs-security-xml to the distro only
Modified:
cxf/trunk/distribution/pom.xml
Modified: cxf/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=1188816&r1=1188815&r2=1188816&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Tue Oct 25 17:31:17 2011
@@ -123,7 +123,7 @@
<dependency>
<groupId>${project.groupId}.xjcplugins</groupId>
<artifactId>cxf-xjc-bug671</artifactId>
- <version>${cxf.xjc-utils.version}</version>
+ <version>${cxf.xjc-utils.verswversion>
</dependency>
<dependency>
<groupId>${project.groupId}.xjcplugins</groupId>
@@ -318,6 +318,11 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>cxf-rt-rs-security-xml</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
</dependency>