Repository: deltaspike Updated Branches: refs/heads/master 549ee2500 -> afa433335
DELTASPIKE-945 - Review WildFly 9 profile Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/afa43333 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/afa43333 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/afa43333 Branch: refs/heads/master Commit: afa43333526f204d373c9cdd4118e73bdf6750fc Parents: 549ee25 Author: Rafael Benevides <[email protected]> Authored: Thu Jul 9 11:56:38 2015 -0300 Committer: Rafael Benevides <[email protected]> Committed: Thu Jul 9 11:56:38 2015 -0300 ---------------------------------------------------------------------- deltaspike/parent/code/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/afa43333/deltaspike/parent/code/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml index 52f7761..f147176 100644 --- a/deltaspike/parent/code/pom.xml +++ b/deltaspike/parent/code/pom.xml @@ -888,9 +888,9 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.wildfly</groupId> + <groupId>org.wildfly.arquillian</groupId> <artifactId>wildfly-arquillian-container-managed</artifactId> - <version>${wildfly.version}</version> + <version>1.0.0.Final</version> <scope>test</scope> </dependency> <dependency>
