You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/03/02 15:53:06 UTC

svn commit: r1296234 - /james/app/trunk/pom.xml

Author: eric
Date: Fri Mar  2 14:53:06 2012
New Revision: 1296234

URL: http://svn.apache.org/viewvc?rev=1296234&view=rev
Log:
Add missing artifact definitions in app to prepare the release

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1296234&r1=1296233&r2=1296234&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Fri Mar  2 14:53:06 2012
@@ -89,6 +89,41 @@
     </dependency>
     <dependency>
         <groupId>org.apache.james</groupId>
+        <artifactId>james-server-core</artifactId>
+          <version>${james.server.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-data-api</artifactId>
+          <version>${james.server.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-dnsservice-library</artifactId>
+          <version>${james.server.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-filesystem-api</artifactId>
+          <version>${james.server.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-lifecycle-api</artifactId>
+          <version>${james.server.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-mailetcontainer-api</artifactId>
+          <version>${james.server.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-queue-api</artifactId>
+        <version>${james.server.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.james</groupId>
         <artifactId>james-server-container-spring</artifactId>
         <version>${james.server.version}</version>
 	    <exclusions>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org