remove dependencies from cdmlib-remote-webapp that already exist in cdmlib-remote
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 18 Apr 2013 11:24:47 +0000 (11:24 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 18 Apr 2013 11:24:47 +0000 (11:24 +0000)
cdmlib-remote-webapp/pom.xml

index f5c54745c5abe7e97d2b4af8f27429bb32e5623e..3f9243f542e29924539d1090e9a0468e865a8583 100644 (file)
   </scm>
   
   <dependencies>
-      <dependency>
-        <groupId>eu.etaxonomy</groupId>
-        <artifactId>cdmlib-ext</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>eu.etaxonomy</groupId>
-        <artifactId>cdmlib-persistence</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>eu.etaxonomy</groupId>
-        <artifactId>cdmlib-model</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>eu.etaxonomy</groupId>
-        <artifactId>cdmlib-services</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>eu.etaxonomy</groupId>
-        <artifactId>cdmlib-io</artifactId>
-      </dependency>
     <dependency>
       <groupId>eu.etaxonomy</groupId>
       <artifactId>cdmlib-remote</artifactId>
     </dependency>
       <dependency>
+       <!-- TODO this is also offered by cdmlib-remote, can it be removed? What does provided mean? -->
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
         <scope>provided</scope>
       </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>org.springframework.web</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>spring-context-support</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>org.springframework.web.servlet</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>com.ibm.lsid</groupId>
-        <artifactId>lsid-server</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>com.ibm.lsid</groupId>
-        <artifactId>lsid-client</artifactId>
-      </dependency>
+
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
         <groupId>xmlunit</groupId>
         <artifactId>xmlunit</artifactId>
       </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>org.springframework.test</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>net.sf.dozer</groupId>
-        <artifactId>dozer</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>joda-time</groupId>
-        <artifactId>joda-time</artifactId>    
-      </dependency>
-      <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-cglib-repack</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-core</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-ehcache</artifactId>
-      </dependency>
+
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
       </dependency>
       <!-- JsonView -->
       <dependency>
+        <!--  TODO can this be removed, it already exists in cdmlib-remote -->
         <groupId>net.sf.json-lib</groupId>
         <artifactId>json-lib</artifactId>
         <classifier>jdk15</classifier>
       </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>org.springframework.oxm</artifactId>
-      </dependency>
+
       
       <!-- XmlView -->
-      <dependency>
-        <groupId>com.thoughtworks.xstream</groupId>
-        <artifactId>xstream</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>xpp3</groupId>
-        <artifactId>xpp3</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax</artifactId>
-      </dependency>
+      
       <dependency>
        <groupId>xom</groupId>
         <artifactId>xom</artifactId>
       </dependency>
       
-      <!--  Connection Pooling  -->
-      <dependency> 
-        <groupId>org.hibernate</groupId> 
-        <artifactId>hibernate-c3p0</artifactId>         
-      </dependency>
-      
-      <!--  SQL Profiling  -->
-      <dependency>
-        <groupId>p6spy</groupId>
-        <artifactId>p6spy</artifactId>
-      </dependency>
-  
   </dependencies>
   
   <properties>