diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -271,6 +271,13 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>com.kohlschutter.junixsocket</groupId> + <artifactId>junixsocket-core</artifactId> + <version>2.6.1</version> + <type>pom</type> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-mysql</artifactId> </dependency> |