Added antlr dependency for apache DS

This commit is contained in:
Luke Taylor 2005-12-20 23:02:44 +00:00
parent db0b0e5511
commit e33edef1c8
1 changed files with 6 additions and 0 deletions

View File

@ -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>