|
24 | 24 | <parent>
|
25 | 25 | <groupId>com.github.gwtboot</groupId>
|
26 | 26 | <artifactId>gwt-boot-modules</artifactId>
|
27 |
| - <version>1.1.0</version> |
| 27 | + <version>1.2.0-SNAPSHOT</version> |
28 | 28 | <relativePath>../</relativePath>
|
29 | 29 | </parent>
|
30 | 30 | <artifactId>gwt-boot-dependencies</artifactId>
|
|
34 | 34 |
|
35 | 35 | <properties>
|
36 | 36 | <!-- GWT Boot Modules version -->
|
37 |
| - <gwt-boot-modules.version>1.1.0</gwt-boot-modules.version> |
| 37 | + <gwt-boot-modules.version>1.2.0-SNAPSHOT</gwt-boot-modules.version> |
38 | 38 |
|
39 | 39 | <!-- Dependency versions -->
|
40 | 40 | <gwt.version>2.10.0</gwt.version>
|
|
189 | 189 | </dependency>
|
190 | 190 | <!-- RxGWT -->
|
191 | 191 | <!-- RxGWT uses special version of GWT
|
192 |
| - and special version of Elemento, this cannot be mixed |
193 |
| - with other libs like DominoUI |
| 192 | + and special version of Elemento, this cannot be mixed |
| 193 | + with other libs like DominoUI |
194 | 194 | -->
|
195 | 195 | <dependency>
|
196 | 196 | <groupId>com.intendia.gwt.rxgwt2</groupId>
|
197 | 197 | <artifactId>rxgwt</artifactId>
|
198 | 198 | <version>${rx-gwt.version}</version>
|
199 | 199 | </dependency>
|
200 | 200 | <dependency>
|
201 |
| - <groupId>com.intendia.gwt</groupId> |
202 |
| - <artifactId>rxjava2-gwt</artifactId> |
203 |
| - <version>${rx-java-gwt.version}</version> |
204 |
| - </dependency> |
| 201 | + <groupId>com.intendia.gwt</groupId> |
| 202 | + <artifactId>rxjava2-gwt</artifactId> |
| 203 | + <version>${rx-java-gwt.version}</version> |
| 204 | + </dependency> |
205 | 205 | <!-- Elemento -->
|
206 | 206 | <dependency>
|
207 | 207 | <groupId>org.jboss.elemento</groupId>
|
|
0 commit comments