Commit 62627005fc7c7d5632990959acef786666fd4940
1 parent
f0034c73
update
Showing
1 changed file
with
10 additions
and
0 deletions
pom.xml
| ... | ... | @@ -163,6 +163,16 @@ |
| 163 | 163 | </dependency> |
| 164 | 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 | 176 | <build> |
| 167 | 177 | <plugins> |
| 168 | 178 | <plugin> | ... | ... |