Adding a dependency from the validator to the library module

This commit is contained in:
Svante Schubert
2022-11-28 11:08:55 +01:00
parent 0ecb548057
commit ed2e38916a

View File

@@ -35,6 +35,11 @@
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>library</artifactId>
<version>2.5.8-SNAPSHOT</version>
</dependency>
<!-- for java9 -->
<dependency>
<groupId>javax.xml.bind</groupId>