Commit d9d76323f53794ecf3ed00e14683c1ba97763798
1 parent
c81478c2
修改引入插件
Showing
1 changed file
with
18 additions
and
412 deletions
pom.xml
| @@ -119,419 +119,25 @@ | @@ -119,419 +119,25 @@ | ||
| 119 | </repositories> | 119 | </repositories> |
| 120 | 120 | ||
| 121 | 121 | ||
| 122 | - | ||
| 123 | - <dependencies> | ||
| 124 | - <!-- Test Dependency Begin --> | ||
| 125 | - <!--<dependency>--> | ||
| 126 | - <!--<groupId>junit</groupId>--> | ||
| 127 | - <!--<artifactId>junit</artifactId>--> | ||
| 128 | - <!--<version>4.11</version>--> | ||
| 129 | - <!--</dependency>--> | ||
| 130 | - <!-- Test Dependency End --> | ||
| 131 | - </dependencies> | ||
| 132 | - | ||
| 133 | - <!--<dependencyManagement>--> | ||
| 134 | - <!--<dependencies>--> | ||
| 135 | - <!--<!– Common Dependency Begin –>--> | ||
| 136 | - <!--<dependency>--> | ||
| 137 | - <!--<groupId>xalan</groupId>--> | ||
| 138 | - <!--<artifactId>xalan</artifactId>--> | ||
| 139 | - <!--<version>2.7.1</version>--> | ||
| 140 | - <!--</dependency>--> | ||
| 141 | - <!--<dependency>--> | ||
| 142 | - <!--<groupId>antlr</groupId>--> | ||
| 143 | - <!--<artifactId>antlr</artifactId>--> | ||
| 144 | - <!--<version>2.7.6</version>--> | ||
| 145 | - <!--</dependency>--> | ||
| 146 | - <!--<dependency>--> | ||
| 147 | - <!--<groupId>aopalliance</groupId>--> | ||
| 148 | - <!--<artifactId>aopalliance</artifactId>--> | ||
| 149 | - <!--<version>1.0</version>--> | ||
| 150 | - <!--</dependency>--> | ||
| 151 | - <!--<dependency>--> | ||
| 152 | - <!--<groupId>org.aspectj</groupId>--> | ||
| 153 | - <!--<artifactId>aspectjweaver</artifactId>--> | ||
| 154 | - <!--<version>1.7.3</version>--> | ||
| 155 | - <!--</dependency>--> | ||
| 156 | - <!--<dependency>--> | ||
| 157 | - <!--<groupId>cglib</groupId>--> | ||
| 158 | - <!--<artifactId>cglib</artifactId>--> | ||
| 159 | - <!--<version>2.2.2</version>--> | ||
| 160 | - <!--</dependency>--> | ||
| 161 | - <!--<dependency>--> | ||
| 162 | - <!--<groupId>asm</groupId>--> | ||
| 163 | - <!--<artifactId>asm</artifactId>--> | ||
| 164 | - <!--<version>3.3.1</version>--> | ||
| 165 | - <!--</dependency>--> | ||
| 166 | - <!--<dependency>--> | ||
| 167 | - <!--<groupId>net.sf.json-lib</groupId>--> | ||
| 168 | - <!--<artifactId>json-lib</artifactId>--> | ||
| 169 | - <!--<version>2.3</version>--> | ||
| 170 | - <!--<classifier>jdk15</classifier>--> | ||
| 171 | - <!--<scope>compile</scope>--> | ||
| 172 | - <!--</dependency>--> | ||
| 173 | - <!--<dependency>--> | ||
| 174 | - <!--<groupId>org.codehaus.jackson</groupId>--> | ||
| 175 | - <!--<artifactId>jackson-core-asl</artifactId>--> | ||
| 176 | - <!--<version>1.9.13</version>--> | ||
| 177 | - <!--</dependency>--> | ||
| 178 | - <!--<dependency>--> | ||
| 179 | - <!--<groupId>org.codehaus.jackson</groupId>--> | ||
| 180 | - <!--<artifactId>jackson-mapper-asl</artifactId>--> | ||
| 181 | - <!--<version>1.9.13</version>--> | ||
| 182 | - <!--</dependency>--> | ||
| 183 | - <!--<dependency>--> | ||
| 184 | - <!--<groupId>ognl</groupId>--> | ||
| 185 | - <!--<artifactId>ognl</artifactId>--> | ||
| 186 | - <!--<version>3.0.6</version>--> | ||
| 187 | - <!--</dependency>--> | ||
| 188 | - <!--<dependency>--> | ||
| 189 | - <!--<groupId>oro</groupId>--> | ||
| 190 | - <!--<artifactId>oro</artifactId>--> | ||
| 191 | - <!--<version>2.0.8</version>--> | ||
| 192 | - <!--</dependency>--> | ||
| 193 | - <!--<dependency>--> | ||
| 194 | - <!--<groupId>commons-net</groupId>--> | ||
| 195 | - <!--<artifactId>commons-net</artifactId>--> | ||
| 196 | - <!--<version>3.2</version>--> | ||
| 197 | - <!--</dependency>--> | ||
| 198 | - <!--<dependency>--> | ||
| 199 | - <!--<groupId>commons-beanutils</groupId>--> | ||
| 200 | - <!--<artifactId>commons-beanutils</artifactId>--> | ||
| 201 | - <!--<version>1.8.0</version>--> | ||
| 202 | - <!--</dependency>--> | ||
| 203 | - <!--<dependency>--> | ||
| 204 | - <!--<groupId>commons-codec</groupId>--> | ||
| 205 | - <!--<artifactId>commons-codec</artifactId>--> | ||
| 206 | - <!--<version>1.8</version>--> | ||
| 207 | - <!--</dependency>--> | ||
| 208 | - <!--<dependency>--> | ||
| 209 | - <!--<groupId>commons-collections</groupId>--> | ||
| 210 | - <!--<artifactId>commons-collections</artifactId>--> | ||
| 211 | - <!--<version>3.2</version>--> | ||
| 212 | - <!--</dependency>--> | ||
| 213 | - <!--<dependency>--> | ||
| 214 | - <!--<groupId>commons-digester</groupId>--> | ||
| 215 | - <!--<artifactId>commons-digester</artifactId>--> | ||
| 216 | - <!--<version>2.0</version>--> | ||
| 217 | - <!--</dependency>--> | ||
| 218 | - <!--<dependency>--> | ||
| 219 | - <!--<groupId>commons-fileupload</groupId>--> | ||
| 220 | - <!--<artifactId>commons-fileupload</artifactId>--> | ||
| 221 | - <!--<version>1.3.1</version>--> | ||
| 222 | - <!--</dependency>--> | ||
| 223 | - <!--<dependency>--> | ||
| 224 | - <!--<groupId>commons-io</groupId>--> | ||
| 225 | - <!--<artifactId>commons-io</artifactId>--> | ||
| 226 | - <!--<version>2.4</version>--> | ||
| 227 | - <!--</dependency>--> | ||
| 228 | - <!--<dependency>--> | ||
| 229 | - <!--<groupId>commons-lang</groupId>--> | ||
| 230 | - <!--<artifactId>commons-lang</artifactId>--> | ||
| 231 | - <!--<version>2.5</version>--> | ||
| 232 | - <!--</dependency>--> | ||
| 233 | - <!--<dependency>--> | ||
| 234 | - <!--<groupId>org.apache.commons</groupId>--> | ||
| 235 | - <!--<artifactId>commons-lang3</artifactId>--> | ||
| 236 | - <!--<version>3.1</version>--> | ||
| 237 | - <!--</dependency>--> | ||
| 238 | - <!--<dependency>--> | ||
| 239 | - <!--<groupId>commons-logging</groupId>--> | ||
| 240 | - <!--<artifactId>commons-logging</artifactId>--> | ||
| 241 | - <!--<version>1.1.3</version>--> | ||
| 242 | - <!--</dependency>--> | ||
| 243 | - <!--<dependency>--> | ||
| 244 | - <!--<groupId>commons-validator</groupId>--> | ||
| 245 | - <!--<artifactId>commons-validator</artifactId>--> | ||
| 246 | - <!--<version>1.1.4</version>--> | ||
| 247 | - <!--</dependency>--> | ||
| 248 | - <!--<dependency>--> | ||
| 249 | - <!--<groupId>commons-cli</groupId>--> | ||
| 250 | - <!--<artifactId>commons-cli</artifactId>--> | ||
| 251 | - <!--<version>1.2</version>--> | ||
| 252 | - <!--</dependency>--> | ||
| 253 | - <!--<dependency>--> | ||
| 254 | - <!--<groupId>dom4j</groupId>--> | ||
| 255 | - <!--<artifactId>dom4j</artifactId>--> | ||
| 256 | - <!--<version>1.6.1</version>--> | ||
| 257 | - <!--</dependency>--> | ||
| 258 | - <!--<dependency>--> | ||
| 259 | - <!--<groupId>net.sf.ezmorph</groupId>--> | ||
| 260 | - <!--<artifactId>ezmorph</artifactId>--> | ||
| 261 | - <!--<version>1.0.6</version>--> | ||
| 262 | - <!--</dependency>--> | ||
| 263 | - <!--<dependency>--> | ||
| 264 | - <!--<groupId>javassist</groupId>--> | ||
| 265 | - <!--<artifactId>javassist</artifactId>--> | ||
| 266 | - <!--<version>3.12.1.GA</version>--> | ||
| 267 | - <!--</dependency>--> | ||
| 268 | - <!--<dependency>--> | ||
| 269 | - <!--<groupId>jstl</groupId>--> | ||
| 270 | - <!--<artifactId>jstl</artifactId>--> | ||
| 271 | - <!--<version>1.2</version>--> | ||
| 272 | - <!--</dependency>--> | ||
| 273 | - <!--<dependency>--> | ||
| 274 | - <!--<groupId>javax.transaction</groupId>--> | ||
| 275 | - <!--<artifactId>jta</artifactId>--> | ||
| 276 | - <!--<version>1.1</version>--> | ||
| 277 | - <!--</dependency>--> | ||
| 278 | - <!--<dependency>--> | ||
| 279 | - <!--<groupId>log4j</groupId>--> | ||
| 280 | - <!--<artifactId>log4j</artifactId>--> | ||
| 281 | - <!--<version>1.2.17</version>--> | ||
| 282 | - <!--</dependency>--> | ||
| 283 | - <!--<dependency>--> | ||
| 284 | - <!--<groupId>org.slf4j</groupId>--> | ||
| 285 | - <!--<artifactId>slf4j-api</artifactId>--> | ||
| 286 | - <!--<version>1.7.5</version>--> | ||
| 287 | - <!--</dependency>--> | ||
| 288 | - <!--<dependency>--> | ||
| 289 | - <!--<groupId>org.slf4j</groupId>--> | ||
| 290 | - <!--<artifactId>slf4j-log4j12</artifactId>--> | ||
| 291 | - <!--<version>1.7.5</version>--> | ||
| 292 | - <!--</dependency>--> | ||
| 293 | - <!--<dependency>--> | ||
| 294 | - <!--<groupId>net.sourceforge.jexcelapi</groupId>--> | ||
| 295 | - <!--<artifactId>jxl</artifactId>--> | ||
| 296 | - <!--<version>2.6.12</version>--> | ||
| 297 | - <!--</dependency>--> | ||
| 298 | - <!--<!– <dependency> <groupId>com.alibaba.external</groupId> <artifactId>sourceforge.spring</artifactId> --> | ||
| 299 | - <!--<version>2.0.1</version> </dependency> <dependency> <groupId>com.alibaba.external</groupId> --> | ||
| 300 | - <!--<artifactId>jakarta.commons.poolg</artifactId> <version>1.3</version> </dependency> –>--> | ||
| 301 | - <!--<dependency>--> | ||
| 302 | - <!--<groupId>org.jdom</groupId>--> | ||
| 303 | - <!--<artifactId>jdom</artifactId>--> | ||
| 304 | - <!--<version>1.1.3</version>--> | ||
| 305 | - <!--</dependency>--> | ||
| 306 | - <!--<dependency>--> | ||
| 307 | - <!--<groupId>jaxen</groupId>--> | ||
| 308 | - <!--<artifactId>jaxen</artifactId>--> | ||
| 309 | - <!--<version>1.1.1</version>--> | ||
| 310 | - <!--</dependency>--> | ||
| 311 | - <!--<dependency>--> | ||
| 312 | - <!--<groupId>com.alibaba</groupId>--> | ||
| 313 | - <!--<artifactId>dubbo</artifactId>--> | ||
| 314 | - <!--<version>2.5.3</version>--> | ||
| 315 | - <!--</dependency>--> | ||
| 316 | - <!--<dependency>--> | ||
| 317 | - <!--<groupId>redis.clients</groupId>--> | ||
| 318 | - <!--<artifactId>jedis</artifactId>--> | ||
| 319 | - <!--<version>2.8.1</version>--> | ||
| 320 | - <!--</dependency>--> | ||
| 321 | - | ||
| 322 | - <!--<!– Common Dependency End –>--> | ||
| 323 | - | ||
| 324 | - <!--<!– Zookeeper 用于分布式服务管理 –>--> | ||
| 325 | - <!--<dependency>--> | ||
| 326 | - <!--<groupId>org.apache.zookeeper</groupId>--> | ||
| 327 | - <!--<artifactId>zookeeper</artifactId>--> | ||
| 328 | - <!--<version>3.4.5</version>--> | ||
| 329 | - <!--</dependency>--> | ||
| 330 | - <!--<dependency>--> | ||
| 331 | - <!--<groupId>com.101tec</groupId>--> | ||
| 332 | - <!--<artifactId>zkclient</artifactId>--> | ||
| 333 | - <!--<version>0.3</version>--> | ||
| 334 | - <!--</dependency>--> | ||
| 335 | - <!--<!– Zookeeper 用于分布式服务管理 end –>--> | ||
| 336 | - | ||
| 337 | - | ||
| 338 | - <!--<!– Spring Dependency Begin –>--> | ||
| 339 | - <!--<dependency>--> | ||
| 340 | - <!--<groupId>org.springframework</groupId>--> | ||
| 341 | - <!--<artifactId>spring-aop</artifactId>--> | ||
| 342 | - <!--<version>${org.springframework.version}</version>--> | ||
| 343 | - <!--</dependency>--> | ||
| 344 | - <!--<dependency>--> | ||
| 345 | - <!--<groupId>org.springframework</groupId>--> | ||
| 346 | - <!--<artifactId>spring-aspects</artifactId>--> | ||
| 347 | - <!--<version>${org.springframework.version}</version>--> | ||
| 348 | - <!--</dependency>--> | ||
| 349 | - <!--<dependency>--> | ||
| 350 | - <!--<groupId>org.springframework</groupId>--> | ||
| 351 | - <!--<artifactId>spring-beans</artifactId>--> | ||
| 352 | - <!--<version>${org.springframework.version}</version>--> | ||
| 353 | - <!--</dependency>--> | ||
| 354 | - <!--<dependency>--> | ||
| 355 | - <!--<groupId>org.springframework</groupId>--> | ||
| 356 | - <!--<artifactId>spring-context</artifactId>--> | ||
| 357 | - <!--<version>${org.springframework.version}</version>--> | ||
| 358 | - <!--</dependency>--> | ||
| 359 | - <!--<dependency>--> | ||
| 360 | - <!--<groupId>org.springframework</groupId>--> | ||
| 361 | - <!--<artifactId>spring-context-support</artifactId>--> | ||
| 362 | - <!--<version>${org.springframework.version}</version>--> | ||
| 363 | - <!--</dependency>--> | ||
| 364 | - <!--<dependency>--> | ||
| 365 | - <!--<groupId>org.springframework</groupId>--> | ||
| 366 | - <!--<artifactId>spring-core</artifactId>--> | ||
| 367 | - <!--<version>${org.springframework.version}</version>--> | ||
| 368 | - <!--</dependency>--> | ||
| 369 | - <!--<dependency>--> | ||
| 370 | - <!--<groupId>org.springframework</groupId>--> | ||
| 371 | - <!--<artifactId>spring-expression</artifactId>--> | ||
| 372 | - <!--<version>${org.springframework.version}</version>--> | ||
| 373 | - <!--</dependency>--> | ||
| 374 | - <!--<dependency>--> | ||
| 375 | - <!--<groupId>org.springframework</groupId>--> | ||
| 376 | - <!--<artifactId>spring-instrument</artifactId>--> | ||
| 377 | - <!--<version>${org.springframework.version}</version>--> | ||
| 378 | - <!--</dependency>--> | ||
| 379 | - <!--<dependency>--> | ||
| 380 | - <!--<groupId>org.springframework</groupId>--> | ||
| 381 | - <!--<artifactId>spring-instrument-tomcat</artifactId>--> | ||
| 382 | - <!--<version>${org.springframework.version}</version>--> | ||
| 383 | - <!--</dependency>--> | ||
| 384 | - <!--<dependency>--> | ||
| 385 | - <!--<groupId>org.springframework</groupId>--> | ||
| 386 | - <!--<artifactId>spring-jdbc</artifactId>--> | ||
| 387 | - <!--<version>${org.springframework.version}</version>--> | ||
| 388 | - <!--</dependency>--> | ||
| 389 | - <!--<dependency>--> | ||
| 390 | - <!--<groupId>org.springframework</groupId>--> | ||
| 391 | - <!--<artifactId>spring-jms</artifactId>--> | ||
| 392 | - <!--<version>${org.springframework.version}</version>--> | ||
| 393 | - <!--</dependency>--> | ||
| 394 | - <!--<dependency>--> | ||
| 395 | - <!--<groupId>org.springframework</groupId>--> | ||
| 396 | - <!--<artifactId>spring-orm</artifactId>--> | ||
| 397 | - <!--<version>${org.springframework.version}</version>--> | ||
| 398 | - <!--</dependency>--> | ||
| 399 | - <!--<dependency>--> | ||
| 400 | - <!--<groupId>org.springframework</groupId>--> | ||
| 401 | - <!--<artifactId>spring-oxm</artifactId>--> | ||
| 402 | - <!--<version>${org.springframework.version}</version>--> | ||
| 403 | - <!--</dependency>--> | ||
| 404 | - <!--<dependency>--> | ||
| 405 | - <!--<groupId>org.springframework</groupId>--> | ||
| 406 | - <!--<artifactId>spring-struts</artifactId>--> | ||
| 407 | - <!--<version>${org.springframework.version}</version>--> | ||
| 408 | - <!--</dependency>--> | ||
| 409 | - <!--<dependency>--> | ||
| 410 | - <!--<groupId>org.springframework</groupId>--> | ||
| 411 | - <!--<artifactId>spring-test</artifactId>--> | ||
| 412 | - <!--<version>${org.springframework.version}</version>--> | ||
| 413 | - <!--<scope>test</scope>--> | ||
| 414 | - <!--</dependency>--> | ||
| 415 | - <!--<dependency>--> | ||
| 416 | - <!--<groupId>org.springframework</groupId>--> | ||
| 417 | - <!--<artifactId>spring-tx</artifactId>--> | ||
| 418 | - <!--<version>${org.springframework.version}</version>--> | ||
| 419 | - <!--</dependency>--> | ||
| 420 | - <!--<dependency>--> | ||
| 421 | - <!--<groupId>org.springframework</groupId>--> | ||
| 422 | - <!--<artifactId>spring-web</artifactId>--> | ||
| 423 | - <!--<version>${org.springframework.version}</version>--> | ||
| 424 | - <!--</dependency>--> | ||
| 425 | - <!--<dependency>--> | ||
| 426 | - <!--<groupId>org.springframework</groupId>--> | ||
| 427 | - <!--<artifactId>spring-webmvc</artifactId>--> | ||
| 428 | - <!--<version>${org.springframework.version}</version>--> | ||
| 429 | - <!--</dependency>--> | ||
| 430 | - <!--<dependency>--> | ||
| 431 | - <!--<groupId>org.springframework</groupId>--> | ||
| 432 | - <!--<artifactId>spring-webmvc-portlet</artifactId>--> | ||
| 433 | - <!--<version>${org.springframework.version}</version>--> | ||
| 434 | - <!--</dependency>--> | ||
| 435 | - <!--<!– Spring Dependency End –>--> | ||
| 436 | - | ||
| 437 | - <!--<!– MyBatis Dependency Begin –>--> | ||
| 438 | - <!--<dependency>--> | ||
| 439 | - <!--<groupId>org.mybatis</groupId>--> | ||
| 440 | - <!--<artifactId>mybatis</artifactId>--> | ||
| 441 | - <!--<version>3.2.8</version>--> | ||
| 442 | - <!--</dependency>--> | ||
| 443 | - <!--<dependency>--> | ||
| 444 | - <!--<groupId>org.mybatis</groupId>--> | ||
| 445 | - <!--<artifactId>mybatis-spring</artifactId>--> | ||
| 446 | - <!--<version>1.2.2</version>--> | ||
| 447 | - <!--</dependency>--> | ||
| 448 | - <!--<!– MyBatis Dependency End –>--> | ||
| 449 | - | ||
| 450 | - <!--<!– Mysql Driver Begin –>--> | ||
| 451 | - <!--<dependency>--> | ||
| 452 | - <!--<groupId>mysql</groupId>--> | ||
| 453 | - <!--<artifactId>mysql-connector-java</artifactId>--> | ||
| 454 | - <!--<version>5.1.32</version>--> | ||
| 455 | - <!--</dependency>--> | ||
| 456 | - <!--<!– Mysql Driver End –>--> | ||
| 457 | - | ||
| 458 | - <!--<!– Others Begin –>--> | ||
| 459 | - <!--<dependency>--> | ||
| 460 | - <!--<groupId>com.google.code</groupId>--> | ||
| 461 | - <!--<artifactId>kaptcha</artifactId>--> | ||
| 462 | - <!--<version>2.3.2</version>--> | ||
| 463 | - <!--</dependency>--> | ||
| 464 | - <!--<dependency>--> | ||
| 465 | - <!--<groupId>org.apache.tomcat</groupId>--> | ||
| 466 | - <!--<artifactId>servlet-api</artifactId>--> | ||
| 467 | - <!--<version>6.0.37</version>--> | ||
| 468 | - <!--</dependency>--> | ||
| 469 | - <!--<dependency>--> | ||
| 470 | - <!--<groupId>org.apache.tomcat</groupId>--> | ||
| 471 | - <!--<artifactId>jsp-api</artifactId>--> | ||
| 472 | - <!--<version>6.0.37</version>--> | ||
| 473 | - <!--</dependency>--> | ||
| 474 | - <!--<dependency>--> | ||
| 475 | - <!--<groupId>org.freemarker</groupId>--> | ||
| 476 | - <!--<artifactId>freemarker</artifactId>--> | ||
| 477 | - <!--<version>2.3.19</version>--> | ||
| 478 | - <!--</dependency>--> | ||
| 479 | - <!--<dependency>--> | ||
| 480 | - <!--<groupId>com.alibaba</groupId>--> | ||
| 481 | - <!--<artifactId>druid</artifactId>--> | ||
| 482 | - <!--<version>1.0.12</version>--> | ||
| 483 | - <!--</dependency>--> | ||
| 484 | - <!--<dependency>--> | ||
| 485 | - <!--<groupId>com.alibaba</groupId>--> | ||
| 486 | - <!--<artifactId>fastjson</artifactId>--> | ||
| 487 | - <!--<version>1.1.41</version>--> | ||
| 488 | - <!--</dependency>--> | ||
| 489 | - <!--<dependency>--> | ||
| 490 | - <!--<groupId>org.apache.httpcomponents</groupId>--> | ||
| 491 | - <!--<artifactId>httpclient</artifactId>--> | ||
| 492 | - <!--<version>4.5.2</version>--> | ||
| 493 | - <!--</dependency>--> | ||
| 494 | - <!--<dependency>--> | ||
| 495 | - <!--<groupId>org.jboss.netty</groupId>--> | ||
| 496 | - <!--<artifactId>netty</artifactId>--> | ||
| 497 | - <!--<version>3.2.5.Final</version>--> | ||
| 498 | - <!--</dependency>--> | ||
| 499 | - <!--<dependency>--> | ||
| 500 | - <!--<groupId>org.apache.activemq</groupId>--> | ||
| 501 | - <!--<artifactId>activemq-all</artifactId>--> | ||
| 502 | - <!--<version>5.8.0</version>--> | ||
| 503 | - <!--</dependency>--> | ||
| 504 | - <!--<dependency>--> | ||
| 505 | - <!--<groupId>org.apache.activemq</groupId>--> | ||
| 506 | - <!--<artifactId>activemq-pool</artifactId>--> | ||
| 507 | - <!--<version>5.8.0</version>--> | ||
| 508 | - <!--</dependency>--> | ||
| 509 | - <!--<!– Others End –>--> | ||
| 510 | - | ||
| 511 | - | ||
| 512 | - <!--<dependency>--> | ||
| 513 | - <!--<groupId>org.jsoup</groupId>--> | ||
| 514 | - <!--<artifactId>jsoup</artifactId>--> | ||
| 515 | - <!--<version>1.7.3</version>--> | ||
| 516 | - <!--</dependency>--> | ||
| 517 | - | ||
| 518 | - <!--<!– dozer bean copy –>--> | ||
| 519 | - <!--<dependency>--> | ||
| 520 | - <!--<groupId>net.sf.dozer</groupId>--> | ||
| 521 | - <!--<artifactId>dozer</artifactId>--> | ||
| 522 | - <!--<version>${dozer.version}</version>--> | ||
| 523 | - <!--<exclusions>--> | ||
| 524 | - <!--<exclusion>--> | ||
| 525 | - <!--<groupId>org.slf4j</groupId>--> | ||
| 526 | - <!--<artifactId>slf4j-log4j12</artifactId>--> | ||
| 527 | - <!--</exclusion>--> | ||
| 528 | - <!--</exclusions>--> | ||
| 529 | - <!--</dependency>--> | ||
| 530 | - | ||
| 531 | - <!--</dependencies>--> | ||
| 532 | - <!--</dependencyManagement>--> | ||
| 533 | - | ||
| 534 | <build> | 122 | <build> |
| 123 | + <pluginManagement> | ||
| 124 | + <plugins> | ||
| 125 | + <plugin> | ||
| 126 | + <groupId>org.sonarsource.scanner.maven</groupId> | ||
| 127 | + <artifactId>sonar-maven-plugin</artifactId> | ||
| 128 | + <version>3.3.0.603</version> | ||
| 129 | + <executions> | ||
| 130 | + <execution> | ||
| 131 | + <id>sonar</id> | ||
| 132 | + <phase>package</phase> | ||
| 133 | + <goals> | ||
| 134 | + <goal>sonar</goal> | ||
| 135 | + </goals> | ||
| 136 | + </execution> | ||
| 137 | + </executions> | ||
| 138 | + </plugin> | ||
| 139 | + </plugins> | ||
| 140 | + </pluginManagement> | ||
| 535 | <plugins> | 141 | <plugins> |
| 536 | <plugin> | 142 | <plugin> |
| 537 | <groupId>org.apache.maven.plugins</groupId> | 143 | <groupId>org.apache.maven.plugins</groupId> |