- cleanup DB after test run
[cdmlib.git] / cdmlib-io / pom.xml
index 74e1829bdffd9c4d321fa6f9befea1659f721cb2..784ff5dd483d39243bfcbc5d6517f92fa8fd4d36 100644 (file)
@@ -1,17 +1,16 @@
 <?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" 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"
-   -->
+  <!-- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" -->
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>3.1.4-SNAPSHOT</version>
-  <relativePath>../pom.xml</relativePath>
+               <version>3.6.1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cdmlib-io</artifactId>
+  <version>3.6.1-SNAPSHOT</version>
   <name>CDM Import/Export</name>
   <description>The import-export package for EDIT's cdmLibrary</description>
   <scm>
@@ -36,7 +35,7 @@
     </plugins>
   </build>
   <dependencies>
-  <dependency>
+    <dependency>
       <groupId>eu.etaxonomy</groupId>
       <artifactId>cdmlib-persistence</artifactId>
       <type>test-jar</type>
       <artifactId>cdmlib-ext</artifactId>
     </dependency>
     <dependency>
-        <groupId>org.unitils</groupId>
-        <artifactId>unitils-core</artifactId>
-        <scope>test</scope>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils-core</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.unitils</groupId>
       <artifactId>unitils-database</artifactId>
       <exclusions>
-       <exclusion>
-               <groupId>commons-dbcp</groupId>
-               <artifactId>commons-dbcp</artifactId>
-       </exclusion>
+        <exclusion>
+          <groupId>commons-dbcp</groupId>
+          <artifactId>commons-dbcp</artifactId>
+        </exclusion>
       </exclusions>
       <scope>test</scope>
     </dependency>
@@ -73,7 +76,7 @@
       <artifactId>unitils-dbunit</artifactId>
       <scope>test</scope>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>org.unitils</groupId>
       <artifactId>unitils-easymock</artifactId>
       <scope>test</scope>
       <artifactId>unitils-inject</artifactId>
       <scope>test</scope>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>org.unitils</groupId>
       <artifactId>unitils-orm</artifactId>
-       <exclusions>
-       <exclusion>
-               <groupId>javax.persistence</groupId>
-               <artifactId>persistence-api</artifactId>
-       </exclusion>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.persistence</groupId>
+          <artifactId>persistence-api</artifactId>
+        </exclusion>
       </exclusions>
       <scope>test</scope>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>org.unitils</groupId>
       <artifactId>unitils-spring</artifactId>
       <scope>test</scope>
       <artifactId>xmlunit</artifactId>
     </dependency>
     <dependency>
-    <groupId>org.apache.poi</groupId>
-    <artifactId>poi</artifactId>
-  </dependency>
-  <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>org.springframework.oxm</artifactId>
     </dependency>
-  <dependency>
-    <groupId>com.yourkit</groupId>
-    <artifactId>yjp-controller-api-redist</artifactId>
-    <!--  version>10.0.3</version> -->
-    <version>9.0.8</version>
-  </dependency>
-<!--    <dependency> -->
-<!--        <groupId>org.springframework.ws</groupId> -->
-<!--        <artifactId>spring-xml</artifactId> -->
-<!--        <version>2.1.2.RELEASE</version> -->
-<!--        <exclusions> -->
-<!--          <exclusion> -->
-<!--            <groupId>org.springframework</groupId> -->
-<!--            <artifactId>spring-core</artifactId> -->
-<!--          </exclusion> -->
-<!--          <exclusion> -->
-<!--            <groupId>org.springframework</groupId> -->
-<!--            <artifactId>spring-context</artifactId> -->
-<!--          </exclusion> -->
-<!--          <exclusion> -->
-<!--            <groupId>org.springframework</groupId> -->
-<!--            <artifactId>spring-beans</artifactId> -->
-<!--          </exclusion> -->
-<!--        </exclusions> -->
-<!--      </dependency> -->
-     <dependency>
-          <groupId>identificationKeyAPI</groupId>
-          <artifactId>identificationKeyAPI</artifactId>
-      </dependency>
+    <dependency>
+      <groupId>identificationKeyAPI</groupId>
+      <artifactId>identificationKeyAPI</artifactId>
+    </dependency>
+               <dependency>
+                       <groupId>org.apache.jena</groupId>
+                       <artifactId>jena-tdb</artifactId>
+                       
+               </dependency>
   </dependencies>
 </project>