diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2015-09-15 19:58:57 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2015-09-15 19:58:57 -0400 |
| commit | 1af5bdd1f439f482adedbdd35c1db7f4064709ee (patch) | |
| tree | 7637a0df44a69ab09aa0ee8c4500c99d137c1038 /RGens/pom.xml | |
Initial project commit
Diffstat (limited to 'RGens/pom.xml')
| -rw-r--r-- | RGens/pom.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/RGens/pom.xml b/RGens/pom.xml new file mode 100644 index 0000000..c81ba67 --- /dev/null +++ b/RGens/pom.xml @@ -0,0 +1,30 @@ +<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>bjc</groupId> + <artifactId>RGens</artifactId> + <version>0.0.1-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>RGens</name> + <url>http://maven.apache.org</url> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>bjc</groupId> + <artifactId>BJC-Utils</artifactId> + <version>0.0.2-SNAPSHOT</version> + </dependency> + </dependencies> +</project> |
