You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2016/10/15 04:19:39 UTC

asterixdb git commit: Fix Scope of Rometools Dependency

Repository: asterixdb
Updated Branches:
  refs/heads/master 3d24ea3f5 -> edbac1878


Fix Scope of Rometools Dependency

Change-Id: I55d9e768d890ee379c91f615ae6cf4862732a03f
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1289
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>


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

Branch: refs/heads/master
Commit: edbac187842a316b08414bfcab77cf87d578ac13
Parents: 3d24ea3
Author: Michael Blow <mb...@apache.org>
Authored: Fri Oct 14 23:16:11 2016 -0400
Committer: Michael Blow <mb...@apache.org>
Committed: Fri Oct 14 21:19:10 2016 -0700

----------------------------------------------------------------------
 asterixdb/asterix-common/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/edbac187/asterixdb/asterix-common/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-common/pom.xml b/asterixdb/asterix-common/pom.xml
index c01499e..113c5b8 100644
--- a/asterixdb/asterix-common/pom.xml
+++ b/asterixdb/asterix-common/pom.xml
@@ -246,6 +246,7 @@
       <groupId>com.rometools</groupId>
       <artifactId>rome</artifactId>
       <version>1.5.1</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>