Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 728a473a6a9754cf4bb435ba560b662b > files > 5

apache-commons-jci-1.0-6.mga3.src.rpm

--- examples/pom.xml	2007-06-14 22:23:18.000000000 +0200
+++ examples/pom.xml-gil	2012-06-13 10:59:43.508262627 +0200
@@ -22,6 +22,7 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
         <version>1.0</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-examples</artifactId>
@@ -50,12 +51,12 @@
             <version>1.0</version>
         </dependency>
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-servlet-api</artifactId>
+            <version>7.0.27</version>
         </dependency>
     </dependencies>
-    <build>
+    <!--build>
         <plugins>
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
@@ -70,5 +71,5 @@
                 </configuration>
             </plugin>
         </plugins>
-    </build>
+    </build-->
 </project>