From 5bd6500548d4f253c22482e1c135c56d122dd879 Mon Sep 17 00:00:00 2001 From: Richard Startin Date: Tue, 21 Apr 2020 15:43:27 +0100 Subject: [PATCH] muzzle Ma27 fork of rediscala --- .../rediscala-1.8.0/rediscala-1.8.0.gradle | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dd-java-agent/instrumentation/rediscala-1.8.0/rediscala-1.8.0.gradle b/dd-java-agent/instrumentation/rediscala-1.8.0/rediscala-1.8.0.gradle index 43f7827f5d..671b3d3c96 100644 --- a/dd-java-agent/instrumentation/rediscala-1.8.0/rediscala-1.8.0.gradle +++ b/dd-java-agent/instrumentation/rediscala-1.8.0/rediscala-1.8.0.gradle @@ -23,6 +23,27 @@ muzzle { versions = "[1.9.0,)" assertInverse = true } + + pass { + group = "com.github.Ma27" + module = "rediscala_2.11" + versions = "[1.8.1,)" + assertInverse = true + } + + pass { + group = "com.github.Ma27" + module = "rediscala_2.12" + versions = "[1.8.1,)" + assertInverse = true + } + + pass { + group = "com.github.Ma27" + module = "rediscala_2.13" + versions = "[1.9.0,)" + assertInverse = true + } } apply from: "${rootDir}/gradle/java.gradle"