diff servlet/pom.xml @ 899:12b5a3e04b13 mvnify

clean up
author robcast
date Wed, 20 Apr 2011 21:40:38 +0200
parents 64f2cb1061a4
children
line wrap: on
line diff
--- a/servlet/pom.xml	Wed Apr 20 15:25:59 2011 +0200
+++ b/servlet/pom.xml	Wed Apr 20 21:40:38 2011 +0200
@@ -19,67 +19,51 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
-  <repositories>
-    <repository>
-      <id>itextpdf.com</id>
-      <name>Maven Repository for iText</name>
-      <url>http://maven.itextpdf.com/</url>
-    </repository>
-  <!-- This provides the required versions of JAI-ImageIO -->
-    <repository>
-    	<id>geotools.osgeo.org</id>
-    	<name>Geotools repository</name>
-    	<url>http://download.osgeo.org/webdav/geotools/</url>
-    </repository>
-  </repositories>
-
   <dependencies>
     <dependency>
       <groupId>javax.media</groupId>
       <artifactId>jai_imageio</artifactId>
-      <version>1.1</version>
+        <type>jar</type>
+        <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>javax.media</groupId>
       <artifactId>jai_codec</artifactId>
-      <version>1.1.3</version>
+        <type>jar</type>
+        <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>javax.media</groupId>
       <artifactId>jai_core</artifactId>
-      <version>1.1.3</version>
+        <type>jar</type>
+        <scope>compile</scope>
     </dependency>
   	<dependency>
   		<groupId>org.devlib.schmidt</groupId>
   		<artifactId>imageinfo</artifactId>
-  		<version>1.9</version>
   		<type>jar</type>
   		<scope>compile</scope>
   	</dependency>
   	<dependency>
   		<groupId>org.jdom</groupId>
   		<artifactId>jdom</artifactId>
-  		<version>1.1</version>
   		<type>jar</type>
   		<scope>compile</scope>
   	</dependency>
   	<dependency>
   		<groupId>log4j</groupId>
   		<artifactId>log4j</artifactId>
-  		<version>1.2.14</version>
   		<type>jar</type>
   		<scope>compile</scope>
   	</dependency>
     <dependency>
       <groupId>com.itextpdf</groupId>
       <artifactId>itextpdf</artifactId>
-      <version>5.0.4</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>org.mortbay.jetty</groupId>
     	<artifactId>servlet-api</artifactId>
-    	<version>3.0.20100224</version>
     	<type>jar</type>
     	<scope>provided</scope>
     </dependency>