You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by he...@apache.org on 2007/12/21 17:01:09 UTC

svn commit: r606227 - /directory/sandbox/hennejg/odm/trunk/pom.xml

Author: hennejg
Date: Fri Dec 21 08:01:08 2007
New Revision: 606227

URL: http://svn.apache.org/viewvc?rev=606227&view=rev
Log:
Share project 'apache odm' into 'https://svn.apache.org/repos/asf/directory'

Added:
    directory/sandbox/hennejg/odm/trunk/pom.xml   (with props)

Added: directory/sandbox/hennejg/odm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/hennejg/odm/trunk/pom.xml?rev=606227&view=auto
==============================================================================
--- directory/sandbox/hennejg/odm/trunk/pom.xml (added)
+++ directory/sandbox/hennejg/odm/trunk/pom.xml Fri Dec 21 08:01:08 2007
@@ -0,0 +1,57 @@
+<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>
+
+	<groupId>org.apache.directory</groupId>
+	<artifactId>odm</artifactId>
+	<version>1.0-SNAPSHOT</version>
+	<name>openthinclient.org common components</name>
+	<packaging>jar</packaging>
+
+	<dependencies>
+		<dependency>
+			<groupId>castor</groupId>
+			<artifactId>castor</artifactId>
+			<version>0.9.9.1</version>
+		</dependency>
+
+		<!-- 
+			Castor needs this, but doesn't have a transitive dependency.
+			We should probably switch to a different maven dependency for
+			castor, but the alternative one has a rather scary set of dependencies.
+		-->
+		<dependency>
+			<groupId>xerces</groupId>
+			<artifactId>xercesImpl</artifactId>
+			<version>2.8.1</version>
+		</dependency>
+
+		<dependency>
+			<groupId>net.sf.ehcache</groupId>
+			<artifactId>ehcache</artifactId>
+			<version>1.2</version>
+		</dependency>
+
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.4</version>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.14</version>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.directory.server</groupId>
+			<artifactId>apacheds-server-sar</artifactId>
+			<version>1.0.2</version>
+			<scope>test</scope>
+			<type>jar</type>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: directory/sandbox/hennejg/odm/trunk/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain