Skip to content

Commit 11b3880

Browse files
committed
Set scope = provider for the elemental2 dependencies (required for their possible replacement with the teavm polyfill) through 'webfx update'
1 parent f779e71 commit 11b3880

File tree

3 files changed

+10
-0
lines changed
  • webfx-stack-com-websocket-gwt-j2cl-native
  • webfx-stack-com-websocket-gwt-j2cl-sockjs
  • webfx-stack-shareddata-cache-cachestorage-gwt-j2cl

3 files changed

+10
-0
lines changed

webfx-stack-com-websocket-gwt-j2cl-native/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,19 @@
1818
<dependency>
1919
<groupId>com.google.jsinterop</groupId>
2020
<artifactId>base</artifactId>
21+
<scope>provided</scope>
2122
</dependency>
2223

2324
<dependency>
2425
<groupId>com.google.elemental2</groupId>
2526
<artifactId>elemental2-core</artifactId>
27+
<scope>provided</scope>
2628
</dependency>
2729

2830
<dependency>
2931
<groupId>com.google.elemental2</groupId>
3032
<artifactId>elemental2-dom</artifactId>
33+
<scope>provided</scope>
3134
</dependency>
3235

3336
<dependency>

webfx-stack-com-websocket-gwt-j2cl-sockjs/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,19 @@
1818
<dependency>
1919
<groupId>com.google.jsinterop</groupId>
2020
<artifactId>base</artifactId>
21+
<scope>provided</scope>
2122
</dependency>
2223

2324
<dependency>
2425
<groupId>com.google.elemental2</groupId>
2526
<artifactId>elemental2-dom</artifactId>
27+
<scope>provided</scope>
2628
</dependency>
2729

2830
<dependency>
2931
<groupId>com.google.jsinterop</groupId>
3032
<artifactId>jsinterop-annotations</artifactId>
33+
<scope>provided</scope>
3134
</dependency>
3235

3336
<dependency>

webfx-stack-shareddata-cache-cachestorage-gwt-j2cl/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,25 @@
1818
<dependency>
1919
<groupId>com.google.jsinterop</groupId>
2020
<artifactId>base</artifactId>
21+
<scope>provided</scope>
2122
</dependency>
2223

2324
<dependency>
2425
<groupId>com.google.elemental2</groupId>
2526
<artifactId>elemental2-core</artifactId>
27+
<scope>provided</scope>
2628
</dependency>
2729

2830
<dependency>
2931
<groupId>com.google.elemental2</groupId>
3032
<artifactId>elemental2-dom</artifactId>
33+
<scope>provided</scope>
3134
</dependency>
3235

3336
<dependency>
3437
<groupId>com.google.elemental2</groupId>
3538
<artifactId>elemental2-promise</artifactId>
39+
<scope>provided</scope>
3640
</dependency>
3741

3842
<dependency>

0 commit comments

Comments
 (0)