Author: eric
Date: Wed Oct 19 20:46:54 2011
New Revision: 1186475

URL: http://svn.apache.org/viewvc?rev=1186475&view=rev
Log:
Add common-daemon dependency and define pom as jar (JAMESAPP-3)

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1186475&r1=1186474&r2=1186475&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Wed Oct 19 20:46:54 2011
@@ -33,7 +33,7 @@
     <groupId>org.apache.james</groupId>
     <artifactId>apache-james</artifactId>
     <version>3.0-beta4-SNAPSHOT</version>
-    <packaging>war</packaging>
+    <packaging>jar</packaging>
 
     <name>Apache James Server</name>
     <description>An advanced email server.</description>
@@ -80,7 +80,6 @@
         <dependency>
             <groupId>org.apache.james</groupId>
             <artifactId>james-server-container-spring</artifactId>
-            <scope>runtime</scope>
             <exclusions>
                 <exclusion>
                     <groupId>org.springframework.osgi</groupId>
@@ -115,6 +114,10 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
             <scope>runtime</scope>
         </dependency>
@@ -124,6 +127,10 @@
             <scope>runtime</scope>
         </dependency>
         <dependency>
+            <groupId>commons-daemon</groupId>
+            <artifactId>commons-daemon</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core</artifactId>
             <scope>runtime</scope>
@@ -160,11 +167,14 @@
             <scope>runtime</scope>
         </dependency>
         <dependency>
+            <groupId>commons-daemon</groupId>
+            <artifactId>commons-daemon</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.james</groupId>
             <artifactId>james-server-mailetcontainer-camel</artifactId>
             <scope>runtime</scope>
         </dependency>
-
         <dependency>
             <groupId>org.apache.james</groupId>
             <artifactId>james-server-mailbox-adapter</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to