|
85 | 85 | <groupId>org.apache.velocity</groupId> |
86 | 86 | <artifactId>velocity-tools</artifactId> |
87 | 87 | <version>2.0</version> |
| 88 | + <exclusions> |
| 89 | + <exclusion> |
| 90 | + <groupId>commons-collections</groupId> |
| 91 | + <artifactId>commons-collections</artifactId> |
| 92 | + </exclusion> |
| 93 | + </exclusions> |
| 94 | + </dependency> |
| 95 | + <dependency> |
| 96 | + <groupId>commons-collections</groupId> |
| 97 | + <artifactId>commons-collections</artifactId> |
| 98 | + <version>3.2.2</version> |
88 | 99 | </dependency> |
89 | 100 | <dependency> |
90 | 101 | <groupId>junit</groupId> |
|
146 | 157 | <groupId>org.slf4j</groupId> |
147 | 158 | <artifactId>slf4j-reload4j</artifactId> |
148 | 159 | </exclusion> |
| 160 | + <exclusion> |
| 161 | + <groupId>org.apache.avro</groupId> |
| 162 | + <artifactId>avro</artifactId> |
| 163 | + </exclusion> |
| 164 | + <exclusion> |
| 165 | + <groupId>org.apache.commons</groupId> |
| 166 | + <artifactId>commons-collections4</artifactId> |
| 167 | + </exclusion> |
| 168 | + <exclusion> |
| 169 | + <groupId>org.apache.zookeeper</groupId> |
| 170 | + <artifactId>zookeeper</artifactId> |
| 171 | + </exclusion> |
149 | 172 | </exclusions> |
150 | 173 | </dependency> |
| 174 | + <dependency> |
| 175 | + <groupId>org.apache.avro</groupId> |
| 176 | + <artifactId>avro</artifactId> |
| 177 | + <version>1.11.4</version> |
| 178 | + </dependency> |
| 179 | + <dependency> |
| 180 | + <groupId>org.apache.zookeeper</groupId> |
| 181 | + <artifactId>zookeeper</artifactId> |
| 182 | + <version>3.7.2</version> |
| 183 | + </dependency> |
151 | 184 | <dependency> |
152 | 185 | <groupId>org.apache.kafka</groupId> |
153 | 186 | <artifactId>kafka-clients</artifactId> |
|
186 | 219 | <groupId>org.apache.poi</groupId> |
187 | 220 | <artifactId>poi-ooxml</artifactId> |
188 | 221 | <version>3.15</version> |
| 222 | + <exclusions> |
| 223 | + <exclusion> |
| 224 | + <groupId>org.apache.xmlbeans</groupId> |
| 225 | + <artifactId>xmlbeans</artifactId> |
| 226 | + </exclusion> |
| 227 | + </exclusions> |
| 228 | + </dependency> |
| 229 | + <dependency> |
| 230 | + <groupId>org.apache.xmlbeans</groupId> |
| 231 | + <artifactId>xmlbeans</artifactId> |
| 232 | + <version>3.0.0</version> |
189 | 233 | </dependency> |
190 | 234 | <dependency> |
191 | 235 | <groupId>org.jvnet.mock-javamail</groupId> |
|
0 commit comments