ref #2717 some updates to PESI export
[cdmlib-apps.git] / cdm-pesi / pom.xml
index f4b4a1f90bca9d6266e8252814338bfd20b8e979..c720b56dc1ff8599814e01f3972e74d39e09ebbd 100644 (file)
@@ -6,24 +6,23 @@
    -->
   <modelVersion>4.0.0</modelVersion>
   
-  
 <!--   <parent> -->
 <!--     <relativePath>../cdmapps-parent/pom.xml</relativePath> -->
 <!--   </parent> -->
   
   <groupId>eu.etaxonomy.cdm</groupId>
   <artifactId>cdm-pesi</artifactId>
-  <version>3.8.0-SNAPSHOT</version>
+  <version>5.6.0-SNAPSHOT</version>
   
   <name>CDM PESI</name>
   <description>The PESI package for EDIT's CdmLibrary</description>
   <properties>
-       <java.codelevel>1.7</java.codelevel>
+       <java.codelevel>1.8</java.codelevel>
   </properties>
   <scm>
-    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/cdm-pesi/</connection>
-    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/cdm-pesi/</developerConnection>
-    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/cdm-pesi/</url>
+    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-apps.git</connection>
+    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-apps.git</developerConnection>
+    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib-apps.git/tree/HEAD:/cdm-pesi</url>
   </scm>
   <build>
     <plugins>
@@ -49,9 +48,7 @@
   <dependencies>   
        <dependency>
                <groupId>eu.etaxonomy</groupId>
-               <artifactId>cdmlib-persistence</artifactId>
-               <type>test-jar</type>
-<!--                   <scope>test</scope>  -->
+               <artifactId>cdmlib-test</artifactId>
                <version>${project.version}</version>
        </dependency>
        <dependency>
                <version>${project.version}</version>
        </dependency>
 
-       
-       
-<!--           <dependency> -->
-<!--         <groupId>org.unitils</groupId> -->
-<!--         <artifactId>unitils-core</artifactId> -->
-<!--     </dependency> -->
-<!--     <dependency> -->
-<!--       <groupId>org.dbunit</groupId> -->
-<!--       <artifactId>dbunit</artifactId> -->
-<!--     </dependency> -->
-<!--     <dependency> -->
-<!--       <groupId>xmlunit</groupId> -->
-<!--       <artifactId>xmlunit</artifactId> -->
-<!--           </dependency> -->
-
-               <!-- Profiling -->
+       <!-- Profiling -->
                <dependency>
                        <groupId>com.yourkit</groupId>
                        <artifactId>yjp-controller-api-redist</artifactId>
                        <version>9.0.8</version>
-<!--                   <scope>test</scope> -->
-               </dependency>
+<!--        <scope>test</scope> -->
+       </dependency>
   </dependencies>
 </project>