Skip to content

Commit 041d79f

Browse files
committed
Had to prevent old version of hsqldb being brought in by hadoop-commons.
1 parent 7f70542 commit 041d79f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
<groupId>tomcat</groupId>
9494
<artifactId>jasper-compiler</artifactId>
9595
</exclusion>
96+
<exclusion>
97+
<groupId>hsqldb</groupId>
98+
<artifactId>hsqldb</artifactId>
99+
</exclusion>
96100
</exclusions>
97101
</dependency>
98102

0 commit comments

Comments
 (0)