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 30
30
jbossLogging : ' 3.4.2.Final' ,
31
31
jbossThreads : ' 3.4.0.Final' ,
32
32
wildflyCommon : ' 1.5.4.Final-format-001' ,
33
+ commonsCodec : ' 1.15' ,
33
34
junit : ' 4.13.2' , // Unit Testing
34
35
]
35
36
libs = [
81
82
jbossLogging : " org.jboss.logging:jboss-logging:$versions . jbossLogging " ,
82
83
jbossThreads : " org.jboss.threads:jboss-threads:$versions . jbossThreads " ,
83
84
wildflyCommon : " org.wildfly.common:wildfly-common:$versions . wildflyCommon " ,
85
+ commonsCodec : " commons-codec:commons-codec:$versions . commonsCodec " ,
84
86
85
87
junit : " junit:junit:$versions . junit " ,
86
88
]
87
89
}
88
- // {{end:dependencies}}
90
+ // {{end:dependencies}}
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ dependencies {
41
41
api libs. flyway
42
42
api libs. connectorj
43
43
api libs. javaxAnnotation
44
+ api libs. commonsCodec
44
45
45
46
compileOnly libs. lombok
46
47
annotationProcessor libs. lombok
You can’t perform that action at this time.
0 commit comments