Adding a dependency from the validator to the library module
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user