mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
(chore) jaxb als optional deklariert
This commit is contained in:
parent
a461c3f2b7
commit
4b8c456d24
2 changed files with 3 additions and 2 deletions
2
NOTICE
2
NOTICE
|
|
@ -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/).
|
||||
3
pom.xml
3
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue