#5448 Import rank "SAM"
[cdmlib-apps.git] / app-import / pom.xml
index 56291772a845de02c60c2ff4aebb68ea0e85581a..0a211b3bd9aa2c0ae79c439446b12a48585b0a41 100644 (file)
@@ -6,9 +6,9 @@
    -->
   <modelVersion>4.0.0</modelVersion>
   
-  <groupId>eu.etaxonomy.cdm</groupId>
+  <groupId>eu.etaxonomy</groupId>
   <artifactId>imports</artifactId>
-  <version>3.8.0-SNAPSHOT</version>
+  <version>4.3.0-SNAPSHOT</version>
   
   <name>App Import</name>
   <description>A collection of diverse imports to the EDIT CDM Platform</description>
            <id>CodehausMuleRepository</id>
            <url>http://dist.codehaus.org/mule/dependencies/maven2/</url>
        </repository>
+      <!-- the cdm internal repository -->
+      <repository>
+          <id>EditRepository</id>
+          <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
+      </repository>
   </repositories>
   <dependencies>
        <dependency>
        </dependency>
        <dependency>
                <groupId>eu.etaxonomy</groupId>
-               <artifactId>cdmlib-persistence</artifactId>
-               <type>test-jar</type>
+               <artifactId>cdmlib-test</artifactId>
                <scope>test</scope>
                <version>${project.version}</version>
        </dependency>
-       <!-- <dependency>
-               <groupId>org.unitils</groupId>
-               <artifactId>unitils-dbunit</artifactId>
-               <version>3.3</version>
-               <scope>test</scope>
-       </dependency>
-       <dependency>
-               <groupId>org.unitils</groupId>
-               <artifactId>unitils-spring</artifactId>
-               <version>3.3</version>
-               <scope>test</scope>
-       </dependency> -->
+      <dependency>
+        <!--
+              need to specify this dependency,
+              otherwise org.springframework.orm.hibernate5.HibernateTransactionManager is not found.
+              The dependency to cdmlib-io brings an old version:
+              [INFO] eu.etaxonomy:imports:jar:4.3.0-SNAPSHOT
+              [INFO] \- eu.etaxonomy:cdmlib-io:jar:4.3.0-SNAPSHOT:compile
+              [INFO]    \- eu.etaxonomy:cdmlib-ext:jar:4.3.0-SNAPSHOT:compile
+              [INFO]       \- eu.etaxonomy:cdmlib-services:jar:4.3.0-SNAPSHOT:compile
+              [INFO]          \- eu.etaxonomy:cdmlib-persistence:jar:4.3.0-SNAPSHOT:compile
+              [INFO]             \- org.springframework:spring-orm:jar:3.2.0.RELEASE:compile
+          -->
+          <groupId>eu.etaxonomy</groupId>
+          <artifactId>cdmlib-persistence</artifactId>
+          <version>${project.version}</version>
+      </dependency>
 
-
-<!--     <dependency>
-       <groupId>aspectj</groupId>
-       <artifactId>aspectjrt</artifactId>
-               <version>1.6.3</version>
-    </dependency> -->
-  </dependencies></project>
+      <dependency>
+        <groupId>com.itextpdf</groupId>
+        <artifactId>itextpdf</artifactId>
+        <version>5.5.8</version>
+        <scope>compile</scope>
+      </dependency>
+  </dependencies>
+</project>