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 rd...@apache.org on 2011/04/24 19:08:48 UTC

svn commit: r1096348 - /james/mailet/ai/trunk/classic/pom.xml

Author: rdonkin
Date: Sun Apr 24 17:08:48 2011
New Revision: 1096348

URL: http://svn.apache.org/viewvc?rev=1096348&view=rev
Log:
JAMES-1228 Basic conversion from Mime4J.

Modified:
    james/mailet/ai/trunk/classic/pom.xml

Modified: james/mailet/ai/trunk/classic/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/classic/pom.xml?rev=1096348&r1=1096347&r2=1096348&view=diff
==============================================================================
--- james/mailet/ai/trunk/classic/pom.xml (original)
+++ james/mailet/ai/trunk/classic/pom.xml Sun Apr 24 17:08:48 2011
@@ -19,16 +19,17 @@
     under the License.    
   -->
   <parent>
-    <artifactId>apache-mime4j-project</artifactId>
+    <artifactId>apache-james-ai-project</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.1-SNAPSHOT</version>
   </parent>
+  
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>apache-mime4j-core</artifactId>
-  <name>Apache JAMES Mime4j (Core)</name>
-  <version>0.7-SNAPSHOT</version>
-  <description>Java stream based MIME message parser</description>
+  <artifactId>apache-james-ai-classic</artifactId>
+  <name>Apache James Classic AI Mailets</name>
+  <version>0.1-SNAPSHOT</version>
+  <description>Classic machine learning approach to SPAM processing.</description>
 
   <build>
     <plugins>
@@ -47,19 +48,5 @@
   </build>
   
   <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <type>jar</type>
-      <!--  Removed as a workaround for an unidentified M2 bug -->
-      <scope>test</scope>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <scope>test</scope>
-      <optional>true</optional>
-    </dependency>
   </dependencies>
 </project>



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