From 1be9391ba8cbd1000d780ea26b7fce9fd83763a9 Mon Sep 17 00:00:00 2001 From: Roy Clarkson Date: Thu, 6 Feb 2014 16:31:40 -0500 Subject: [PATCH] Specify correct artifact in Download widget --- _includes/build.gradle | 3 +++ _includes/pom.xml | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 _includes/build.gradle create mode 100644 _includes/pom.xml diff --git a/_includes/build.gradle b/_includes/build.gradle new file mode 100644 index 00000000..e24fcec0 --- /dev/null +++ b/_includes/build.gradle @@ -0,0 +1,3 @@ +dependencies { + compile '{@= groupId @}:spring-ws-core:{@= version @}' +} \ No newline at end of file diff --git a/_includes/pom.xml b/_includes/pom.xml new file mode 100644 index 00000000..50ba2e28 --- /dev/null +++ b/_includes/pom.xml @@ -0,0 +1,18 @@ + + + {@= groupId @} + spring-ws-core + {@= version @} + + +{@ if (repository) { @} + + + {@= repository.id @} + {@= repository.name @} + {@= repository.url @} + + {@= repository.snapshotsEnabled @} + + +{@ } @} \ No newline at end of file