This commit is contained in:
Andrea Manzi 2013-03-15 16:02:04 +00:00
parent 6b7d1b7767
commit 1c4aa1008c
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

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