Changing muzzle spec to depend on spring-data again
This commit is contained in:
parent
a242e088de
commit
680c4426bc
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue