ref #9359 try to fix compile error in TaxEditor due to missing objenesis class ...
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / pom.xml
index 925b29d0833bb18f355d87facbf67feba7458a40..5958c7c71e2c278fe5e751e6d666bfb086bfd370 100644 (file)
@@ -77,7 +77,8 @@
                 apache-log4j-extras,\r
                 h2,mysql-connector-java,postgresql,\r
                 junit,hamcrest-core,commons-dbcp,commons-pool,\r
-                jboss-transaction-api_1.2_spec\r
+                jboss-transaction-api_1.2_spec,\r
+                objenesis\r
               </includeArtifactIds>\r
               <outputDirectory>\r
                 ${basedir}/lib\r
        poi:   com.zaxxer:SparseBitSet\r
        poi-ooxml   commons-compress,curvesapi\r
      -->\r
\r
+    <!-- required for dozer, which is probably loaded as spring bean, TODO remove bean -->\r
+    <dependency>\r
+        <groupId>org.objenesis</groupId>\r
+        <artifactId>objenesis</artifactId>\r
+        <version>3.1</version>\r
+    </dependency>\r
        <!-- logging -->\r
     <dependency>\r
         <!-- needed? -->\r
 \r
     <!-- For Unit Tests Start -->\r
        <!-- keep junit and its dependency hamcrest here as long as each plugin\r
-            has its own unit tests and they junit is not yet added there in a way\r
+            has its own unit tests and junit is not yet added there in a way\r
             that it does not appear in production bundles -->\r
        <dependency>\r
         <groupId>junit</groupId>\r