summaryrefslogtreecommitdiff
path: root/ivy.xml
diff options
context:
space:
mode:
authorThomas Koch <thomas@koch.ro>2022-07-10 09:43:03 +0000
committerThomas Koch <thomas@koch.ro>2022-07-10 12:33:28 +0000
commitc98d09b664fe2a6f69b99f035a73c4d78e16c7db (patch)
tree9cc95c7199ed4a57244a781125118173179b3d7d /ivy.xml
parent3116713672bbcf6aec50439537e451646bc9a11a (diff)
rm GitRevTask
The releaseNr is now set to a static value in build.properties. We can increment it there manually and eventually switch to another version number scheme if we like.
Diffstat (limited to 'ivy.xml')
-rw-r--r--ivy.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/ivy.xml b/ivy.xml
index 932e9b6cc..1cd5276a5 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -4,7 +4,6 @@
<!-- https://wrongnotes.blogspot.com/2014/02/simplest-explanation-of-ivy.html -->
<conf name="compile" visibility="public"/>
<conf name="test" visibility="public"/>
- <conf name="libbuild" visibility="public"/>
</configurations>
<dependencies defaultconf="compile->default">
<dependency org="commons-fileupload" name="commons-fileupload" rev="1.4" conf="compile->master" />
@@ -101,11 +100,5 @@
<dependency org="org.hamcrest" name="hamcrest" rev="2.2" conf="test->default"/>
<dependency org="org.hamcrest" name="hamcrest-core" rev="2.2" conf="test->default"/>
<dependency org="org.hamcrest" name="hamcrest-library" rev="2.2" conf="test->default"/>
-
- <dependency org="com.googlecode.javaewah" name="JavaEWAH" rev="0.7.9" conf="libbuild->master"/>
- <dependency org="com.jcraft" name="jsch" rev="0.1.53" conf="libbuild->master"/>
- <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.3.6" conf="libbuild->master"/>
- <dependency org="org.eclipse.jgit" name="org.eclipse.jgit" rev="4.5.0.201609210915-r" conf="libbuild->master"/>
- <dependency org="org.slf4j" name="slf4j-api" rev="1.7.2" conf="libbuild->master"/>
</dependencies>
</ivy-module>