Revision 41278
Added by Nikon Gasparis almost 9 years ago
modules/uoa-commons/trunk/pom.xml | ||
---|---|---|
13 | 13 |
<scm> |
14 | 14 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-commons/trunk</developerConnection> |
15 | 15 |
</scm> |
16 |
|
|
17 |
<properties> |
|
18 |
<gwtVersion>2.7.0</gwtVersion> |
|
19 |
</properties> |
|
20 |
|
|
16 | 21 |
<dependencies> |
17 | 22 |
<!-- Added to override 2.1.4 from icm-something --> |
18 | 23 |
<dependency> |
... | ... | |
87 | 92 |
<artifactId>commons-dbcp</artifactId> |
88 | 93 |
<version>[1.2,2.0)</version> |
89 | 94 |
</dependency> |
95 |
<dependency> |
|
96 |
<groupId>com.google.gwt</groupId> |
|
97 |
<artifactId>gwt-user</artifactId> |
|
98 |
<version>${gwtVersion}</version> |
|
99 |
</dependency> |
|
90 | 100 |
</dependencies> |
91 | 101 |
</project> |
Also available in: Unified diff
added dependency for gwt-user