git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@71438 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6b7d1b7767
commit
1c4aa1008c
13
pom.xml
13
pom.xml
|
@ -15,6 +15,7 @@
|
|||
|
||||
<properties>
|
||||
<bom.version>1.0.0-SNAPSHOT</bom.version>
|
||||
<gwtVersion>2.4.0</gwtVersion>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -110,6 +111,18 @@
|
|||
<version>[3.0.0,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.gwt</groupId>
|
||||
<artifactId>gwt-servlet</artifactId>
|
||||
<version>${gwtVersion}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.gwt</groupId>
|
||||
<artifactId>gwt-user</artifactId>
|
||||
<version>${gwtVersion}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
|
Loading…
Reference in New Issue