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

Commit fa99609

Browse files
committed
gwt-codegen
1 parent 6df104c commit fa99609

19 files changed

+39
-2
lines changed

util/gwt-codegen/pom.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<parent>
8+
<groupId>com.google.gwt.util</groupId>
9+
<artifactId>gwt-util-parent</artifactId>
10+
<version>2.6.0-SNAPSHOT</version>
11+
</parent>
12+
13+
<artifactId>gwt-codegen</artifactId>
14+
15+
<dependencies>
16+
<dependency>
17+
<groupId>com.google.gwt.dev</groupId>
18+
<artifactId>gwt-dev-ext</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.guava</groupId>
28+
<artifactId>guava</artifactId>
29+
</dependency>
30+
31+
<dependency>
32+
<groupId>junit</groupId>
33+
<artifactId>junit</artifactId>
34+
</dependency>
35+
</dependencies>
36+
</project>

0 commit comments

Comments
 (0)