summaryrefslogtreecommitdiff
path: root/RGens/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'RGens/pom.xml')
-rw-r--r--RGens/pom.xml13
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>