Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/cdmlib into remoting-4.0
[cdmlib.git] / cdmlib-persistence / pom.xml
index 1bff31051f2f6d63ba5e239da37236a64405c85a..3ca1ecac09bcbf50a9e75c567b59b06ce66867be 100644 (file)
@@ -3,12 +3,13 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-               <version>3.1.4-SNAPSHOT</version>
+               <version>3.5.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cdmlib-persistence</artifactId>
+  <version>3.5.2-SNAPSHOT</version>
   <name>CDM Persistence</name>
   <description>EDIT CDM library persistence layer. Mainly DAOs</description>
   <scm>
         <groupId>p6spy</groupId>
         <artifactId>p6spy</artifactId>
     </dependency>
+  
+       <!-- Profiling -->
+       <dependency>
+               <groupId>com.yourkit</groupId>
+               <artifactId>yjp-controller-api-redist</artifactId>
+               <scope>test</scope>
+       </dependency>
   </dependencies>
-
+  
 </project>