Commit 56c2779e03d15374b6cff65ef6fc96d06eff6e92
1 parent
102bcda6
Merge branch 'pudong' into pudong_test
# Conflicts: # src/main/java/com/bsth/XDApplication.java # src/main/java/com/bsth/controller/schedule/core/TTInfoDetailController_facade.java # src/main/java/com/bsth/data/gpsdata_v2/DataHandleProcess.java # src/main/resources/datatools/ktrs/ttinfodetailoutputforedit.ktr # src/main/resources/dubbo/config-dev.properties # src/main/resources/dubbo/config-prod.properties
Showing
1 changed file
with
480 additions
and
480 deletions
pom.xml
| 1 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| 2 | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | - | |
| 4 | - <modelVersion>4.0.0</modelVersion> | |
| 5 | - <groupId>com.bsth</groupId> | |
| 6 | - <artifactId>bsth_control</artifactId> | |
| 7 | - <version>0.0.1-SNAPSHOT</version> | |
| 8 | - <packaging>war</packaging> | |
| 9 | - | |
| 10 | - <parent> | |
| 11 | - <groupId>org.springframework.boot</groupId> | |
| 12 | - <artifactId>spring-boot-starter-parent</artifactId> | |
| 13 | - <version>1.3.3.RELEASE</version> | |
| 14 | - </parent> | |
| 15 | - | |
| 16 | - <dependencies> | |
| 17 | - <dependency> | |
| 18 | - <groupId>org.springframework.boot</groupId> | |
| 19 | - <artifactId>spring-boot-starter-web</artifactId> | |
| 20 | - </dependency> | |
| 21 | - | |
| 22 | - <dependency> | |
| 23 | - <groupId>org.springframework.boot</groupId> | |
| 24 | - <artifactId>spring-boot-starter-tomcat</artifactId> | |
| 25 | - <scope>provided</scope> | |
| 26 | - </dependency> | |
| 27 | - <dependency> | |
| 28 | - <groupId>javax.servlet</groupId> | |
| 29 | - <artifactId>javax.servlet-api</artifactId> | |
| 30 | - <version>3.1.0</version> | |
| 31 | - <scope>provided</scope> | |
| 32 | - </dependency> | |
| 33 | - <dependency> | |
| 34 | - <groupId>org.springframework.boot</groupId> | |
| 35 | - <artifactId>spring-boot-starter-security</artifactId> | |
| 36 | - </dependency> | |
| 37 | - <!-- <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> | |
| 38 | - </dependency> --> | |
| 39 | - <dependency> | |
| 40 | - <groupId>org.springframework.boot</groupId> | |
| 41 | - <artifactId>spring-boot-starter-data-jpa</artifactId> | |
| 42 | - </dependency> | |
| 43 | - <dependency> | |
| 44 | - <groupId>org.springframework.boot</groupId> | |
| 45 | - <artifactId>spring-boot-starter-aop</artifactId> | |
| 46 | - </dependency> | |
| 47 | - | |
| 48 | - <dependency> | |
| 49 | - <groupId>org.springframework</groupId> | |
| 50 | - <artifactId>spring-context-support</artifactId> | |
| 51 | - </dependency> | |
| 52 | - <dependency> | |
| 53 | - <groupId>org.springframework.boot</groupId> | |
| 54 | - <artifactId>spring-boot-starter-redis</artifactId> | |
| 55 | - </dependency> | |
| 56 | - <dependency> | |
| 57 | - <groupId>org.springframework.boot</groupId> | |
| 58 | - <artifactId>spring-boot-starter-websocket</artifactId> | |
| 59 | - </dependency> | |
| 60 | - <dependency> | |
| 61 | - <groupId>mysql</groupId> | |
| 62 | - <artifactId>mysql-connector-java</artifactId> | |
| 63 | - </dependency> | |
| 64 | - | |
| 65 | - <dependency> | |
| 66 | - <groupId>joda-time</groupId> | |
| 67 | - <artifactId>joda-time</artifactId> | |
| 68 | - </dependency> | |
| 69 | - <dependency> | |
| 70 | - <groupId>com.alibaba</groupId> | |
| 71 | - <artifactId>fastjson</artifactId> | |
| 72 | - <version>1.2.4</version> | |
| 73 | - </dependency> | |
| 74 | - | |
| 75 | - <dependency> | |
| 76 | - <groupId>org.apache.httpcomponents</groupId> | |
| 77 | - <artifactId>httpclient</artifactId> | |
| 78 | - </dependency> | |
| 79 | - | |
| 80 | - <dependency> | |
| 81 | - <groupId>commons-dbcp</groupId> | |
| 82 | - <artifactId>commons-dbcp</artifactId> | |
| 83 | - </dependency> | |
| 84 | - <dependency> | |
| 85 | - <groupId>commons-lang</groupId> | |
| 86 | - <artifactId>commons-lang</artifactId> | |
| 87 | - <version>2.6</version> | |
| 88 | - </dependency> | |
| 89 | - <dependency> | |
| 90 | - <groupId>org.apache.commons</groupId> | |
| 91 | - <artifactId>commons-lang3</artifactId> | |
| 92 | - <version>3.4</version> | |
| 93 | - </dependency> | |
| 94 | - <dependency> | |
| 95 | - <groupId>commons-fileupload</groupId> | |
| 96 | - <artifactId>commons-fileupload</artifactId> | |
| 97 | - <version>1.2.2</version> | |
| 98 | - </dependency> | |
| 99 | - <dependency> | |
| 100 | - <groupId>commons-io</groupId> | |
| 101 | - <artifactId>commons-io</artifactId> | |
| 102 | - <version>2.4</version> | |
| 103 | - </dependency> | |
| 104 | - <dependency> | |
| 105 | - <groupId>org.codehaus.janino</groupId> | |
| 106 | - <artifactId>janino</artifactId> | |
| 107 | - </dependency> | |
| 108 | - | |
| 109 | - <dependency> | |
| 110 | - <groupId>org.apache.poi</groupId> | |
| 111 | - <artifactId>poi-ooxml</artifactId> | |
| 112 | - <version>3.13</version> | |
| 113 | - </dependency> | |
| 114 | - | |
| 115 | - <dependency> | |
| 116 | - <groupId>com.google.guava</groupId> | |
| 117 | - <artifactId>guava</artifactId> | |
| 118 | - <version>19.0</version> | |
| 119 | - </dependency> | |
| 120 | - <!-- ftp文件上传包 --> | |
| 121 | - <dependency> | |
| 122 | - <groupId>commons-net</groupId> | |
| 123 | - <artifactId>commons-net</artifactId> | |
| 124 | - <version>3.5</version> | |
| 125 | - </dependency> | |
| 126 | - <dependency> | |
| 127 | - <groupId>org.apache.commons</groupId> | |
| 128 | - <artifactId>commons-compress</artifactId> | |
| 129 | - <version>1.3</version> | |
| 130 | - </dependency> | |
| 131 | - <!-- drools 6依赖 --> | |
| 132 | - <dependency> | |
| 133 | - <groupId>org.kie</groupId> | |
| 134 | - <artifactId>kie-api</artifactId> | |
| 135 | - </dependency> | |
| 136 | - <dependency> | |
| 137 | - <groupId>org.drools</groupId> | |
| 138 | - <artifactId>drools-compiler</artifactId> | |
| 139 | - </dependency> | |
| 140 | - | |
| 141 | - <!-- springboot测试 --> | |
| 142 | - <dependency> | |
| 143 | - <groupId>org.springframework.boot</groupId> | |
| 144 | - <artifactId>spring-boot-starter-test</artifactId> | |
| 145 | - <scope>test</scope> | |
| 146 | - </dependency> | |
| 147 | - | |
| 148 | - <dependency> | |
| 149 | - <groupId>c3p0</groupId> | |
| 150 | - <artifactId>c3p0</artifactId> | |
| 151 | - <version>0.9.1.2</version> | |
| 152 | - </dependency> | |
| 153 | - | |
| 154 | - <!-- 图表 --> | |
| 155 | - <dependency> | |
| 156 | - <groupId>com.google.code.gson</groupId> | |
| 157 | - <artifactId>gson</artifactId> | |
| 158 | - <version>2.2.4</version> | |
| 159 | - </dependency> | |
| 160 | - <dependency> | |
| 161 | - <groupId>com.github.abel533</groupId> | |
| 162 | - <artifactId>ECharts</artifactId> | |
| 163 | - <version>2.1.8</version> | |
| 164 | - </dependency> | |
| 165 | - | |
| 166 | - <dependency> | |
| 167 | - <groupId>org.apache.tika</groupId> | |
| 168 | - <artifactId>tika-core</artifactId> | |
| 169 | - <version>1.7</version> | |
| 170 | - </dependency> | |
| 171 | - | |
| 172 | - <!-- pentaho kettle 依赖 --> | |
| 173 | - <dependency> | |
| 174 | - <groupId>com.pentaho.kettle</groupId> | |
| 175 | - <artifactId>kettle-core</artifactId> | |
| 176 | - <version>6.0.1.0-386</version> | |
| 177 | - </dependency> | |
| 178 | - <dependency> | |
| 179 | - <groupId>com.pentaho.kettle</groupId> | |
| 180 | - <artifactId>kettle-engine</artifactId> | |
| 181 | - <version>6.0.1.0-386</version> | |
| 182 | - </dependency> | |
| 183 | - <dependency> | |
| 184 | - <groupId>com.pentaho.kettle</groupId> | |
| 185 | - <artifactId>metastore</artifactId> | |
| 186 | - <version>6.0.1.0-386</version> | |
| 187 | - </dependency> | |
| 188 | - <dependency> | |
| 189 | - <groupId>com.pentaho.kettle</groupId> | |
| 190 | - <artifactId>vfs2</artifactId> | |
| 191 | - <version>2.1-20150824</version> | |
| 192 | - </dependency> | |
| 193 | - <dependency> | |
| 194 | - <groupId>net.sourceforge.jexcelapi</groupId> | |
| 195 | - <artifactId>jxl</artifactId> | |
| 196 | - <version>2.6.12</version> | |
| 197 | - <exclusions> | |
| 198 | - <exclusion> | |
| 199 | - <groupId>log4j</groupId> | |
| 200 | - <artifactId>log4j</artifactId> | |
| 201 | - </exclusion> | |
| 202 | - </exclusions> | |
| 203 | - </dependency> | |
| 204 | - <dependency> | |
| 205 | - <groupId>rhino</groupId> | |
| 206 | - <artifactId>js</artifactId> | |
| 207 | - <version>1.7R2</version> | |
| 208 | - </dependency> | |
| 209 | - <dependency> | |
| 210 | - <groupId>javax.mail</groupId> | |
| 211 | - <artifactId>mail</artifactId> | |
| 212 | - <version>1.4.7</version> | |
| 213 | - </dependency> | |
| 214 | - | |
| 215 | - <dependency> | |
| 216 | - <groupId>com.github.axet</groupId> | |
| 217 | - <artifactId>kaptcha</artifactId> | |
| 218 | - <version>0.0.9</version> | |
| 219 | - </dependency> | |
| 220 | - | |
| 221 | - <dependency> | |
| 222 | - <groupId>commons-codec</groupId> | |
| 223 | - <artifactId>commons-codec</artifactId> | |
| 224 | - <version>1.4</version> | |
| 225 | - <scope>compile</scope> | |
| 226 | - </dependency> | |
| 227 | - <dependency> | |
| 228 | - <groupId>org.bouncycastle</groupId> | |
| 229 | - <artifactId>bcprov-jdk15on</artifactId> | |
| 230 | - <version>1.52</version> | |
| 231 | - </dependency> | |
| 232 | - <dependency> | |
| 233 | - <groupId>axis</groupId> | |
| 234 | - <artifactId>axis</artifactId> | |
| 235 | - <version>1.4</version> | |
| 236 | - </dependency> | |
| 237 | - <dependency> | |
| 238 | - <groupId>javax.xml</groupId> | |
| 239 | - <artifactId>jaxrpc-api</artifactId> | |
| 240 | - <version>1.1</version> | |
| 241 | - </dependency> | |
| 242 | - | |
| 243 | - <dependency> | |
| 244 | - <groupId>org.apache.axis2</groupId> | |
| 245 | - <artifactId>axis2-adb</artifactId> | |
| 246 | - <version>1.7.4</version> | |
| 247 | - </dependency> | |
| 248 | - <dependency> | |
| 249 | - <groupId>org.apache.axis2</groupId> | |
| 250 | - <artifactId>axis2-transport-local</artifactId> | |
| 251 | - <version>1.7.4</version> | |
| 252 | - </dependency> | |
| 253 | - <dependency> | |
| 254 | - <groupId>org.apache.axis2</groupId> | |
| 255 | - <artifactId>axis2-transport-http</artifactId> | |
| 256 | - <version>1.7.4</version> | |
| 257 | - </dependency> | |
| 258 | - | |
| 259 | - <dependency> | |
| 260 | - <groupId>org.dbunit</groupId> | |
| 261 | - <artifactId>dbunit</artifactId> | |
| 262 | - <version>2.4.9</version> | |
| 263 | - <scope>test</scope> | |
| 264 | - | |
| 265 | - <exclusions> | |
| 266 | - <exclusion> | |
| 267 | - <groupId>org.slf4j</groupId> | |
| 268 | - <artifactId>slf4j-api</artifactId> | |
| 269 | - </exclusion> | |
| 270 | - </exclusions> | |
| 271 | - </dependency> | |
| 272 | - | |
| 273 | - <dependency> | |
| 274 | - <groupId>com.h2database</groupId> | |
| 275 | - <artifactId>h2</artifactId> | |
| 276 | - <version>1.2.132</version> | |
| 277 | - <scope>test</scope> | |
| 278 | - </dependency> | |
| 279 | - | |
| 280 | - | |
| 281 | - <dependency> | |
| 282 | - <groupId>ojdbc</groupId> | |
| 283 | - <artifactId>ojdbc</artifactId> | |
| 284 | - <version>14</version> | |
| 285 | - </dependency> | |
| 286 | - | |
| 287 | - <dependency> | |
| 288 | - <groupId>org.apache.mina</groupId> | |
| 289 | - <artifactId>mina-core</artifactId> | |
| 290 | - <version>2.0.13</version> | |
| 291 | - </dependency> | |
| 292 | - | |
| 293 | - <dependency> | |
| 294 | - <groupId>com.google.protobuf</groupId> | |
| 295 | - <artifactId>protobuf-java</artifactId> | |
| 296 | - <version>3.3.0</version> | |
| 297 | - </dependency> | |
| 298 | - | |
| 299 | - <dependency> | |
| 300 | - <groupId>com.github.stuxuhai</groupId> | |
| 301 | - <artifactId>jpinyin</artifactId> | |
| 302 | - <version>1.1.8</version> | |
| 303 | - </dependency> | |
| 304 | - | |
| 305 | - <!-- dubbo 需要的jar start --> | |
| 306 | - <dependency> | |
| 307 | - <groupId>com.alibaba</groupId> | |
| 308 | - <artifactId>dubbo</artifactId> | |
| 309 | - <!--<version>2.6.3</version>--> | |
| 310 | - <version>2.5.3</version> | |
| 311 | - <exclusions> | |
| 312 | - <exclusion> | |
| 313 | - <groupId>org.springframework</groupId> | |
| 314 | - <artifactId>spring</artifactId> | |
| 315 | - </exclusion> | |
| 316 | - <exclusion> | |
| 317 | - <groupId>log4j</groupId> | |
| 318 | - <artifactId>log4j</artifactId> | |
| 319 | - </exclusion> | |
| 320 | - </exclusions> | |
| 321 | - </dependency> | |
| 322 | - | |
| 323 | - <dependency> | |
| 324 | - <groupId>org.apache.zookeeper</groupId> | |
| 325 | - <artifactId>zookeeper</artifactId> | |
| 326 | - <version>3.4.5</version> | |
| 327 | - <exclusions> | |
| 328 | - <exclusion> | |
| 329 | - <groupId>log4j</groupId> | |
| 330 | - <artifactId>log4j</artifactId> | |
| 331 | - </exclusion> | |
| 332 | - <exclusion> | |
| 333 | - <groupId>org.slf4j</groupId> | |
| 334 | - <artifactId>slf4j-log4j12</artifactId> | |
| 335 | - </exclusion> | |
| 336 | - </exclusions> | |
| 337 | - </dependency> | |
| 338 | - | |
| 339 | - <dependency> | |
| 340 | - <groupId>com.101tec</groupId> | |
| 341 | - <artifactId>zkclient</artifactId> | |
| 342 | - <version>0.3</version> | |
| 343 | - <exclusions> | |
| 344 | - <exclusion> | |
| 345 | - <groupId>log4j</groupId> | |
| 346 | - <artifactId>log4j</artifactId> | |
| 347 | - </exclusion> | |
| 348 | - </exclusions> | |
| 349 | - </dependency> | |
| 350 | - | |
| 351 | - <!-- plan common工程依赖 --> | |
| 352 | - <dependency> | |
| 353 | - <groupId>com.bsth.control_v2</groupId> | |
| 354 | - <artifactId>plan_module-common</artifactId> | |
| 355 | - <version>1.0-SNAPSHOT</version> | |
| 356 | - </dependency> | |
| 357 | - <!-- plan common config 工程依赖 --> | |
| 358 | - <dependency> | |
| 359 | - <groupId>com.bsth.control_v2</groupId> | |
| 360 | - <artifactId>plan_module-common-config</artifactId> | |
| 361 | - <version>1.0-SNAPSHOT</version> | |
| 362 | - </dependency> | |
| 363 | - <dependency> | |
| 364 | - <groupId>org.slf4j</groupId> | |
| 365 | - <artifactId>slf4j-api</artifactId> | |
| 366 | - <version>1.7.7</version> | |
| 367 | - </dependency> | |
| 368 | - <dependency> | |
| 369 | - <groupId>ch.qos.logback</groupId> | |
| 370 | - <artifactId>logback-classic</artifactId> | |
| 371 | - <version>1.1.3</version> | |
| 372 | - </dependency> | |
| 373 | - <dependency> | |
| 374 | - <groupId>org.slf4j</groupId> | |
| 375 | - <artifactId>log4j-over-slf4j</artifactId> | |
| 376 | - <version>1.7.7</version> | |
| 377 | - </dependency> | |
| 378 | - | |
| 379 | - <!-- web服务依赖 --> | |
| 380 | - <dependency> | |
| 381 | - <groupId>org.springframework.boot</groupId> | |
| 382 | - <artifactId>spring-boot-starter-ws</artifactId> | |
| 383 | - </dependency> | |
| 384 | - <dependency> | |
| 385 | - <groupId>wsdl4j</groupId> | |
| 386 | - <artifactId>wsdl4j</artifactId> | |
| 387 | - </dependency> | |
| 388 | - | |
| 389 | - </dependencies> | |
| 390 | - | |
| 391 | - <dependencyManagement> | |
| 392 | - <dependencies> | |
| 393 | - <!-- drools 6依赖 --> | |
| 394 | - <dependency> | |
| 395 | - <groupId>org.drools</groupId> | |
| 396 | - <artifactId>drools-bom</artifactId> | |
| 397 | - <type>pom</type> | |
| 398 | - <version>6.3.0.Final</version> | |
| 399 | - <scope>import</scope> | |
| 400 | - </dependency> | |
| 401 | - </dependencies> | |
| 402 | - </dependencyManagement> | |
| 403 | - | |
| 404 | - <build> | |
| 405 | - <plugins> | |
| 406 | - <plugin> | |
| 407 | - <artifactId>maven-compiler-plugin</artifactId> | |
| 408 | - <version>2.3.2</version><!--$NO-MVN-MAN-VER$ --> | |
| 409 | - <configuration> | |
| 410 | - <source>1.8</source> | |
| 411 | - <target>1.8</target> | |
| 412 | - </configuration> | |
| 413 | - </plugin> | |
| 414 | - <plugin> | |
| 415 | - <artifactId>maven-war-plugin</artifactId> | |
| 416 | - <version>2.2</version><!--$NO-MVN-MAN-VER$ --> | |
| 417 | - <configuration> | |
| 418 | - <failOnMissingWebXml>false</failOnMissingWebXml> | |
| 419 | - </configuration> | |
| 420 | - </plugin> | |
| 421 | - <plugin> | |
| 422 | - <groupId>org.springframework.boot</groupId> | |
| 423 | - <artifactId>spring-boot-maven-plugin</artifactId> | |
| 424 | - </plugin> | |
| 425 | - <plugin> | |
| 426 | - <groupId>org.codehaus.mojo</groupId> | |
| 427 | - <artifactId>jaxb2-maven-plugin</artifactId> | |
| 428 | - <version>1.6</version> | |
| 429 | - <executions> | |
| 430 | - <execution> | |
| 431 | - <id>xjc</id> | |
| 432 | - <phase>none</phase> | |
| 433 | - <goals> | |
| 434 | - <goal>xjc</goal> | |
| 435 | - </goals> | |
| 436 | - </execution> | |
| 437 | - </executions> | |
| 438 | - <configuration> | |
| 439 | - <schemaDirectory>${project.basedir}/src/main/resources/xsd/</schemaDirectory> | |
| 440 | - <outputDirectory>${project.basedir}/src/main/java</outputDirectory> | |
| 441 | - <clearOutputDir>false</clearOutputDir> | |
| 442 | - <encoding>utf-8</encoding> | |
| 443 | - </configuration> | |
| 444 | - </plugin> | |
| 445 | - </plugins> | |
| 446 | - <resources> | |
| 447 | - <resource> | |
| 448 | - <directory>src/main/resources</directory> | |
| 449 | - <filtering>false</filtering> | |
| 450 | - </resource> | |
| 451 | - </resources> | |
| 452 | - </build> | |
| 453 | - <repositories> | |
| 454 | - <repository> | |
| 455 | - <id>spring-snapshots</id> | |
| 456 | - <url>http://repo.spring.io/snapshot</url> | |
| 457 | - <snapshots> | |
| 458 | - <enabled>true</enabled> | |
| 459 | - </snapshots> | |
| 460 | - </repository> | |
| 461 | - <repository> | |
| 462 | - <id>spring-milestones</id> | |
| 463 | - <url>http://repo.spring.io/milestone</url> | |
| 464 | - </repository> | |
| 465 | - </repositories> | |
| 466 | - <pluginRepositories> | |
| 467 | - <pluginRepository> | |
| 468 | - <id>spring-snapshots</id> | |
| 469 | - <url>http://repo.spring.io/snapshot</url> | |
| 470 | - </pluginRepository> | |
| 471 | - <pluginRepository> | |
| 472 | - <id>spring-milestones</id> | |
| 473 | - <url>http://repo.spring.io/milestone</url> | |
| 474 | - </pluginRepository> | |
| 475 | - </pluginRepositories> | |
| 476 | - | |
| 477 | - <properties> | |
| 478 | - <start-class>com.bsth.Application</start-class> | |
| 479 | - </properties> | |
| 480 | -</project> | |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | + | |
| 4 | + <modelVersion>4.0.0</modelVersion> | |
| 5 | + <groupId>com.bsth</groupId> | |
| 6 | + <artifactId>bsth_control</artifactId> | |
| 7 | + <version>0.0.1-SNAPSHOT</version> | |
| 8 | + <packaging>war</packaging> | |
| 9 | + | |
| 10 | + <parent> | |
| 11 | + <groupId>org.springframework.boot</groupId> | |
| 12 | + <artifactId>spring-boot-starter-parent</artifactId> | |
| 13 | + <version>1.3.3.RELEASE</version> | |
| 14 | + </parent> | |
| 15 | + | |
| 16 | + <dependencies> | |
| 17 | + <dependency> | |
| 18 | + <groupId>org.springframework.boot</groupId> | |
| 19 | + <artifactId>spring-boot-starter-web</artifactId> | |
| 20 | + </dependency> | |
| 21 | + | |
| 22 | + <dependency> | |
| 23 | + <groupId>org.springframework.boot</groupId> | |
| 24 | + <artifactId>spring-boot-starter-tomcat</artifactId> | |
| 25 | + <scope>provided</scope> | |
| 26 | + </dependency> | |
| 27 | + <dependency> | |
| 28 | + <groupId>javax.servlet</groupId> | |
| 29 | + <artifactId>javax.servlet-api</artifactId> | |
| 30 | + <version>3.1.0</version> | |
| 31 | + <scope>provided</scope> | |
| 32 | + </dependency> | |
| 33 | + <dependency> | |
| 34 | + <groupId>org.springframework.boot</groupId> | |
| 35 | + <artifactId>spring-boot-starter-security</artifactId> | |
| 36 | + </dependency> | |
| 37 | + <!-- <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> | |
| 38 | + </dependency> --> | |
| 39 | + <dependency> | |
| 40 | + <groupId>org.springframework.boot</groupId> | |
| 41 | + <artifactId>spring-boot-starter-data-jpa</artifactId> | |
| 42 | + </dependency> | |
| 43 | + <dependency> | |
| 44 | + <groupId>org.springframework.boot</groupId> | |
| 45 | + <artifactId>spring-boot-starter-aop</artifactId> | |
| 46 | + </dependency> | |
| 47 | + | |
| 48 | + <dependency> | |
| 49 | + <groupId>org.springframework</groupId> | |
| 50 | + <artifactId>spring-context-support</artifactId> | |
| 51 | + </dependency> | |
| 52 | + <dependency> | |
| 53 | + <groupId>org.springframework.boot</groupId> | |
| 54 | + <artifactId>spring-boot-starter-redis</artifactId> | |
| 55 | + </dependency> | |
| 56 | + <dependency> | |
| 57 | + <groupId>org.springframework.boot</groupId> | |
| 58 | + <artifactId>spring-boot-starter-websocket</artifactId> | |
| 59 | + </dependency> | |
| 60 | + <dependency> | |
| 61 | + <groupId>mysql</groupId> | |
| 62 | + <artifactId>mysql-connector-java</artifactId> | |
| 63 | + </dependency> | |
| 64 | + | |
| 65 | + <dependency> | |
| 66 | + <groupId>joda-time</groupId> | |
| 67 | + <artifactId>joda-time</artifactId> | |
| 68 | + </dependency> | |
| 69 | + <dependency> | |
| 70 | + <groupId>com.alibaba</groupId> | |
| 71 | + <artifactId>fastjson</artifactId> | |
| 72 | + <version>1.2.4</version> | |
| 73 | + </dependency> | |
| 74 | + | |
| 75 | + <dependency> | |
| 76 | + <groupId>org.apache.httpcomponents</groupId> | |
| 77 | + <artifactId>httpclient</artifactId> | |
| 78 | + </dependency> | |
| 79 | + | |
| 80 | + <dependency> | |
| 81 | + <groupId>commons-dbcp</groupId> | |
| 82 | + <artifactId>commons-dbcp</artifactId> | |
| 83 | + </dependency> | |
| 84 | + <dependency> | |
| 85 | + <groupId>commons-lang</groupId> | |
| 86 | + <artifactId>commons-lang</artifactId> | |
| 87 | + <version>2.6</version> | |
| 88 | + </dependency> | |
| 89 | + <dependency> | |
| 90 | + <groupId>org.apache.commons</groupId> | |
| 91 | + <artifactId>commons-lang3</artifactId> | |
| 92 | + <version>3.4</version> | |
| 93 | + </dependency> | |
| 94 | + <dependency> | |
| 95 | + <groupId>commons-fileupload</groupId> | |
| 96 | + <artifactId>commons-fileupload</artifactId> | |
| 97 | + <version>1.2.2</version> | |
| 98 | + </dependency> | |
| 99 | + <dependency> | |
| 100 | + <groupId>commons-io</groupId> | |
| 101 | + <artifactId>commons-io</artifactId> | |
| 102 | + <version>2.4</version> | |
| 103 | + </dependency> | |
| 104 | + <dependency> | |
| 105 | + <groupId>org.codehaus.janino</groupId> | |
| 106 | + <artifactId>janino</artifactId> | |
| 107 | + </dependency> | |
| 108 | + | |
| 109 | + <dependency> | |
| 110 | + <groupId>org.apache.poi</groupId> | |
| 111 | + <artifactId>poi-ooxml</artifactId> | |
| 112 | + <version>3.13</version> | |
| 113 | + </dependency> | |
| 114 | + | |
| 115 | + <dependency> | |
| 116 | + <groupId>com.google.guava</groupId> | |
| 117 | + <artifactId>guava</artifactId> | |
| 118 | + <version>19.0</version> | |
| 119 | + </dependency> | |
| 120 | + <!-- ftp文件上传包 --> | |
| 121 | + <dependency> | |
| 122 | + <groupId>commons-net</groupId> | |
| 123 | + <artifactId>commons-net</artifactId> | |
| 124 | + <version>3.5</version> | |
| 125 | + </dependency> | |
| 126 | + <dependency> | |
| 127 | + <groupId>org.apache.commons</groupId> | |
| 128 | + <artifactId>commons-compress</artifactId> | |
| 129 | + <version>1.3</version> | |
| 130 | + </dependency> | |
| 131 | + <!-- drools 6依赖 --> | |
| 132 | + <dependency> | |
| 133 | + <groupId>org.kie</groupId> | |
| 134 | + <artifactId>kie-api</artifactId> | |
| 135 | + </dependency> | |
| 136 | + <dependency> | |
| 137 | + <groupId>org.drools</groupId> | |
| 138 | + <artifactId>drools-compiler</artifactId> | |
| 139 | + </dependency> | |
| 140 | + | |
| 141 | + <!-- springboot测试 --> | |
| 142 | + <dependency> | |
| 143 | + <groupId>org.springframework.boot</groupId> | |
| 144 | + <artifactId>spring-boot-starter-test</artifactId> | |
| 145 | + <scope>test</scope> | |
| 146 | + </dependency> | |
| 147 | + | |
| 148 | + <dependency> | |
| 149 | + <groupId>c3p0</groupId> | |
| 150 | + <artifactId>c3p0</artifactId> | |
| 151 | + <version>0.9.1.2</version> | |
| 152 | + </dependency> | |
| 153 | + | |
| 154 | + <!-- 图表 --> | |
| 155 | + <dependency> | |
| 156 | + <groupId>com.google.code.gson</groupId> | |
| 157 | + <artifactId>gson</artifactId> | |
| 158 | + <version>2.2.4</version> | |
| 159 | + </dependency> | |
| 160 | + <dependency> | |
| 161 | + <groupId>com.github.abel533</groupId> | |
| 162 | + <artifactId>ECharts</artifactId> | |
| 163 | + <version>2.1.8</version> | |
| 164 | + </dependency> | |
| 165 | + | |
| 166 | + <dependency> | |
| 167 | + <groupId>org.apache.tika</groupId> | |
| 168 | + <artifactId>tika-core</artifactId> | |
| 169 | + <version>1.7</version> | |
| 170 | + </dependency> | |
| 171 | + | |
| 172 | + <!-- pentaho kettle 依赖 --> | |
| 173 | + <dependency> | |
| 174 | + <groupId>com.pentaho.kettle</groupId> | |
| 175 | + <artifactId>kettle-core</artifactId> | |
| 176 | + <version>6.0.1.0-386</version> | |
| 177 | + </dependency> | |
| 178 | + <dependency> | |
| 179 | + <groupId>com.pentaho.kettle</groupId> | |
| 180 | + <artifactId>kettle-engine</artifactId> | |
| 181 | + <version>6.0.1.0-386</version> | |
| 182 | + </dependency> | |
| 183 | + <dependency> | |
| 184 | + <groupId>com.pentaho.kettle</groupId> | |
| 185 | + <artifactId>metastore</artifactId> | |
| 186 | + <version>6.0.1.0-386</version> | |
| 187 | + </dependency> | |
| 188 | + <dependency> | |
| 189 | + <groupId>com.pentaho.kettle</groupId> | |
| 190 | + <artifactId>vfs2</artifactId> | |
| 191 | + <version>2.1-20150824</version> | |
| 192 | + </dependency> | |
| 193 | + <dependency> | |
| 194 | + <groupId>net.sourceforge.jexcelapi</groupId> | |
| 195 | + <artifactId>jxl</artifactId> | |
| 196 | + <version>2.6.12</version> | |
| 197 | + <exclusions> | |
| 198 | + <exclusion> | |
| 199 | + <groupId>log4j</groupId> | |
| 200 | + <artifactId>log4j</artifactId> | |
| 201 | + </exclusion> | |
| 202 | + </exclusions> | |
| 203 | + </dependency> | |
| 204 | + <dependency> | |
| 205 | + <groupId>rhino</groupId> | |
| 206 | + <artifactId>js</artifactId> | |
| 207 | + <version>1.7R2</version> | |
| 208 | + </dependency> | |
| 209 | + <dependency> | |
| 210 | + <groupId>javax.mail</groupId> | |
| 211 | + <artifactId>mail</artifactId> | |
| 212 | + <version>1.4.7</version> | |
| 213 | + </dependency> | |
| 214 | + | |
| 215 | + <dependency> | |
| 216 | + <groupId>com.github.axet</groupId> | |
| 217 | + <artifactId>kaptcha</artifactId> | |
| 218 | + <version>0.0.9</version> | |
| 219 | + </dependency> | |
| 220 | + | |
| 221 | + <dependency> | |
| 222 | + <groupId>commons-codec</groupId> | |
| 223 | + <artifactId>commons-codec</artifactId> | |
| 224 | + <version>1.4</version> | |
| 225 | + <scope>compile</scope> | |
| 226 | + </dependency> | |
| 227 | + <dependency> | |
| 228 | + <groupId>org.bouncycastle</groupId> | |
| 229 | + <artifactId>bcprov-jdk15on</artifactId> | |
| 230 | + <version>1.52</version> | |
| 231 | + </dependency> | |
| 232 | + <dependency> | |
| 233 | + <groupId>axis</groupId> | |
| 234 | + <artifactId>axis</artifactId> | |
| 235 | + <version>1.4</version> | |
| 236 | + </dependency> | |
| 237 | + <dependency> | |
| 238 | + <groupId>javax.xml</groupId> | |
| 239 | + <artifactId>jaxrpc-api</artifactId> | |
| 240 | + <version>1.1</version> | |
| 241 | + </dependency> | |
| 242 | + | |
| 243 | + <dependency> | |
| 244 | + <groupId>org.apache.axis2</groupId> | |
| 245 | + <artifactId>axis2-adb</artifactId> | |
| 246 | + <version>1.7.4</version> | |
| 247 | + </dependency> | |
| 248 | + <dependency> | |
| 249 | + <groupId>org.apache.axis2</groupId> | |
| 250 | + <artifactId>axis2-transport-local</artifactId> | |
| 251 | + <version>1.7.4</version> | |
| 252 | + </dependency> | |
| 253 | + <dependency> | |
| 254 | + <groupId>org.apache.axis2</groupId> | |
| 255 | + <artifactId>axis2-transport-http</artifactId> | |
| 256 | + <version>1.7.4</version> | |
| 257 | + </dependency> | |
| 258 | + | |
| 259 | + <dependency> | |
| 260 | + <groupId>org.dbunit</groupId> | |
| 261 | + <artifactId>dbunit</artifactId> | |
| 262 | + <version>2.4.9</version> | |
| 263 | + <scope>test</scope> | |
| 264 | + | |
| 265 | + <exclusions> | |
| 266 | + <exclusion> | |
| 267 | + <groupId>org.slf4j</groupId> | |
| 268 | + <artifactId>slf4j-api</artifactId> | |
| 269 | + </exclusion> | |
| 270 | + </exclusions> | |
| 271 | + </dependency> | |
| 272 | + | |
| 273 | + <dependency> | |
| 274 | + <groupId>com.h2database</groupId> | |
| 275 | + <artifactId>h2</artifactId> | |
| 276 | + <version>1.2.132</version> | |
| 277 | + <scope>test</scope> | |
| 278 | + </dependency> | |
| 279 | + | |
| 280 | + | |
| 281 | + <dependency> | |
| 282 | + <groupId>ojdbc</groupId> | |
| 283 | + <artifactId>ojdbc</artifactId> | |
| 284 | + <version>14</version> | |
| 285 | + </dependency> | |
| 286 | + | |
| 287 | + <dependency> | |
| 288 | + <groupId>org.apache.mina</groupId> | |
| 289 | + <artifactId>mina-core</artifactId> | |
| 290 | + <version>2.0.13</version> | |
| 291 | + </dependency> | |
| 292 | + | |
| 293 | + <dependency> | |
| 294 | + <groupId>com.google.protobuf</groupId> | |
| 295 | + <artifactId>protobuf-java</artifactId> | |
| 296 | + <version>3.3.0</version> | |
| 297 | + </dependency> | |
| 298 | + | |
| 299 | + <dependency> | |
| 300 | + <groupId>com.github.stuxuhai</groupId> | |
| 301 | + <artifactId>jpinyin</artifactId> | |
| 302 | + <version>1.1.8</version> | |
| 303 | + </dependency> | |
| 304 | + | |
| 305 | + <!-- dubbo 需要的jar start --> | |
| 306 | + <dependency> | |
| 307 | + <groupId>com.alibaba</groupId> | |
| 308 | + <artifactId>dubbo</artifactId> | |
| 309 | + <!--<version>2.6.3</version>--> | |
| 310 | + <version>2.5.3</version> | |
| 311 | + <exclusions> | |
| 312 | + <exclusion> | |
| 313 | + <groupId>org.springframework</groupId> | |
| 314 | + <artifactId>spring</artifactId> | |
| 315 | + </exclusion> | |
| 316 | + <exclusion> | |
| 317 | + <groupId>log4j</groupId> | |
| 318 | + <artifactId>log4j</artifactId> | |
| 319 | + </exclusion> | |
| 320 | + </exclusions> | |
| 321 | + </dependency> | |
| 322 | + | |
| 323 | + <dependency> | |
| 324 | + <groupId>org.apache.zookeeper</groupId> | |
| 325 | + <artifactId>zookeeper</artifactId> | |
| 326 | + <version>3.4.5</version> | |
| 327 | + <exclusions> | |
| 328 | + <exclusion> | |
| 329 | + <groupId>log4j</groupId> | |
| 330 | + <artifactId>log4j</artifactId> | |
| 331 | + </exclusion> | |
| 332 | + <exclusion> | |
| 333 | + <groupId>org.slf4j</groupId> | |
| 334 | + <artifactId>slf4j-log4j12</artifactId> | |
| 335 | + </exclusion> | |
| 336 | + </exclusions> | |
| 337 | + </dependency> | |
| 338 | + | |
| 339 | + <dependency> | |
| 340 | + <groupId>com.101tec</groupId> | |
| 341 | + <artifactId>zkclient</artifactId> | |
| 342 | + <version>0.3</version> | |
| 343 | + <exclusions> | |
| 344 | + <exclusion> | |
| 345 | + <groupId>log4j</groupId> | |
| 346 | + <artifactId>log4j</artifactId> | |
| 347 | + </exclusion> | |
| 348 | + </exclusions> | |
| 349 | + </dependency> | |
| 350 | + | |
| 351 | + <!-- plan common工程依赖 --> | |
| 352 | + <dependency> | |
| 353 | + <groupId>com.bsth.control_v2</groupId> | |
| 354 | + <artifactId>plan_module-common</artifactId> | |
| 355 | + <version>1.0-SNAPSHOT</version> | |
| 356 | + </dependency> | |
| 357 | + <!-- plan common config 工程依赖 --> | |
| 358 | + <dependency> | |
| 359 | + <groupId>com.bsth.control_v2</groupId> | |
| 360 | + <artifactId>plan_module-common-config</artifactId> | |
| 361 | + <version>1.0-SNAPSHOT</version> | |
| 362 | + </dependency> | |
| 363 | + <dependency> | |
| 364 | + <groupId>org.slf4j</groupId> | |
| 365 | + <artifactId>slf4j-api</artifactId> | |
| 366 | + <version>1.7.7</version> | |
| 367 | + </dependency> | |
| 368 | + <dependency> | |
| 369 | + <groupId>ch.qos.logback</groupId> | |
| 370 | + <artifactId>logback-classic</artifactId> | |
| 371 | + <version>1.1.3</version> | |
| 372 | + </dependency> | |
| 373 | + <dependency> | |
| 374 | + <groupId>org.slf4j</groupId> | |
| 375 | + <artifactId>log4j-over-slf4j</artifactId> | |
| 376 | + <version>1.7.7</version> | |
| 377 | + </dependency> | |
| 378 | + | |
| 379 | + <!-- web服务依赖 --> | |
| 380 | + <dependency> | |
| 381 | + <groupId>org.springframework.boot</groupId> | |
| 382 | + <artifactId>spring-boot-starter-ws</artifactId> | |
| 383 | + </dependency> | |
| 384 | + <dependency> | |
| 385 | + <groupId>wsdl4j</groupId> | |
| 386 | + <artifactId>wsdl4j</artifactId> | |
| 387 | + </dependency> | |
| 388 | + | |
| 389 | + </dependencies> | |
| 390 | + | |
| 391 | + <dependencyManagement> | |
| 392 | + <dependencies> | |
| 393 | + <!-- drools 6依赖 --> | |
| 394 | + <dependency> | |
| 395 | + <groupId>org.drools</groupId> | |
| 396 | + <artifactId>drools-bom</artifactId> | |
| 397 | + <type>pom</type> | |
| 398 | + <version>6.3.0.Final</version> | |
| 399 | + <scope>import</scope> | |
| 400 | + </dependency> | |
| 401 | + </dependencies> | |
| 402 | + </dependencyManagement> | |
| 403 | + | |
| 404 | + <build> | |
| 405 | + <plugins> | |
| 406 | + <plugin> | |
| 407 | + <artifactId>maven-compiler-plugin</artifactId> | |
| 408 | + <version>2.3.2</version><!--$NO-MVN-MAN-VER$ --> | |
| 409 | + <configuration> | |
| 410 | + <source>1.7</source> | |
| 411 | + <target>1.7</target> | |
| 412 | + </configuration> | |
| 413 | + </plugin> | |
| 414 | + <plugin> | |
| 415 | + <artifactId>maven-war-plugin</artifactId> | |
| 416 | + <version>2.2</version><!--$NO-MVN-MAN-VER$ --> | |
| 417 | + <configuration> | |
| 418 | + <failOnMissingWebXml>false</failOnMissingWebXml> | |
| 419 | + </configuration> | |
| 420 | + </plugin> | |
| 421 | + <plugin> | |
| 422 | + <groupId>org.springframework.boot</groupId> | |
| 423 | + <artifactId>spring-boot-maven-plugin</artifactId> | |
| 424 | + </plugin> | |
| 425 | + <plugin> | |
| 426 | + <groupId>org.codehaus.mojo</groupId> | |
| 427 | + <artifactId>jaxb2-maven-plugin</artifactId> | |
| 428 | + <version>1.6</version> | |
| 429 | + <executions> | |
| 430 | + <execution> | |
| 431 | + <id>xjc</id> | |
| 432 | + <phase>none</phase> | |
| 433 | + <goals> | |
| 434 | + <goal>xjc</goal> | |
| 435 | + </goals> | |
| 436 | + </execution> | |
| 437 | + </executions> | |
| 438 | + <configuration> | |
| 439 | + <schemaDirectory>${project.basedir}/src/main/resources/xsd/</schemaDirectory> | |
| 440 | + <outputDirectory>${project.basedir}/src/main/java</outputDirectory> | |
| 441 | + <clearOutputDir>false</clearOutputDir> | |
| 442 | + <encoding>utf-8</encoding> | |
| 443 | + </configuration> | |
| 444 | + </plugin> | |
| 445 | + </plugins> | |
| 446 | + <resources> | |
| 447 | + <resource> | |
| 448 | + <directory>src/main/resources</directory> | |
| 449 | + <filtering>false</filtering> | |
| 450 | + </resource> | |
| 451 | + </resources> | |
| 452 | + </build> | |
| 453 | + <repositories> | |
| 454 | + <repository> | |
| 455 | + <id>spring-snapshots</id> | |
| 456 | + <url>http://repo.spring.io/snapshot</url> | |
| 457 | + <snapshots> | |
| 458 | + <enabled>true</enabled> | |
| 459 | + </snapshots> | |
| 460 | + </repository> | |
| 461 | + <repository> | |
| 462 | + <id>spring-milestones</id> | |
| 463 | + <url>http://repo.spring.io/milestone</url> | |
| 464 | + </repository> | |
| 465 | + </repositories> | |
| 466 | + <pluginRepositories> | |
| 467 | + <pluginRepository> | |
| 468 | + <id>spring-snapshots</id> | |
| 469 | + <url>http://repo.spring.io/snapshot</url> | |
| 470 | + </pluginRepository> | |
| 471 | + <pluginRepository> | |
| 472 | + <id>spring-milestones</id> | |
| 473 | + <url>http://repo.spring.io/milestone</url> | |
| 474 | + </pluginRepository> | |
| 475 | + </pluginRepositories> | |
| 476 | + | |
| 477 | + <properties> | |
| 478 | + <start-class>com.bsth.Application</start-class> | |
| 479 | + </properties> | |
| 480 | +</project> | ... | ... |