diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-06 22:41:20 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-06 22:41:20 -0500 |
| commit | 1fe3ff81124a0936d1a6aade45ca48b1707882f7 (patch) | |
| tree | 714b5fd74aec4267c6c12927af914eef2dd27e49 /RGens/pom.xml | |
| parent | c76fa1127918896f9a7cc7ff41191bcd5b506a75 (diff) | |
Server work
Diffstat (limited to 'RGens/pom.xml')
| -rw-r--r-- | RGens/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/RGens/pom.xml b/RGens/pom.xml index 9975156..10a10be 100644 --- a/RGens/pom.xml +++ b/RGens/pom.xml @@ -11,6 +11,14 @@ <target>1.8</target> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <version>1.2.1</version> + <configuration> + <mainClass>bjc.RGens.server.GrammarServer</mainClass> + </configuration> + </plugin> </plugins> </build> @@ -32,5 +40,10 @@ <artifactId>BJC-Utils2</artifactId> <version>0.1.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>com.github.mifmif</groupId> + <artifactId>generex</artifactId> + <version>1.0.2</version> + </dependency> </dependencies> </project> |
