Skip to content

Commit 9b45221

Browse files
committed
Update to CoRB 2.5.5, which now has more simple gradle modules, so dependency no longer needs usage attributes to be set.
Remove explicit XCC dependency, rely on transitive
1 parent 9d7c9b5 commit 9b45221

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

examples/corb2-project/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

4238
dependencies {
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
}

examples/corb2-project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
corbVersion=2.5.4
1+
corbVersion=2.5.5
22
mlHost=localhost
33
mlAppName=corb2-project
44
mlRestPort=8140

0 commit comments

Comments
 (0)