@@ -38,15 +38,11 @@ dependencies {
3838 // local libraries
3939 implementation fileTree(dir : ' libs' , include : ' *.jar' )
4040 // end local libraries
41- testImplementation group : ' org.hamcrest' , name : ' hamcrest-junit' , version : ' 1.0.0.1'
42-
43- implementation group : ' com.google.inject' , name : ' guice' , version : ' 4.1.0'
4441 implementation group : ' io.dropwizard.metrics' , name : ' metrics-core' , version : ' 3.1.2'
4542 implementation group : ' com.github.davidb' , name : ' metrics-influxdb' , version : ' 0.8.2'
46- implementation group : ' com.carrotsearch' , name : ' java-sizeof' , version : ' 0.0.5'
4743 // http
48- implementation ' org.eclipse.jetty:jetty-server:9.4.53.v20231009 '
49- implementation ' org.eclipse.jetty:jetty-servlet:9.4.53.v20231009 '
44+ implementation ' org.eclipse.jetty:jetty-server:9.4.57.v20241219 '
45+ implementation ' org.eclipse.jetty:jetty-servlet:9.4.57.v20241219 '
5046 implementation ' com.alibaba:fastjson:1.2.83'
5147 // end http
5248
@@ -56,14 +52,11 @@ dependencies {
5652 // https://mvnrepository.com/artifact/javax.portlet/portlet-api
5753 compileOnly group : ' javax.portlet' , name : ' portlet-api' , version : ' 3.0.1'
5854
59- implementation " io.vavr:vavr:0.9.2"
6055 implementation (group : ' org.pf4j' , name : ' pf4j' , version : ' 3.10.0' ) {
6156 exclude group : " org.slf4j" , module : " slf4j-api"
6257 }
6358
64- testImplementation group : ' org.springframework' , name : ' spring-test' , version : ' 5.2.0.RELEASE'
65- testImplementation group : ' org.springframework' , name : ' spring-web' , version : ' 5.2.0.RELEASE'
66-
59+ testImplementation group : ' org.springframework' , name : ' spring-test' , version : " ${ springVersion} "
6760 implementation group : ' org.zeromq' , name : ' jeromq' , version : ' 0.5.3'
6861 api project(" :chainbase" )
6962 api project(" :protocol" )
0 commit comments