@@ -40,40 +40,17 @@ dependencies {
4040 // local libraries
4141 compile fileTree(dir : ' libs' , include : ' *.jar' )
4242 // end local libraries
43- testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2'
44- testCompile group : ' org.mockito' , name : ' mockito-core' , version : ' 2.13.0'
4543 testCompile group : ' org.hamcrest' , name : ' hamcrest-junit' , version : ' 1.0.0.1'
4644 testCompile group : ' com.github.stefanbirkner' , name : ' system-rules' , version : ' 1.16.0'
4745
48- compile group : ' org.bouncycastle' , name : ' bcprov-jdk15on' , version : ' 1.69'
49-
50- compile group : ' com.typesafe' , name : ' config' , version : ' 1.3.2'
51-
52- compile " com.cedarsoftware:java-util:1.8.0"
53-
54- compile group : ' com.beust' , name : ' jcommander' , version : ' 1.72'
55-
56- compile group : ' junit' , name : ' junit' , version : ' 4.13.2'
57-
58- compile group : ' net.jcip' , name : ' jcip-annotations' , version : ' 1.0'
59-
6046 compile group : ' com.google.inject' , name : ' guice' , version : ' 4.1.0'
61-
62- compile group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : ' 2.8.5'
63-
6447 compile group : ' io.dropwizard.metrics' , name : ' metrics-core' , version : ' 3.1.2'
6548 compile group : ' com.github.davidb' , name : ' metrics-influxdb' , version : ' 0.8.2'
66-
6749 compile group : ' com.carrotsearch' , name : ' java-sizeof' , version : ' 0.0.5'
68-
69- // compile 'com.googlecode.cqengine:cqengine:2.12.4'
70- compile group : ' com.google.api.grpc' , name : ' proto-google-common-protos' , version : ' 2.15.0'
71-
7250 // http
7351 compile ' org.eclipse.jetty:jetty-server:9.4.53.v20231009'
7452 compile ' org.eclipse.jetty:jetty-servlet:9.4.53.v20231009'
7553 compile ' com.alibaba:fastjson:1.2.83'
76- compile group : ' org.apache.httpcomponents' , name : ' httpasyncclient' , version : ' 4.1.1'
7754 // end http
7855
7956 // https://mvnrepository.com/artifact/com.github.briandilley.jsonrpc4j/jsonrpc4j
0 commit comments