File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3030 jbossLogging : ' 3.4.2.Final' ,
3131 jbossThreads : ' 3.4.0.Final' ,
3232 wildflyCommon : ' 1.5.4.Final-format-001' ,
33+ commonsCodec : ' 1.15' ,
3334 junit : ' 4.13.2' , // Unit Testing
3435 ]
3536 libs = [
8182 jbossLogging : " org.jboss.logging:jboss-logging:$versions . jbossLogging " ,
8283 jbossThreads : " org.jboss.threads:jboss-threads:$versions . jbossThreads " ,
8384 wildflyCommon : " org.wildfly.common:wildfly-common:$versions . wildflyCommon " ,
85+ commonsCodec : " commons-codec:commons-codec:$versions . commonsCodec " ,
8486
8587 junit : " junit:junit:$versions . junit " ,
8688 ]
8789}
88- // {{end:dependencies}}
90+ // {{end:dependencies}}
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ dependencies {
4141 api libs. flyway
4242 api libs. connectorj
4343 api libs. javaxAnnotation
44+ api libs. commonsCodec
4445
4546 compileOnly libs. lombok
4647 annotationProcessor libs. lombok
You can’t perform that action at this time.
0 commit comments