Skip to content
Snippets Groups Projects

NXCALS-1487 Removed dependecy from commons and added on the service

Merged NXCALS-1487 Removed dependecy from commons and added on the service
All threads resolved!
All threads resolved!
3 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -46,10 +46,10 @@ dependencies {
// https://mvnrepository.com/artifact/org.aspectj/aspectjrt
compile group: 'org.aspectj', name: 'aspectjrt', version: aspectjVersion
compile group: 'org.hibernate', name: 'hibernate-validator', version: hibernateValidator
compile group: 'com.typesafe', name: 'config', version: typesafeConfigVersion
+1
compile group: 'javax.validation', name: 'validation-api', version: javaxValidationApiVersion
// https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-client
compileOnly('org.apache.hadoop:hadoop-client:' + hadoopApacheVersion){
//Hadoop brings older artifact versions that we need to exclude
Loading