summaryrefslogtreecommitdiffstats
path: root/jtosca/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jtosca/pom.xml')
-rw-r--r--jtosca/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/jtosca/pom.xml b/jtosca/pom.xml
index f74988b..ce50fec 100644
--- a/jtosca/pom.xml
+++ b/jtosca/pom.xml
@@ -9,7 +9,7 @@
</parent>
<artifactId>jtosca</artifactId>
- <version>0.1.2-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<dependencies>
@@ -34,5 +34,10 @@
<scope>test</scope>
</dependency> -->
- </dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ </dependency>
+ </dependencies>
</project> \ No newline at end of file