1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-05 23:22:47 +00:00

Adds ecore models

This commit is contained in:
2011-12-21 11:03:11 -02:00
parent b8c58b3c3e
commit 9f85cffe85
9 changed files with 1260 additions and 8 deletions

View File

@@ -17,8 +17,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<type>jar</type>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -37,7 +36,7 @@
<dependency>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
<version>3.2.4.Final</version>
<version>3.2.7.Final</version>
</dependency>
<!-- google guice -->