Repository: deltaspike Updated Branches: refs/heads/master 0095a0fd8 -> b27a02da3
DELTASPIKE-1080 changed build config (needed by the release-plugin) Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/b27a02da Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/b27a02da Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/b27a02da Branch: refs/heads/master Commit: b27a02da35892a7617731d3d7f0d6862d0f485f8 Parents: 0095a0f Author: gpetracek <[email protected]> Authored: Thu Feb 18 20:10:37 2016 +0100 Committer: gpetracek <[email protected]> Committed: Thu Feb 18 20:10:47 2016 +0100 ---------------------------------------------------------------------- deltaspike/cdictrl/impl-owb/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/b27a02da/deltaspike/cdictrl/impl-owb/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-owb/pom.xml b/deltaspike/cdictrl/impl-owb/pom.xml index 695f8bb..3de49f2 100644 --- a/deltaspike/cdictrl/impl-owb/pom.xml +++ b/deltaspike/cdictrl/impl-owb/pom.xml @@ -48,13 +48,13 @@ 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>test</scope> + <scope>pom</scope> </dependency> ---> <dependency> <groupId>org.apache.geronimo.specs</groupId>
