(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index c5caa5337d5b23c341707bdac69b746d8ef7400e..300f2b11f756c3d4137b98fe1574186ecb37e5c0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>jmock-cglib</artifactId>
       <version>1.1.0</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>cglib</groupId>
+          <artifactId>cglib-full</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
 
         <version>${project.version}</version>
       </dependency>
 
-
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>2.3</version>
+        <type>jar</type>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>quartz</groupId>
+        <artifactId>quartz</artifactId>
+        <version>1.5.1</version>
+      </dependency>
       <dependency>
         <groupId>jtidy</groupId>
         <artifactId>jtidy</artifactId>
         <version>1.7.0</version>
       </dependency>
       <dependency>
-        <groupId>springframework</groupId>
+        <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>1.2.6</version>
+        <version>1.2.8</version>
       </dependency>
       <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-hibernate</artifactId>
-        <version>1.2.6</version>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-orm</artifactId>
+        <version>1.2.8</version>
       </dependency>
       <!-- should be possible to remove the dependence on log4j -->
       <dependency>
         <groupId>dom4j</groupId>
         <artifactId>dom4j</artifactId>
         <version>1.6</version>
+        <exclusions>
+          <exclusion>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>ehcache</groupId>
         <groupId>jaxen</groupId>
         <artifactId>jaxen</artifactId>
         <version>1.1-beta-9</version>
+        <exclusions>
+          <exclusion>
+            <groupId>xom</groupId>
+            <artifactId>xom</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>xerces</groupId>
+            <artifactId>xmlParserAPIs</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
+      <dependency>
+        <groupId>jstl</groupId>
+        <artifactId>jstl</artifactId>
+        <version>1.1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>taglibs</groupId>
+        <artifactId>standard</artifactId>
+        <version>1.1.2</version>
+      </dependency>
+
 
     </dependencies>
   </dependencyManagement>
           </includes>
         </configuration>
       </plugin>
+
     </plugins>
 
   </build>