aboutsummaryrefslogtreecommitdiff
path: root/src/batchtools/headless/pom.xml
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2013-06-11 15:24:38 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2013-06-11 15:24:38 -0700
commit8c39fd2ce91647f8806e23edca02d42461b58b83 (patch)
treec514fcaea3c2a72e27744b0422a0ca2669167d89 /src/batchtools/headless/pom.xml
parentb887fc889755e7ef005d96bf3a6622f10fc00780 (diff)
refactored poms for the batch tools to simplify the maven configuration
Diffstat (limited to 'src/batchtools/headless/pom.xml')
-rw-r--r--src/batchtools/headless/pom.xml29
1 files changed, 9 insertions, 20 deletions
diff --git a/src/batchtools/headless/pom.xml b/src/batchtools/headless/pom.xml
index 4d51722..1b84aaa 100644
--- a/src/batchtools/headless/pom.xml
+++ b/src/batchtools/headless/pom.xml
@@ -2,12 +2,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.galois.fiveui</groupId>
+ <parent>
+ <groupId>com.galois.fiveui</groupId>
+ <artifactId>BatchTools</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../</relativePath>
+ </parent>
+
<artifactId>HeadlessRunner</artifactId>
- <version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -63,16 +67,6 @@
<dependencies>
<dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-java</artifactId>
- <version>2.33.0</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>13.0.1</version>
- </dependency>
- <dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.2</version>
@@ -80,17 +74,12 @@
<dependency>
<groupId>com.galois.fiveui</groupId>
<artifactId>webdrivers</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.galois.fiveui</groupId>
<artifactId>RuleSetTester</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.9</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>edu.uci.ics</groupId>