You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2008/10/20 12:38:58 UTC

svn commit: r706225 - /labs/magma/trunk/foundation-website/pom.xml

Author: simoneg
Date: Mon Oct 20 03:38:58 2008
New Revision: 706225

URL: http://svn.apache.org/viewvc?rev=706225&view=rev
Log:
No need for explicit plugin anymore

Modified:
    labs/magma/trunk/foundation-website/pom.xml

Modified: labs/magma/trunk/foundation-website/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-website/pom.xml?rev=706225&r1=706224&r2=706225&view=diff
==============================================================================
--- labs/magma/trunk/foundation-website/pom.xml (original)
+++ labs/magma/trunk/foundation-website/pom.xml Mon Oct 20 03:38:58 2008
@@ -27,15 +27,6 @@
 	<version>0.0.1-SNAPSHOT</version>
 	<description/>
 	<packaging>magma</packaging>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.magma.tools</groupId>
-				<artifactId>maven-magma-plugin</artifactId>
-				<extensions>true</extensions>
-			</plugin>
-		</plugins>
-	</build>
 	<dependencies>
 		<dependency>
 			<groupId>com.thoughtworks.xstream</groupId>
@@ -85,5 +76,15 @@
       <artifactId>foundation-i18n</artifactId>
       <version>0.0.1-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+      <version>1.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.3.2</version>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org