Changing muzzle spec to depend on spring-data again

This commit is contained in:
dougqh 2019-09-23 16:14:56 -04:00
parent a242e088de
commit 680c4426bc
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
muzzle { muzzle {
pass { pass {
group = 'org.springframework' group = 'org.springframework'
module = 'spring-tx' module = 'sring-data'
versions = "[2.5.0.RELEASE,)" versions = "[2.0.0.RELEASE,)"
extraDependency "aopalliance:aopalliance:1.0" extraDependency "aopalliance:aopalliance:1.0"
} }
} }