summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-09-16 22:27:15 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-09-16 22:27:15 -0300
commita883e7d100c54451fb9256cb3867c2571ee4fff1 (patch)
tree86c9ea712ace6cb33ce0787e6d3ad903c2e44db2 /pom.xml
parentfe80a37fbe5b8a996a949f6a2e9d24d0ee22d892 (diff)
Update
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index dca51db..adfb4a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<description>Java based implementation of Damian Conway's Lingua::EN::Inflexion module for perl</description>
<properties>
- <main.class>bjc.inflexion.examples.IndefTester</main.class>
+ <main.class>bjc.inflexion.examples.InflexionTester</main.class>
</properties>
<licenses>
@@ -96,5 +96,11 @@
<artifactId>commons-compress</artifactId>
<version>1.13</version>
</dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ </dependency>
</dependencies>
</project>