From 9d00317b69823dd31afbfb55fceba26b41695ce7 Mon Sep 17 00:00:00 2001 From: Reno Reckling Date: Thu, 24 Jul 2014 12:36:52 +0200 Subject: add git plugin dependency --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c0541ed..25b09ca 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,11 @@ jackson-jaxrs 1.9.13 + + org.eclipse.hudson.plugins + git + 3.0.1 + -- cgit v1.2.3 From e45ff6c1f31b57be787326f8b5ecd41ab988a1be Mon Sep 17 00:00:00 2001 From: Reno Reckling Date: Thu, 24 Jul 2014 12:36:59 +0200 Subject: reformat pom.xml --- pom.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 25b09ca..a4f5055 100644 --- a/pom.xml +++ b/pom.xml @@ -36,26 +36,26 @@ - - org.apache.maven.wagon - wagon-http - 2.4 - - - commons-httpclient - commons-httpclient - 3.1 - - - commons-codec - commons-codec - 1.9 - - - org.codehaus.jackson - jackson-jaxrs - 1.9.13 - + + org.apache.maven.wagon + wagon-http + 2.4 + + + commons-httpclient + commons-httpclient + 3.1 + + + commons-codec + commons-codec + 1.9 + + + org.codehaus.jackson + jackson-jaxrs + 1.9.13 + org.eclipse.hudson.plugins git -- cgit v1.2.3