You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/02/26 18:11:13 UTC

[12/50] [abbrv] incubator-usergrid git commit: Fixes problem with arquillian configuration and plugin scope

Fixes problem with arquillian configuration and plugin scope


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

Branch: refs/heads/two-dot-o-import
Commit: b82999e2a35e0be6e5fff853380ba0b22e3b79c9
Parents: 949c22a
Author: Todd Nine <tn...@apigee.com>
Authored: Mon Feb 23 16:14:26 2015 -0700
Committer: Todd Nine <tn...@apigee.com>
Committed: Mon Feb 23 16:14:26 2015 -0700

----------------------------------------------------------------------
 stack/rest/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b82999e2/stack/rest/pom.xml
----------------------------------------------------------------------
diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml
index 7746b5d..b3c3663 100644
--- a/stack/rest/pom.xml
+++ b/stack/rest/pom.xml
@@ -45,7 +45,7 @@
             <id>arquillian-tomcat</id>
 
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
 
             <dependencies>
@@ -96,6 +96,7 @@
                     <groupId>org.jboss.arquillian.container</groupId>
                     <artifactId>arquillian-tomcat-remote-7</artifactId>
                     <version>1.0.0.CR7</version>
+                    <scope>test</scope>
                 </dependency>
 
             </dependencies>