Skip to content

Commit 984630f

Browse files
committed
Depend on the correct version of Antlr
1 parent 23ad064 commit 984630f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

exist-core/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@
391391
<artifactId>jetty-jaas</artifactId>
392392
<version>${jetty.version}</version>
393393
<scope>runtime</scope>
394+
<exclusions>
395+
<exclusion>
396+
<!-- conflicts with antlr 2.7.7 -->
397+
<groupId>org.apache.servicemix.bundles</groupId>
398+
<artifactId>org.apache.servicemix.bundles.antlr</artifactId>
399+
</exclusion>
400+
</exclusions>
394401
</dependency>
395402
<dependency>
396403
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)