|
|
@ -61,9 +61,10 @@ dependencies { |
|
|
|
implementation 'io.vertx:vertx-web' |
|
|
|
implementation 'io.vertx:vertx-web' |
|
|
|
implementation 'org.apache.logging.log4j:log4j-api' |
|
|
|
implementation 'org.apache.logging.log4j:log4j-api' |
|
|
|
implementation 'org.apache.logging.log4j:log4j-core' |
|
|
|
implementation 'org.apache.logging.log4j:log4j-core' |
|
|
|
implementation 'org.apache.tuweni:tuweni-bytes' |
|
|
|
implementation 'org.apache.tuweni:bytes' |
|
|
|
implementation 'org.apache.tuweni:tuweni-config' |
|
|
|
implementation 'org.apache.tuweni:config' |
|
|
|
implementation 'org.apache.tuweni:tuweni-units' |
|
|
|
implementation 'org.apache.tuweni:toml' |
|
|
|
|
|
|
|
implementation 'org.apache.tuweni:units' |
|
|
|
implementation 'org.springframework.security:spring-security-crypto' |
|
|
|
implementation 'org.springframework.security:spring-security-crypto' |
|
|
|
implementation 'org.xerial.snappy:snappy-java' |
|
|
|
implementation 'org.xerial.snappy:snappy-java' |
|
|
|
|
|
|
|
|
|
|
@ -80,8 +81,8 @@ dependencies { |
|
|
|
testImplementation 'com.squareup.okhttp3:okhttp' |
|
|
|
testImplementation 'com.squareup.okhttp3:okhttp' |
|
|
|
testImplementation 'junit:junit' |
|
|
|
testImplementation 'junit:junit' |
|
|
|
testImplementation 'org.apache.commons:commons-text' |
|
|
|
testImplementation 'org.apache.commons:commons-text' |
|
|
|
testImplementation 'org.apache.tuweni:tuweni-bytes' |
|
|
|
testImplementation 'org.apache.tuweni:bytes' |
|
|
|
testImplementation 'org.apache.tuweni:tuweni-units' |
|
|
|
testImplementation 'org.apache.tuweni:units' |
|
|
|
testImplementation 'org.assertj:assertj-core' |
|
|
|
testImplementation 'org.assertj:assertj-core' |
|
|
|
testImplementation 'org.awaitility:awaitility' |
|
|
|
testImplementation 'org.awaitility:awaitility' |
|
|
|
testImplementation 'org.mockito:mockito-core' |
|
|
|
testImplementation 'org.mockito:mockito-core' |
|
|
|