From 02ebce965c7a5321454d0a7f6612e7e0db82f35a Mon Sep 17 00:00:00 2001 From: Peter Major Date: Mon, 20 Oct 2014 01:25:03 +0100 Subject: [PATCH] Define dependencies in dependencyManagement and remove scm/tag --- pom.xml | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 55c7fbf..c4d4a59 100644 --- a/pom.xml +++ b/pom.xml @@ -39,32 +39,43 @@ scm:git:ssh://github.com/jenkinsci/hipchat-plugin.git scm:git:ssh://git@github.com/jenkinsci/hipchat-plugin.git https://github.com/jenkinsci/hipchat-plugin - hipchat-0.1.5 + + + + commons-httpclient + commons-httpclient + 3.1 + + + junit + junit + 4.11 + test + + + log4j + log4j + 1.2.9 + provided + + + commons-logging + commons-logging + 1.0.4 + provided + + + commons-httpclient commons-httpclient - 3.1 junit junit - 4.10 - test - - - log4j - log4j - 1.2.9 - provided - - - commons-logging - commons-logging - 1.0.4 - provided