Compare commits
No commits in common. "d2972e4f24f2bb3c9e4a372dbcd34e07711baff1" and "d5728cbd8e4c1f41961c484f78bfb14fa9c5cb8a" have entirely different histories.
d2972e4f24
...
d5728cbd8e
|
@ -79,9 +79,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
junit '**/build/test-results/**/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,9 +85,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
junit '**/build/test-results/**/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ dependencies {
|
|||
implementation projects.cavisDnn.cavisDnnData.cavisDnnDataDatasets
|
||||
implementation projects.cavisDnn.cavisDnnData.cavisDnnDataDatavecIterators
|
||||
implementation projects.cavisDnn.cavisDnnData.cavisDnnDataUtilityIterators
|
||||
implementation "org.apache.hadoop:hadoop-common:3.2.4"
|
||||
implementation "org.apache.hadoop:hadoop-common:3.2.0"
|
||||
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"
|
||||
implementation projects.cavisDatavec.cavisDatavecApi
|
||||
implementation projects.cavisDatavec.cavisDatavecSpark.cavisDatavecSparkCore
|
||||
|
|
Loading…
Reference in New Issue