Revision: 17251
Author: pavel.slegr
Date: Thu Mar 10 12:47:37 2011
Log: jbcp 5.x update - fixed CCA RA common library ref
http://code.google.com/p/mobicents/source/detail?r=17251
Modified:
/branches/jbcp/5.x-mead/jainslee/resources/diameter-cca/common/library/pom.xml
=======================================
---
/branches/jbcp/5.x-mead/jainslee/resources/diameter-cca/common/library/pom.xml
Fri Jan 21 04:36:14 2011
+++
/branches/jbcp/5.x-mead/jainslee/resources/diameter-cca/common/library/pom.xml
Thu Mar 10 12:47:37 2011
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<packaging>jainslee-library</packaging>
-
+
<parent>
<groupId>org.mobicents.servers.diameter.resources</groupId>
<artifactId>cca-common-parent</artifactId>
@@ -30,6 +30,14 @@
<version>${pom.version}</version>
</dependency>
+ <!-- runtime - deps for other jain slee 1.1 libraries -->
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>base-common-library</artifactId>
+
<version>${mobicents.diameter.resources.base-common.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
</dependencies>
<build>
@@ -43,20 +51,7 @@
<library-name>diameter.cca.common</library-name>
<library-vendor>java.net</library-vendor>
<library-version>1.0</library-version>
- <library-ref>
-
<library-name>diameter.base.common</library-name>
-
<library-vendor>java.net</library-vendor>
-
<library-version>1.0</library-version>
- </library-ref>
</configuration>
- <executions>
- <execution>
-
<phase>generate-resources</phase>
- <goals>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>
</build>