making the FeatureListController more generic
[cdmlib.git] / cdmlib-remote / pom.xml
index f967415dc510d31780ed1536fa206b513ae32e77..967296b0bdd058811cba1b71b455e7ccb5fd5425 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <!-- 
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+               xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+               http://maven.apache.org/maven-v4_0_0.xsd"
    -->
-  <parent>
-    <artifactId>cdmParent</artifactId>
-    <groupId>eu.etaxonomy</groupId>
-       <version>0.5.0</version>
-    <relativePath>../cdmParent/pom.xml</relativePath>
-  </parent>
+       <parent>
+               <groupId>eu.etaxonomy</groupId>
+               <artifactId>cdmlib-parent</artifactId>
+               <version>3.0</version>
+               <relativePath>pom.xml</relativePath>
+       </parent>
        
   <modelVersion>4.0.0</modelVersion>
-  <groupId>eu.etaxonomy</groupId>
-       <artifactId>cdmlib-remote</artifactId>
-  <packaging>war</packaging>
-  <version>0.1-SNAPSHOT</version>
-  <name>EDIT CDM Community Server</name>
-  <description>The EDIT CDM Community Server allows remote access to the common data model via webservices in the wider sense</description>
+  <artifactId>cdmlib-remote</artifactId>
+  <properties>
+    <!--  
+      custom property to hold the patch version number     
+      shouldn't this be set in the parent pom? 
+     -->
+    <project.patchversion>0</project.patchversion>
+  </properties> 
+  <name>CDM Remote</name>
+       <description>The EDIT CDM Remote package allows remote access to
+               the common data model via webservices in the wider sense</description>
+  <!-- Revert this back to "war" before committing  -->
+  <packaging>jar</packaging>
   <scm>
-    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/</connection>
-       <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/</developerConnection>
-       <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-remote/</url>
+               <connection>
+                       scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/
+               </connection>
+               <developerConnection>
+                       scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/
+               </developerConnection>
+               <url>
+                       http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-remote/
+               </url>
   </scm>
-       
-       <properties>
-               <cxf.version>2.0.4-incubator</cxf.version>
-       </properties>
 
        <dependencies>
                <dependency>
                        <groupId>eu.etaxonomy</groupId>
-                       <artifactId>cdmlib-model</artifactId>
-                       <version>1.0-RC1</version>
+                       <artifactId>cdmlib-ext</artifactId>
                </dependency>
                <dependency>
                        <groupId>eu.etaxonomy</groupId>
                        <artifactId>cdmlib-persistence</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
+               </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>javax.servlet</groupId>
                        <artifactId>servlet-api</artifactId>
-                       <version>2.5</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
-                       <artifactId>spring-webmvc</artifactId>
-                       <version>${spring.version}</version>
+                       <artifactId>org.springframework.web</artifactId>
                </dependency>
+               <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>org.springframework.context.support</artifactId>
+        </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
-                       <artifactId>spring-web</artifactId>
-                       <version>${spring.version}</version>
+                       <artifactId>org.springframework.web.servlet</artifactId>
                </dependency>
-               
-               <!-- JsonView -->
                <dependency>
-                       <groupId>eu.etaxonomy</groupId>
-                       <artifactId>spring-json</artifactId>
-                       <version>0.1</version>
+                <groupId>org.springmodules</groupId>
+                <artifactId>spring-modules-cache</artifactId>
+                <version>0.7</version>
+                <exclusions>
+                 <exclusion>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring</artifactId>
+                 </exclusion>
+                 <exclusion>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring-mock</artifactId>
+                 </exclusion>
+               </exclusions>
+           </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>
                </dependency>
+               <dependency>
+      <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>
+    <dependency>
+      <groupId>net.sf.json-lib</groupId>
+      <artifactId>json-lib</artifactId>
+      <version>2.2.3</version>
+      <classifier>jdk15</classifier>   
+    </dependency>
+       <dependency>
+         <groupId>org.springframework</groupId>
+         <artifactId>org.springframework.oxm</artifactId>
+         <version>${spring.version}</version>
+       </dependency>
 
                <!-- XmlView -->
                <dependency>
-                       <groupId>xstream</groupId>
+                       <groupId>com.thoughtworks.xstream</groupId>
                        <artifactId>xstream</artifactId>
