Skip to content

Commit f2e927d

Browse files
committed
https://github.com/gwtboot/gwt-boot-modules/issues/21
1 parent 9abc1cc commit f2e927d

File tree

5 files changed

+20
-42
lines changed

5 files changed

+20
-42
lines changed

gwt-boot-dependencies/pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@
4444
<gwt-mockito.version>1.1.9</gwt-mockito.version>
4545
<gwt-eventbinder.version>1.1.0</gwt-eventbinder.version>
4646
<gwt-gin.version>3.0.0</gwt-gin.version>
47-
<gwt-dominoui.version>1.0-SNAPSHOT</gwt-dominoui.version>
47+
<gwt-dominoui.version>1.0.0-RC1</gwt-dominoui.version>
4848
<gwt-elemento.version>1.0.1</gwt-elemento.version>
4949
<gwt-elemento-template.version>0.9.6</gwt-elemento-template.version>
5050
<inject-api.version>1</inject-api.version>
5151
<gwt-dagger2.version>2.28.3</gwt-dagger2.version>
52-
<vue-gwt.version>1.0-beta-10-SNAPSHOT</vue-gwt.version>
52+
<vue-gwt.version>1.0.1</vue-gwt.version>
5353
<rx-gwt.version>2.2</rx-gwt.version>
54-
<gwt-domino-rest.version>1.0-rc.4-SNAPSHOT</gwt-domino-rest.version>
54+
<rx-java-gwt.version>2.2.10-gwt1</rx-java-gwt.version>
55+
<gwt-domino-rest.version>1.0.0-RC1</gwt-domino-rest.version>
5556
<dncomponents.version>2.3.2</dncomponents.version>
5657
</properties>
5758

@@ -195,6 +196,11 @@
195196
<artifactId>rxgwt</artifactId>
196197
<version>${rx-gwt.version}</version>
197198
</dependency>
199+
<dependency>
200+
<groupId>com.intendia.gwt</groupId>
201+
<artifactId>rxjava2-gwt</artifactId>
202+
<version>${rx-java-gwt.version}</version>
203+
</dependency>
198204
<!-- Elemento -->
199205
<dependency>
200206
<groupId>org.jboss.elemento</groupId>
@@ -215,21 +221,20 @@
215221
<!-- Domino REST -->
216222
<dependency>
217223
<groupId>org.dominokit</groupId>
218-
<artifactId>domino-rest-gwt</artifactId>
224+
<artifactId>domino-rest-client</artifactId>
219225
<version>${gwt-domino-rest.version}</version>
220226
</dependency>
221227
<dependency>
222228
<groupId>org.dominokit</groupId>
223-
<artifactId>domino-rest-apt</artifactId>
229+
<artifactId>domino-rest-processor</artifactId>
224230
<version>${gwt-domino-rest.version}</version>
225231
</dependency>
226232
<dependency>
227233
<groupId>org.dominokit</groupId>
228234
<artifactId>domino-rest-shared</artifactId>
229235
<version>${gwt-domino-rest.version}</version>
230236
</dependency>
231-
232-
<!-- dncomponents -->
237+
<!-- DnComponents -->
233238
<dependency>
234239
<groupId>com.dncomponents.core</groupId>
235240
<artifactId>template_annotation_processor</artifactId>

gwt-boot-starters/gwt-boot-starter-domino-rest/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,11 @@
3838
</dependency>
3939
<dependency>
4040
<groupId>org.dominokit</groupId>
41-
<artifactId>domino-rest-gwt</artifactId>
41+
<artifactId>domino-rest-client</artifactId>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.dominokit</groupId>
45-
<artifactId>domino-rest-apt</artifactId>
46-
</dependency>
47-
<dependency>
48-
<groupId>org.dominokit</groupId>
49-
<artifactId>domino-rest-shared</artifactId>
45+
<artifactId>domino-rest-processor</artifactId>
5046
</dependency>
5147
</dependencies>
5248
</project>

gwt-boot-starters/gwt-boot-starter-domino-rest/src/main/resources/com/github/gwtboot/starter/DominoRestStarter.gwt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
<inherits name="com.github.gwtboot.starter.Starter"/>
2323

2424
<!-- Domino REST -->
25-
<inherits name="org.dominokit.domino.rest.GwtRest"/>
25+
<inherits name="org.dominokit.rest.Rest"/>
2626
</module>

gwt-boot-starters/gwt-boot-starter-rxgwt/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
<description>GWT Boot Starter RxGWT</description>
3333

3434
<properties>
35-
<gwt.version>2.8.2-rx1</gwt.version>
36-
<elemento-core.version>0.8.2-gwt2</elemento-core.version>
35+
<elemento-core.version>0.9.1-gwt2</elemento-core.version>
3736
</properties>
3837

3938
<dependencies>
@@ -45,6 +44,10 @@
4544
<groupId>com.intendia.gwt.rxgwt2</groupId>
4645
<artifactId>rxgwt</artifactId>
4746
</dependency>
47+
<dependency>
48+
<groupId>com.intendia.gwt</groupId>
49+
<artifactId>rxjava2-gwt</artifactId>
50+
</dependency>
4851
<dependency>
4952
<groupId>org.jboss.gwt.elemento</groupId>
5053
<artifactId>elemento-core</artifactId>

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -157,32 +157,6 @@
157157
</repository>
158158
</distributionManagement>
159159

160-
<!-- =============================================================== -->
161-
<!-- Repositories -->
162-
<!-- =============================================================== -->
163-
<repositories>
164-
<repository>
165-
<id>rxjava-gwt-repo</id>
166-
<name>RX Java GWT</name>
167-
<url>https://raw.githubusercontent.com/intendia-oss/rxjava-gwt/mvn-repo/</url>
168-
</repository>
169-
<repository>
170-
<id>vertispan-snapshots</id>
171-
<name>Vertispan Snapshots</name>
172-
<url>https://repo.vertispan.com/gwt-snapshot/</url>
173-
</repository>
174-
<repository>
175-
<id>sonatype-snapshots</id>
176-
<name>Sonatype Snapshots</name>
177-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
178-
<snapshots>
179-
<enabled>true</enabled>
180-
<updatePolicy>always</updatePolicy>
181-
<checksumPolicy>fail</checksumPolicy>
182-
</snapshots>
183-
</repository>
184-
</repositories>
185-
186160
<!-- =============================================================== -->
187161
<!-- Modules -->
188162
<!-- =============================================================== -->

0 commit comments

Comments
 (0)