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