Skip to content

Commit 8d08c36

Browse files
Roll back the pinned version of mule-4, since the issue has already been fixed in the external repository. (#9533)
1 parent 82c053b commit 8d08c36

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

dd-java-agent/instrumentation/mule-4/build.gradle

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -265,27 +265,3 @@ idea {
265265
jdkName = '11'
266266
}
267267
}
268-
269-
// TODO: Remove once correct version of mule-extensions-xxx will be released.
270-
dependencies {
271-
def reason = 'Temporary hardcode to `1.9.9` because `1.9.10` is failing during latest dependencies resolution on not existing `mule-plugin-mgmt-parent-pom:4.9.8-rc1`'
272-
273-
constraints {
274-
add('latestDepForkedTestImplementation', 'org.mule.runtime:mule-extensions-api') {
275-
version { strictly '1.9.9' }
276-
because reason
277-
}
278-
add('latestDepForkedTestImplementation', 'org.mule.runtime:mule-extensions-mime-types') {
279-
version { strictly '1.9.9' }
280-
because reason
281-
}
282-
add('latestDepForkedTestImplementation', 'org.mule.runtime:mule-extensions-api-dsql') {
283-
version { strictly '1.9.9' }
284-
because reason
285-
}
286-
add('latestDepForkedTestImplementation', 'org.mule.runtime:mule-extensions-api-persistence') {
287-
version { strictly '1.9.9' }
288-
because reason
289-
}
290-
}
291-
}

0 commit comments

Comments
 (0)