Author: [email protected] Date: Thu Apr 14 18:05:28 2011 New Revision: 974
Log: AMDATU-117 decoupled core module from reactor pom Modified: trunk/amdatu-core/pom.xml Modified: trunk/amdatu-core/pom.xml ============================================================================== --- trunk/amdatu-core/pom.xml (original) +++ trunk/amdatu-core/pom.xml Thu Apr 14 18:05:28 2011 @@ -1,32 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu</groupId> <artifactId>amdatu</artifactId> <version>0.2.0-SNAPSHOT</version> + <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> <groupId>org.amdatu</groupId> <artifactId>org.amdatu.core</artifactId> <packaging>pom</packaging> <name>Amdatu Platform</name> - <description>This module consists of all bundles that are part of the Amdatu platform.</description> + <description>This module consists of all bundles that are part of the Amdatu Platform.</description> + + <properties> + <pax.useradmin.version>0.0.1-amdatu1</pax.useradmin.version> + </properties> <dependencyManagement> <dependencies> <dependency> - <groupId>org.amdatu.core.config</groupId> - <artifactId>templates</artifactId> - <version>${project.version}</version> + <groupId>org.ops4j.pax.useradmin</groupId> + <artifactId>pax-useradmin-service</artifactId> + <version>${pax.useradmin.version}</version> <scope>provided</scope> - <type>bundle</type> - </dependency> - <dependency> - <groupId>org.amdatu.web</groupId> - <artifactId>httpcontext</artifactId> - <version>${project.version}</version> - <scope>provided</scope> - <type>bundle</type> </dependency> </dependencies> </dependencyManagement> @@ -41,5 +39,4 @@ <module>useradmincache</module> <module>useradminstore-fs</module> </modules> - </project> \ No newline at end of file _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
