Skip to content

Commit

Permalink
Fixed trunk: added jsr-330
Browse files Browse the repository at this point in the history
Summary: Closes #9346

Differential Revision: D3702977

Pulled By: foghina

fbshipit-source-id: b9c1285b6cc84daf31a883aef0a30282ad052fbd
  • Loading branch information
bestander authored and Facebook Github Bot 9 committed Aug 11, 2016
1 parent eb3360b commit f76f4cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ReactAndroid/src/main/third-party/java/jsr-330/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
prebuilt_jar(
name = 'jsr-330',
binary_jar = ':jsr330-binary-jar',
visibility = ['PUBLIC'],
)

remote_file(
name = 'jsr330-binary-jar',
url = 'mvn:javax.inject:javax.inject:jar:1',
sha1 = '6975da39a7040257bd51d21a231b76c915872d38',
)

0 comments on commit f76f4cf

Please sign in to comment.