Added antlr dependency for apache DS
This commit is contained in:
parent
db0b0e5511
commit
e33edef1c8
|
@ -384,6 +384,12 @@
|
|||
<version>0.9.4-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>antlr</groupId>
|
||||
<artifactId>antlr</artifactId>
|
||||
<version>2.7.2</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jdbm</groupId>
|
||||
<artifactId>jdbm</artifactId>
|
||||
|
|
Loading…
Reference in New Issue