Disabling cdi to fix build

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1748878 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/pom.xml b/examples/pom.xml
index 0cf3b90..055d609 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -124,7 +124,7 @@
         <module>tasklist-blueprint</module>
         <module>tasklist-ds</module>
         <module>tasklist-model</module>
-        <module>tasklist-cdi</module>
+<!--        <module>tasklist-cdi</module>-->
     </modules>
 
 </project>
diff --git a/jpa-cdi/pom.xml b/jpa-cdi/pom.xml
index fc69007..577d957 100644
--- a/jpa-cdi/pom.xml
+++ b/jpa-cdi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.4.0-SNAPSHOT</version>
+        <version>2.5.0-SNAPSHOT</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.cdi</artifactId>
diff --git a/pom.xml b/pom.xml
index c5fa5a9..88a2a75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <module>jpa-container</module>
         <module>jpa-support</module>
         <module>jpa-blueprint</module>
-        <module>jpa-cdi</module>
+<!--        <module>jpa-cdi</module>-->
         <module>jpa-container-eclipselink-adapter</module>
         <module>jpa-repository</module>
         <module>examples</module>