aboutsummaryrefslogtreecommitdiff
path: root/src/batchtools/webdrivers/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/batchtools/webdrivers/pom.xml')
-rw-r--r--src/batchtools/webdrivers/pom.xml32
1 files changed, 10 insertions, 22 deletions
diff --git a/src/batchtools/webdrivers/pom.xml b/src/batchtools/webdrivers/pom.xml
index bc6bbba..f08b04f 100644
--- a/src/batchtools/webdrivers/pom.xml
+++ b/src/batchtools/webdrivers/pom.xml
@@ -1,29 +1,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
+ <version>0.0.1-SNAPSHOT</version>
+ <artifactId>BatchTools</artifactId>
+ <relativePath>../</relativePath>
+ </parent>
+
<artifactId>webdrivers</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <packaging>jar</packaging>
<name>Web Drivers</name>
- <description>Wrapper around Selenium Web Driver creation to handle configuration details that we wish to be uniform across all FiveUI applications.</description>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.11</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-java</artifactId>
- <version>2.33.0</version>
- </dependency>
+ <description>Wrapper around Selenium Web Driver creation to handle configuration details that we wish to be uniform across all FiveUI applications.</description>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>10.0.1</version>
- </dependency>
- </dependencies>
</project>