Commit 62627005fc7c7d5632990959acef786666fd4940
1 parent
f0034c73
update
Showing
1 changed file
with
10 additions
and
0 deletions
pom.xml
| @@ -163,6 +163,16 @@ | @@ -163,6 +163,16 @@ | ||
| 163 | </dependency> | 163 | </dependency> |
| 164 | </dependencies> | 164 | </dependencies> |
| 165 | 165 | ||
| 166 | + <dependencyManagement> | ||
| 167 | + <dependencies> | ||
| 168 | + <dependency> | ||
| 169 | + <groupId>org.apache.tomcat</groupId> | ||
| 170 | + <artifactId>tomcat-juli</artifactId> | ||
| 171 | + <version>8.5.63</version> | ||
| 172 | + </dependency> | ||
| 173 | + </dependencies> | ||
| 174 | + </dependencyManagement> | ||
| 175 | + | ||
| 166 | <build> | 176 | <build> |
| 167 | <plugins> | 177 | <plugins> |
| 168 | <plugin> | 178 | <plugin> |