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
This commit is contained in:
Francesco Mangiacrapa 2016-07-21 13:14:53 +00:00
parent ecb5716dff
commit 510f9b9284
1 changed files with 2 additions and 2 deletions

View File

@ -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 -->