mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-22 12:02:14 +00:00
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>
|
<version>0.9.4-SNAPSHOT</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>antlr</groupId>
|
||||||
|
<artifactId>antlr</artifactId>
|
||||||
|
<version>2.7.2</version>
|
||||||
|
<type>jar</type>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jdbm</groupId>
|
<groupId>jdbm</groupId>
|
||||||
<artifactId>jdbm</artifactId>
|
<artifactId>jdbm</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user