Repository: deltaspike
Updated Branches:
  refs/heads/master 82cd29fba -> 764545c2d


DELTASPIKE-1273 - Adding OWB2 profile for cdictrl


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/764545c2
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/764545c2
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/764545c2

Branch: refs/heads/master
Commit: 764545c2d0f902cd15b42a47a82e724f409557fe
Parents: 82cd29f
Author: John D. Ament <johndam...@apache.org>
Authored: Sun Jun 18 21:32:55 2017 -0400
Committer: John D. Ament <johndam...@apache.org>
Committed: Sun Jun 18 21:32:55 2017 -0400

----------------------------------------------------------------------
 deltaspike/cdictrl/impl-owb/pom.xml | 70 +++++++++++++++++++++++++++++++-
 deltaspike/cdictrl/pom.xml          | 11 +++++
 2 files changed, 80 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/764545c2/deltaspike/cdictrl/impl-owb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-owb/pom.xml 
b/deltaspike/cdictrl/impl-owb/pom.xml
index e1d36c9..6fb0af4 100644
--- a/deltaspike/cdictrl/impl-owb/pom.xml
+++ b/deltaspike/cdictrl/impl-owb/pom.xml
@@ -124,7 +124,7 @@
         </profile>
 
         <profile>
-            <!-- use this profile to compile and test DeltaSpike with Apache 
OpenWebBeans 2.x -->
+            <!-- use this profile to compile and test DeltaSpike with Apache 
OpenWebBeans [1.5,2.0) -->
             <id>OWB15</id>
             <dependencies>
                 <!-- OWB specific dependencies-->
@@ -178,6 +178,74 @@
         </profile>
 
         <profile>
+            <!-- use this profile to compile and test DeltaSpike with Apache 
OpenWebBeans [2.0,..) -->
+            <id>OWB2</id>
+
+            <properties>
+                <java.version>1.8</java.version>
+            </properties>
+            <repositories>
+                <repository>
+                    <id>apache-snapshot-repository</id>
+                    <url>http://repository.apache.org/snapshots/</url>
+                    <releases>
+                        <enabled>false</enabled>
+                    </releases>
+                    <snapshots>
+                        <enabled>true</enabled>
+                    </snapshots>
+                </repository>
+            </repositories>
+
+            <dependencies>
+                <!-- OWB specific dependencies-->
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-atinject_1.0_spec</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-annotation_1.3_spec</artifactId>
+                    <version>${geronimo-jcdi-2.0-spec.version}</version>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-jcdi_2.0_spec</artifactId>
+                    <version>${geronimo-jcdi-2.0-spec.version}</version>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-interceptor_1.2_spec</artifactId>
+                    <version>${geronimo-interceptor-1.2-spec.version}</version>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-el_2.2_spec</artifactId>
+                    <version>1.0.2</version>
+                </dependency>
+
+                <dependency>
+                    <groupId>org.apache.openwebbeans</groupId>
+                    <artifactId>openwebbeans-impl</artifactId>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.openwebbeans</groupId>
+                    <artifactId>openwebbeans-spi</artifactId>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.openwebbeans</groupId>
+                    <artifactId>openwebbeans-resource</artifactId>
+                    <scope>provided</scope>
+                </dependency>
+            </dependencies>
+        </profile>
+
+        <profile>
             <id>owbweb</id>
             <!-- use this test to check with the web scanner and proxies -->
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/764545c2/deltaspike/cdictrl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml
index 3a8132c..9bba3f0 100644
--- a/deltaspike/cdictrl/pom.xml
+++ b/deltaspike/cdictrl/pom.xml
@@ -57,6 +57,17 @@
         </profile>
 
         <profile>
+            <id>OWB2</id>
+
+            <modules>
+                <module>api</module>
+                <module>impl-owb</module>
+                <module>servlet</module>
+                <module>tck</module>
+            </modules>
+        </profile>
+
+        <profile>
             <id>Weld1</id>
 
             <modules>

Reply via email to