Skip to content
This repository was archived by the owner on Feb 28, 2019. It is now read-only.

Commit 66b5ddc

Browse files
committed
Remove unnecessary source deps
1 parent 0fbaeac commit 66b5ddc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ artifacts:
1616
gwt_dev: com.google.gwt:gwt-dev:jar:2.8.2
1717

1818
jsinterop_annotations: com.google.jsinterop:jsinterop-annotations:jar:1.0.2
19-
jsinterop_annotations_sources: com.google.jsinterop:jsinterop-annotations:jar:sources:1.0.2
2019

2120
jsinterop_base: com.google.jsinterop:base:jar:1.0.0-RC1
22-
jsinterop_base_sources: com.google.jsinterop:base:jar:sources:1.0.0-RC1
2321

2422
elemental2_core: com.google.elemental2:elemental2-core:jar:1.0.0-RC1
2523
elemental2_dom: com.google.elemental2:elemental2-dom:jar:1.0.0-RC1

buildfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ define 'react4j-widget' do
1919

2020
compile.with :javax_jsr305,
2121
:jsinterop_base,
22-
:jsinterop_base_sources,
2322
:jsinterop_annotations,
24-
:jsinterop_annotations_sources,
2523
:elemental2_core,
2624
:elemental2_dom,
2725
:elemental2_promise,

0 commit comments

Comments
 (0)