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:
Giancarlo Panichi 2014-06-10 09:33:15 +00:00
parent eabe4b479e
commit 43ce585753
1 changed files with 21 additions and 14 deletions

17
pom.xml
View File

@ -158,6 +158,12 @@
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
</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 -->
<dependency>
@ -215,8 +221,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<!-- <exclude>**/GwtTest*.java</exclude> -->
<skipTests>true</skipTests>
<!-- <exclude>**/GwtTest*.java</exclude> -->
<skipTests>true</skipTests>
</configuration>
<!-- TODO check if needed -->
<dependencies>
@ -236,7 +242,7 @@
<executions>
<execution>
<goals>
<!-- <goal>test</goal> -->
<!-- <goal>test</goal> -->
<goal>resources</goal>
</goals>
</execution>
@ -341,7 +347,8 @@
<pluginManagement>
<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>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
@ -380,7 +387,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<!-- <version>2.0.0-SNAPSHOT</version> -->
<!-- <version>2.0.0-SNAPSHOT</version> -->
<version>LATEST</version>
<type>pom</type>
<scope>import</scope>