Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.

Commit ecc8399

Browse files
committed
gwt-mockutilities
1 parent 84f4ac7 commit ecc8399

File tree

9 files changed

+43
-0
lines changed

9 files changed

+43
-0
lines changed

user/gwt-mockutilities/pom.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
6+
<parent>
7+
<artifactId>gwt-user-parent</artifactId>
8+
<groupId>com.google.gwt.user</groupId>
9+
<version>2.6.0-SNAPSHOT</version>
10+
<relativePath>..</relativePath>
11+
</parent>
12+
13+
<artifactId>gwt-mockutilities</artifactId>
14+
15+
<dependencies>
16+
<dependency>
17+
<groupId>com.google.gwt.user</groupId>
18+
<artifactId>gwt-core-client</artifactId>
19+
<version>${project.version}</version>
20+
</dependency>
21+
<dependency>
22+
<groupId>com.google.gwt.user</groupId>
23+
<artifactId>gwt-safehtml-server</artifactId>
24+
<version>${project.version}</version>
25+
</dependency>
26+
<dependency>
27+
<groupId>com.google.gwt.user</groupId>
28+
<artifactId>gwt-i18n-shared</artifactId>
29+
<version>${project.version}</version>
30+
</dependency>
31+
<dependency>
32+
<groupId>com.google.gwt.user</groupId>
33+
<artifactId>gwt-resources</artifactId>
34+
<version>${project.version}</version>
35+
</dependency>
36+
37+
<dependency>
38+
<groupId>junit</groupId>
39+
<artifactId>junit</artifactId>
40+
</dependency>
41+
</dependencies>
42+
</project>

user/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<module>gwt-rpc-api</module>
109109
<module>gwt-junit</module>
110110
<module>gwt-browsermanager</module>
111+
<module>gwt-mockutilities</module>
111112
<module>gwt-event-shared</module>
112113
<module>gwt-event-client</module>
113114
<module>gwt-event-logical-shared</module>

0 commit comments

Comments
 (0)