Michael Blow has submitted this change and it was merged. Change subject: Fix Scope of Rometools Dependency ......................................................................
Fix Scope of Rometools Dependency Change-Id: I55d9e768d890ee379c91f615ae6cf4862732a03f Reviewed-on: https://asterix-gerrit.ics.uci.edu/1289 Sonar-Qube: Jenkins <[email protected]> Reviewed-by: Till Westmann <[email protected]> Tested-by: Jenkins <[email protected]> --- M asterixdb/asterix-common/pom.xml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Till Westmann: Looks good to me, approved Jenkins: Verified; No violations found 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: merged Gerrit-Change-Id: I55d9e768d890ee379c91f615ae6cf4862732a03f Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
