You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2016/02/03 09:35:01 UTC

deltaspike git commit: DELTASPIKE-1072 improved build-config

Repository: deltaspike
Updated Branches:
  refs/heads/master 7c267ba0e -> b00edae3e


DELTASPIKE-1072 improved build-config


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

Branch: refs/heads/master
Commit: b00edae3e0e64bd74ec99225cebc4c8a1d3b9abd
Parents: 7c267ba
Author: gpetracek <gp...@apache.org>
Authored: Wed Feb 3 09:30:55 2016 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Wed Feb 3 09:33:33 2016 +0100

----------------------------------------------------------------------
 deltaspike/parent/code/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/b00edae3/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 9fcf751..d49c32f 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -1178,6 +1178,13 @@
                 </dependency>
 
                 <dependency>
+                    <groupId>javax</groupId>
+                    <artifactId>javaee-api</artifactId>
+                    <version>7.0</version>
+                    <scope>provided</scope>
+                </dependency>
+
+                <dependency>
                     <groupId>org.jboss.arquillian.container</groupId>
                     <artifactId>arquillian-wls-remote-12.1</artifactId>
                     <version>1.0.0.Alpha2</version>
@@ -1240,6 +1247,13 @@
                 </dependency>
 
                 <dependency>
+                    <groupId>javax</groupId>
+                    <artifactId>javaee-api</artifactId>
+                    <version>7.0</version>
+                    <scope>provided</scope>
+                </dependency>
+
+                <dependency>
                     <groupId>org.jboss.arquillian.container</groupId>
                     <artifactId>arquillian-wls-managed-12.1</artifactId>
                     <version>1.0.0.Alpha3</version>