Fixed pom
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@97174 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
eabe4b479e
commit
43ce585753
9
pom.xml
9
pom.xml
|
@ -158,6 +158,12 @@
|
||||||
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Tabular Data Commons -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.data.analysis.tabulardata</groupId>
|
||||||
|
<artifactId>tabular-data-commons</artifactId>
|
||||||
|
<version>[2.2.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Storage for CSV temp -->
|
<!-- Storage for CSV temp -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -341,7 +347,8 @@
|
||||||
|
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
|
<!--This plugin's configuration is used to store Eclipse m2e settings
|
||||||
|
only. It has no influence on the Maven build itself. -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.m2e</groupId>
|
<groupId>org.eclipse.m2e</groupId>
|
||||||
<artifactId>lifecycle-mapping</artifactId>
|
<artifactId>lifecycle-mapping</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue