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