diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-16 22:27:15 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-16 22:27:15 -0300 |
| commit | a883e7d100c54451fb9256cb3867c2571ee4fff1 (patch) | |
| tree | 86c9ea712ace6cb33ce0787e6d3ad903c2e44db2 /pom.xml | |
| parent | fe80a37fbe5b8a996a949f6a2e9d24d0ee22d892 (diff) | |
Update
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |
