File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,12 @@ configurations {
3232 // This configuration captures the dependencies for running CoRB (Content Reprocessing in Bulk).
3333 // This is only needed if you want to run corb via Gradle tasks.
3434 // If you do, using com.marklogic.gradle.task.CorbTask is a useful starting point, as shown below.
35- corb {
36- attributes {
37- attribute(Usage . USAGE_ATTRIBUTE , objects. named(Usage , Usage . JAVA_RUNTIME ))
38- }
39- }
35+ corb
4036}
4137
4238dependencies {
4339 // required to run CoRB2
4440 corb " com.marklogic:marklogic-corb:${ corbVersion} "
45- corb ' com.marklogic:marklogic-xcc:10.0.8'
4641 // optional
4742 // corb 'org.jasypt:jasypt:1.9.2' // would be necessary to leverage JasyptDecrypter
4843}
Original file line number Diff line number Diff line change 1- corbVersion =2.5.4
1+ corbVersion =2.5.5
22mlHost =localhost
33mlAppName =corb2-project
44mlRestPort =8140
You can’t perform that action at this time.
0 commit comments