Adding a dependency from the validator to the library module
This commit is contained in:
@@ -35,6 +35,11 @@
|
|||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>${project.groupId}</groupId>
|
||||||
|
<artifactId>library</artifactId>
|
||||||
|
<version>2.5.8-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
<!-- for java9 -->
|
<!-- for java9 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.xml.bind</groupId>
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user