Skip to content

Commit

Permalink
Explicitly include javassist dependency (#27)
Browse files Browse the repository at this point in the history
The version of javassist that hibernate includes (3.20.0-GA) was causing workman to fail to start.

Co-authored-by: Andy Foster <andy.foster@utoronto.ca>
  • Loading branch information
fozboz and Andy Foster authored Jul 29, 2021
1 parent 27fec0d commit c6e9dc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,12 @@
<version>1.0.0.Final</version>
</dependency>

<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.24.0-GA</version>
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
Expand Down

0 comments on commit c6e9dc6

Please sign in to comment.