Sign in
gerrit
/
gerrit
/
16b19e8dedbe5cc3b75b8fcf33078a52f331a1ff
/
.
/
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"
,
],
)