aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'buildScripts/ivy.xml')
-rw-r--r--buildScripts/ivy.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml
index f3816999..cb0065e7 100644
--- a/buildScripts/ivy.xml
+++ b/buildScripts/ivy.xml
@@ -4,9 +4,6 @@
<!-- dependencies for the build itself, such as tools to create the website or deploy to servers. -->
<conf name="buildtools" />
- <!-- dependencies needed only for the 'manage lombok supporters' part of the build -->
- <conf name="supporters" />
-
<!-- test: base dependencies required to run the tests. Does not include javac or ecj. -->
<conf name="test" />
@@ -67,12 +64,6 @@
<dependency org="com.sparkjava" name="spark-core" rev="2.9.2" conf="buildtools->default" />
<dependency org="software.amazon.awssdk" name="s3" rev="2.19.29" conf="buildtools->default" />
- <dependency org="org.eclipse.jgit" name="org.eclipse.jgit.ant" rev="5.2.0.201812061821-r" conf="supporters->default" />
- <dependency org="org.eclipse.jgit" name="org.eclipse.jgit" rev="5.2.0.201812061821-r" conf="supporters->default" />
- <dependency org="com.jcraft" name="jsch" rev="0.1.54" conf="supporters->default" />
- <dependency org="com.rimerosolutions.ant" name="ant-git-tasks" rev="1.3.2" conf="supporters->default" />
- <dependency org="org.slf4j" name="slf4j-simple" rev="1.8.0-beta2" conf="supporters->default" />
-
<!-- javacs -->
<dependency org="net.java.openjdk.custom" name="javac6" rev="1.6.0.18" conf="javac6->runtime" />
<dependency org="net.java.openjdk.custom" name="javac7" rev="1.7.0" conf="javac7->runtime" />