Set scope provided for

<artifactId>jaxb-core</artifactId>
	<artifactId>jaxb-impl</artifactId>
	

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/gcubedatacatalogue-metadata-discovery@130640 82a268e6-3cf1-43bd-a215-b396298e98cf
feature/17423
Francesco Mangiacrapa 8 years ago
parent ecb5716dff
commit 510f9b9284

@ -77,14 +77,14 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.2.11</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2.11</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<!-- LOGGER -->

Loading…
Cancel
Save