marklogic-community / data-explorer

Data Explorer Tool
Other
15 stars 4 forks source link

Unable to build #202

Open babjoi opened 4 years ago

babjoi commented 4 years ago

gradle mlDeploy works fine, but gradle build comes out with errors on junit and spring. I added implementation 'junit:junit:4.12' into the build.gradle. Not sure what to add for package org.springframework.test.context does not exist error.

I made some changes in the configuration and wanted to deploy using the updated jar file. Please help