Sophie

Sophie

distrib > Fedora > 17 > x86_64 > media > updates-src > by-pkgid > 6419457175ded5486d6dffbaced60f0e > files > 5

apache-commons-jci-1.0-5.fc17.src.rpm

--- examples/pom.xml	2007-06-14 22:23:18.000000000 +0200
+++ examples/pom.xml-gil	2012-12-12 06:20:00.734784769 +0100
@@ -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>