(chore) jaxb als optional deklariert

This commit is contained in:
Andreas Penski (init) 2019-03-25 11:33:42 +01:00 committed by Andreas Penski
parent a461c3f2b7
commit 4b8c456d24
2 changed files with 3 additions and 2 deletions

View file

@ -95,6 +95,7 @@
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
@ -229,7 +230,7 @@
<descriptor>src/assembly/assembly-full.xml</descriptor>
</descriptors>
<attach>true</attach>
<appendAssemblyId>true</appendAssemblyId>
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>target/</outputDirectory>
<workDirectory>target/assembly/full</workDirectory>
</configuration>