File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The ${project.name} is very different from Mojo's Maven Plugin for GWT.
6
6
7
7
To begin with, Mojo's plugin is tightly linked to a specific version of GWT,
8
8
whereas the ${project.name} is [independent of the GWT version](usage.html).
9
- This means that when migrating, you have to add dependencies to `gwt-dev` and `gwt-codeserver` to your project.
9
+ This means that when migrating, you have to add dependencies to `gwt-dev` to your project.
10
10
11
11
The module is managed in `src/main/module.gwt.xml` by default.
12
12
When migrating your project, you have to either move your module file to `src/main/module.gwt.xml`
Original file line number Diff line number Diff line change @@ -42,10 +42,6 @@ $h2 Basic usage
42
42
<groupId>com.google.gwt</groupId>
43
43
<artifactId>gwt-dev</artifactId>
44
44
</dependency>
45
- <dependency>
46
- <groupId>com.google.gwt</groupId>
47
- <artifactId>gwt-codeserver</artifactId>
48
- </dependency>
49
45
</dependencies>
50
46
</build>
51
47
```
You can’t perform that action at this time.
0 commit comments