(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

2
NOTICE
View file

@ -1,5 +1,5 @@
KoSIT Prüf-Tool
Copyright 2017 Koordinierungsstelle für IT-Standards
Copyright 2019 Koordinierungsstelle für IT-Standards
This product includes software developed by
Koordinierungsstelle für IT-Standards (http://www.kosit.de/).

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>