-                       <version>[1.1,)</version>
                </dependency>
                <dependency>
                        <groupId>xpp3</groupId>
                        <artifactId>xpp3</artifactId>
-                       <version>1.1.3.3</version>
                </dependency>
-               
-       </dependencies>
-
-       <pluginRepositories>
-               <pluginRepository>
-                       <id>apache-plugin-snapshots</id>
-                       <name>Apache Maven Plugin Snapshots</name>
-                       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-                       <releases>
-                               <enabled>false</enabled>
-                       </releases>
-                       <snapshots>
-                               <enabled>true</enabled>
-                       </snapshots>
-               </pluginRepository>
-               <pluginRepository>
-                       <id>apache-plugin-incubating</id>
-                       <name>Apache Plugin Incubating Repository</name>
-                       <url>http://people.apache.org/repo/m2-incubating-repository/</url>
-               </pluginRepository>
-       </pluginRepositories>
-               
-       <build>
-               <finalName>cdmserver</finalName>
-               <plugins>
-                       <plugin>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <includes>
-                                               <include>**/*Test.java</include>
-                                       </includes>
-                               </configuration>
-                       </plugin>                       
-                       <plugin><!--use mvn tomcat:deploy -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>tomcat-maven-plugin</artifactId>
-                               <configuration>
-                                       <server>tomcat-local</server>
-                                       <!--                                      
-                                               <server>tomcat-edit</server>
-                                               <url>http://search.biocase.org:8080/manager</url>
-                                       -->
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.mortbay.jetty</groupId>
-                               <artifactId>maven-jetty-plugin</artifactId>
-                               <dependencies>
-                                       <dependency>
-                                               <groupId>org.apache.geronimo.specs</groupId>
-                                               <artifactId>geronimo-j2ee_1.4_spec</artifactId>
-                                               <version>1.1</version>
-                                       </dependency>
-                               </dependencies>
-                               <configuration>
-                                       <connectors>
-                                               <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-                                                       <port>8080</port>
-                                                       <maxIdleTime>3600000</maxIdleTime>
-                                               </connector>
-                                       </connectors>
-                                       <scanIntervalSeconds>5</scanIntervalSeconds>
-                               </configuration>
-                       </plugin>       
-                       
-                       <!-- use mvn cxf-codegen:java2wsdl  OR  mvn process-classes  -->
-                       <!-- 
+               <dependency>
+                 <groupId>stax</groupId>
+                 <artifactId>stax</artifactId>
+               </dependency>
 
-                                                               ONLY FOR SOAP !!!
-                       
-                       <plugin>
-                               <groupId>org.apache.cxf</groupId>
-                               <artifactId>cxf-codegen-plugin</artifactId>
-                                               <version>${cxf.version}</version>
-                               <dependencies>
-                                       <dependency>
-                                               <groupId>org.apache.cxf</groupId>
-                                               <artifactId>cxf-rt-frontend-jaxws</artifactId>
-                                               <version>${cxf.version}</version>
-                                       </dependency>
-                               </dependencies>
-                               <executions>
-                                       <execution>
-                                               <id>generate-wsdl</id>
-                                               <phase>process-classes</phase>
-                                               <configuration>
-                                                       <className>
-                                               eu.etaxonomy.cdm.remote.service.HelloWorld
-                                                       </className>
-                                               </configuration>
-                                               <goals>
-                                                       <goal>java2wsdl</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       -->                             
-               </plugins>
-       </build>
+               <!-- JSP TAG LIBS -->
+               <dependency>
+                       <groupId>taglibs</groupId>
+                       <artifactId>standard</artifactId>
+                       <version>1.1.2</version>
+               </dependency>
+               <dependency>
+                       <groupId>taglibs</groupId>
+                       <artifactId>x</artifactId>
+                       <version>1.1.2</version>
+                       <type>tld</type>
+               </dependency>
+               <!--  Connection Pooling  -->
+        <dependency> 
+            <groupId>org.hibernate</groupId> 
+            <artifactId>hibernate-c3p0</artifactId>         
+               </dependency>
+\r
+               <!--  SQL Profiling  -->\r
+               <dependency>\r
+                   <groupId>p6spy</groupId>\r
+                   <artifactId>p6spy</artifactId>\r
+                   <version>1.3</version>
+               </dependency>
+       </dependencies>
        
 </project>