Sign in
gerrit
/
gerrit
/
1f633282365a6f6b53d030e5264a4137e2e6a360
/
.
/
java
/
org
/
apache
/
commons
/
net
/
BUILD
blob: 49519334dfd4b1e9ef3d693a641201503a3551cb [
file
] [
log
] [
blame
]
java_library
(
name
=
"net"
,
srcs
=
glob
([
"**/*.java"
]),
visibility
=
[
"//visibility:public"
],
deps
=
[
"//java/com/google/gerrit/util/ssl"
,
"//lib/commons:codec"
,
"//lib/commons:net"
,
],
)