Merge branch '1.1.x'
This commit is contained in:
@@ -685,7 +685,7 @@ property, e.g. for a simple webapp or service:
|
||||
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
|
||||
----
|
||||
<properties>
|
||||
<tomcat.version>7.0.57</tomcat.version>
|
||||
<tomcat.version>7.0.59</tomcat.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
...
|
||||
@@ -711,7 +711,7 @@ e.g. for a simple webapp or service:
|
||||
resolutionStrategy {
|
||||
eachDependency {
|
||||
if (it.requested.group == 'org.apache.tomcat.embed') {
|
||||
it.useVersion '7.0.57'
|
||||
it.useVersion '7.0.59'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user