Repository: deltaspike Updated Branches: refs/heads/master 1cfe5dc46 -> 853bd6ffc
DELTASPIKE-1178 remove transitive dependencies to Arquillian Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/853bd6ff Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/853bd6ff Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/853bd6ff Branch: refs/heads/master Commit: 853bd6ffca53f44d8bb482b1dbb330ec7b85c9b5 Parents: 1cfe5dc Author: Mark Struberg <[email protected]> Authored: Fri Mar 31 16:48:10 2017 +0200 Committer: Mark Struberg <[email protected]> Committed: Fri Mar 31 16:48:10 2017 +0200 ---------------------------------------------------------------------- deltaspike/cdictrl/impl-owb/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/853bd6ff/deltaspike/cdictrl/impl-owb/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-owb/pom.xml b/deltaspike/cdictrl/impl-owb/pom.xml index 33d4711..590e3f1 100644 --- a/deltaspike/cdictrl/impl-owb/pom.xml +++ b/deltaspike/cdictrl/impl-owb/pom.xml @@ -43,17 +43,11 @@ <artifactId>test-utils</artifactId> <version>${project.version}</version> </dependency> -<!-- - hmm not sure how to deal with that! - We probably need this dependency to let maven resolve the dependency - and build order correctly. - But if we add it then we have the classes twice in the classpath :/ ---> <dependency> <groupId>org.apache.deltaspike.test</groupId> <artifactId>deltaspike-cdictrl-tck</artifactId> <version>${project.version}</version> - <scope>pom</scope> + <scope>test</scope> </dependency> <dependency>
