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

Commit 300e1c0

Browse files
committed
Upgrade to J2CL compatible javax.annotation
1 parent 66b5ddc commit 300e1c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories:
99
artifacts:
1010
idea_codestyle: au.com.stocksoftware.idea.codestyle:idea-codestyle:xml:1.12
1111

12-
javax_jsr305: com.google.code.findbugs:jsr305:jar:3.0.1
12+
javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0
1313

1414
# GWT deps
1515
gwt_user: com.google.gwt:gwt-user:jar:2.8.2

buildfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ define 'react4j-widget' do
1717

1818
project.processorpath << :react4j_processor
1919

20-
compile.with :javax_jsr305,
20+
compile.with :javax_annotation,
2121
:jsinterop_base,
2222
:jsinterop_annotations,
2323
:elemental2_core,

0 commit comments

Comments
 (0)