Skip to content

Commit 4d6f38f

Browse files
committed
Add missing bytebuddy files
1 parent 4854ccb commit 4d6f38f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

third_party/java/bytebuddy/BUCK

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
prebuilt_jar(
2+
name = 'bytebuddy',
3+
maven_coords = 'net.bytebuddy:byte-buddy:jar:1.7.5',
4+
binary_jar = 'byte-buddy-1.7.5.jar',
5+
source_jar = 'byte-buddy-1.7.5-sources.jar',
6+
visibility = [
7+
'//java/client/src/org/openqa/selenium/remote:remote',
8+
],
9+
)
Binary file not shown.
2.73 MB
Binary file not shown.

0 commit comments

Comments
 (0)