aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-11-18 12:01:33 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-11-18 12:01:33 +0100
commit704ffc749ccd99c803d30f0709cc2ec9d465cb7e (patch)
treed177e7b0a3b5d5a37e29f0e78584a7febf0744c0 /org.jacoco.build
parent5d24aa18fca6e80c94cb667a1aa8901eb56ae74b (diff)
downloadjacoco-704ffc749ccd99c803d30f0709cc2ec9d465cb7e.tar.gz
Versions for all dependencies should be specified in parent POM
This simplifies upgrade.
Diffstat (limited to 'org.jacoco.build')
-rw-r--r--org.jacoco.build/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index e60a05b5..38e2b2a5 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -202,6 +202,16 @@
<version>${ant.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-junit</artifactId>
+ <version>${ant.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-antunit</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>