Commit 705cae8011de7badc9c561d45bec4eecde15df5e
1 parent
ee9197b1
update
Showing
1 changed file
with
26 additions
and
14 deletions
pom.xml
| ... | ... | @@ -98,11 +98,33 @@ |
| 98 | 98 | <version>1.2.3</version> |
| 99 | 99 | </dependency> |
| 100 | 100 | |
| 101 | - <!--<dependency> | |
| 101 | + <dependency> | |
| 102 | + <groupId>org.apache.tomcat.embed</groupId> | |
| 103 | + <artifactId>tomcat-embed-core</artifactId> | |
| 104 | + <version>8.5.63</version> | |
| 105 | + <scope>compile</scope> | |
| 106 | + </dependency> | |
| 107 | + | |
| 108 | + <dependency> | |
| 109 | + <groupId>org.apache.tomcat.embed</groupId> | |
| 110 | + <artifactId>tomcat-embed-el</artifactId> | |
| 111 | + <version>8.5.63</version> | |
| 112 | + <scope>compile</scope> | |
| 113 | + </dependency> | |
| 114 | + | |
| 115 | + <dependency> | |
| 116 | + <groupId>org.apache.tomcat</groupId> | |
| 117 | + <artifactId>tomcat-annotations-api</artifactId> | |
| 118 | + <version>8.5.63</version> | |
| 119 | + <scope>compile</scope> | |
| 120 | + </dependency> | |
| 121 | + | |
| 122 | + <dependency> | |
| 102 | 123 | <groupId>org.apache.tomcat.embed</groupId> |
| 103 | - <artifactId>tomcat-embed-jasper</artifactId> | |
| 104 | - <scope>provided</scope> | |
| 105 | - </dependency>--> | |
| 124 | + <artifactId>tomcat-embed-websocket</artifactId> | |
| 125 | + <version>8.5.63</version> | |
| 126 | + <scope>compile</scope> | |
| 127 | + </dependency> | |
| 106 | 128 | |
| 107 | 129 | <dependency> |
| 108 | 130 | <groupId>com.alibaba</groupId> |
| ... | ... | @@ -163,16 +185,6 @@ |
| 163 | 185 | </dependency> |
| 164 | 186 | </dependencies> |
| 165 | 187 | |
| 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 | - | |
| 176 | 188 | <build> |
| 177 | 189 | <plugins> |
| 178 | 190 | <plugin> | ... | ... |