You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by hw...@apache.org on 2015/12/19 13:50:22 UTC

deltaspike git commit: DELTASPIKE-1046 fixed Arquillian dependency for wildfly-remote profile

Repository: deltaspike
Updated Branches:
  refs/heads/master 086871c02 -> d0923ec55


DELTASPIKE-1046 fixed Arquillian dependency for wildfly-remote profile

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

Branch: refs/heads/master
Commit: d0923ec55991cfc4282f313784a435fcbb1ea0ea
Parents: 086871c
Author: Harald Wellmann <hw...@apache.org>
Authored: Sat Dec 19 13:49:36 2015 +0100
Committer: Harald Wellmann <hw...@apache.org>
Committed: Sat Dec 19 13:49:36 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/d0923ec5/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 8066bcc..cde9626 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -971,9 +971,9 @@
                     <scope>provided</scope>
                 </dependency>
                 <dependency>
-                    <groupId>org.wildfly</groupId>
+                    <groupId>org.wildfly.arquillian</groupId>
                     <artifactId>wildfly-arquillian-container-remote</artifactId>
-                    <version>${wildfly.version}</version>
+                    <version>${wildfly.arquillian.version}</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>