solves #227: create both non-shaded and shaded jar for library, while not breaking CLI
This commit is contained in:
@@ -74,6 +74,11 @@
|
||||
<artifactId>ph-schematron</artifactId>
|
||||
<version>5.6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.helger</groupId>
|
||||
<artifactId>ph-jaxb</artifactId>
|
||||
<version>9.5.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mustangproject</groupId>
|
||||
<artifactId>library</artifactId>
|
||||
@@ -83,6 +88,7 @@
|
||||
<groupId>org.xmlunit</groupId>
|
||||
<artifactId>xmlunit-core</artifactId>
|
||||
<version>2.6.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xmlunit</groupId>
|
||||
|
||||
Reference in New Issue
Block a user