Skip to content

Commit 5359a99

Browse files
Copilotrvosa
andcommitted
Fix OAI-PMH ANTLR version conflict: exclude ANTLR 2.7.2 from struts, use Hibernate's 2.7.7
Co-authored-by: rvosa <[email protected]>
1 parent 49c7531 commit 5359a99

File tree

1 file changed

+7
-0
lines changed
  • oai-pmh_data_provider/data_provider_web

1 file changed

+7
-0
lines changed

oai-pmh_data_provider/data_provider_web/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@
124124
<groupId>struts</groupId>
125125
<artifactId>struts</artifactId>
126126
<version>1.2.9</version>
127+
<exclusions>
128+
<!-- Exclude old ANTLR 2.7.2 - Hibernate 5 requires 2.7.7 -->
129+
<exclusion>
130+
<groupId>antlr</groupId>
131+
<artifactId>antlr</artifactId>
132+
</exclusion>
133+
</exclusions>
127134
</dependency>
128135
<dependency>
129136
<groupId>opensymphony</groupId>

0 commit comments

Comments
 (0)