fixed exclusion on metadata discovery (using version 2.0 for release 4.4)
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@146707 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
39325e7481
commit
3a9f3c9941
6
pom.xml
6
pom.xml
|
@ -154,6 +154,12 @@
|
|||
<artifactId>ckan-util-library</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<artifactId>gcubedatacatalogue-metadata-discovery</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
|
|
Loading…
Reference in New Issue