mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 02:06:00 +02:00
Refactor common code used by the proxy and the prober (#375)
This commit is contained in:
parent
bef21f80df
commit
4c11e92ca8
49 changed files with 618 additions and 129 deletions
20
networking/gradle/dependency-locks/compileClasspath.lockfile
Normal file
20
networking/gradle/dependency-locks/compileClasspath.lockfile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
com.google.code.findbugs:jsr305:3.0.2
|
||||
com.google.errorprone:error_prone_annotations:2.3.2
|
||||
com.google.flogger:flogger:0.1
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:28.1-jre
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||
com.google.j2objc:j2objc-annotations:1.3
|
||||
io.netty:netty-buffer:4.1.31.Final
|
||||
io.netty:netty-codec-http:4.1.31.Final
|
||||
io.netty:netty-codec:4.1.31.Final
|
||||
io.netty:netty-common:4.1.31.Final
|
||||
io.netty:netty-handler:4.1.31.Final
|
||||
io.netty:netty-resolver:4.1.31.Final
|
||||
io.netty:netty-transport:4.1.31.Final
|
||||
javax.inject:javax.inject:1
|
||||
org.checkerframework:checker-qual:2.8.1
|
||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
Loading…
Add table
Add a link
Reference in a new issue