aboutsummaryrefslogtreecommitdiff
path: root/bigtop-test-framework
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@cloudera.com>2013-04-09 09:17:36 -0700
committerRoman Shaposhnik <rvs@cloudera.com>2013-04-09 09:21:51 -0700
commitc9b72e5d57e9b50743407e3ed2c31fc00253e950 (patch)
tree8eacd2f924ca3921793c163a715044aaad87dab4 /bigtop-test-framework
parentd0c229fde7fc5daad3bda225bcf61af3e5803233 (diff)
BIGTOP-918. Move BOM version info to the root pom file
Diffstat (limited to 'bigtop-test-framework')
-rw-r--r--bigtop-test-framework/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index 3b1fc5f8..f4eadefe 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -35,31 +35,26 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
- <version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
- <version>1.8.2</version>
</dependency>
</dependencies>