commit | edbac187842a316b08414bfcab77cf87d578ac13 | [log] [tgz] |
---|---|---|
author | Michael Blow <mblow@apache.org> | Fri Oct 14 23:16:11 2016 -0400 |
committer | Michael Blow <mblow@apache.org> | Fri Oct 14 21:19:10 2016 -0700 |
tree | 82a388e008768428eb4bb41d7ac868c8adbb3f05 | |
parent | 3d24ea3f5641a316618f662e0b4cec519431a1fb [diff] |
Fix Scope of Rometools Dependency Change-Id: I55d9e768d890ee379c91f615ae6cf4862732a03f Reviewed-on: https://asterix-gerrit.ics.uci.edu/1289 Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Till Westmann <tillw@apache.org> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
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>