Michael Blow has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/1289
Change subject: Fix Scope of Rometools Dependency
......................................................................
Fix Scope of Rometools Dependency
Change-Id: I55d9e768d890ee379c91f615ae6cf4862732a03f
---
M asterixdb/asterix-common/pom.xml
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/89/1289/1
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>
--
To view, visit https://asterix-gerrit.ics.uci.edu/1289
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I55d9e768d890ee379c91f615ae6cf4862732a03f
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <[email protected]>