|
6 | 6 |
|
7 | 7 | <groupId>com.fangxuele.tool</groupId> |
8 | 8 | <artifactId>WePush</artifactId> |
9 | | - <version>5.0.1</version> |
| 9 | + <version>5.0.2</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>WePush</name> |
|
37 | 37 | <yunpian-java-sdk.version>1.2.7</yunpian-java-sdk.version> |
38 | 38 | <velocity-engine-core.version>2.3</velocity-engine-core.version> |
39 | 39 | <lombok.version>1.18.20</lombok.version> |
40 | | - <mybatis.version>3.5.7</mybatis.version> |
41 | | - <sqlite-jdbc.version>3.36.0.3</sqlite-jdbc.version> |
| 40 | + <mybatis.version>3.5.13</mybatis.version> |
| 41 | + <sqlite-jdbc.version>3.42.0.1</sqlite-jdbc.version> |
42 | 42 | <junit.version>4.13.1</junit.version> |
43 | 43 | <httpasyncclient.version>4.1.4</httpasyncclient.version> |
44 | 44 | <HikariCP.version>3.4.5</HikariCP.version> |
|
51 | 51 | <flatlaf-extras.version>3.2</flatlaf-extras.version> |
52 | 52 | <flatlaf-intellij-themes.version>3.2</flatlaf-intellij-themes.version> |
53 | 53 | <json-path.version>2.6.0</json-path.version> |
| 54 | + <tencentcloud-sdk-java.version>3.1.847</tencentcloud-sdk-java.version> |
54 | 55 | </properties> |
55 | 56 |
|
56 | 57 | <dependencies> |
|
425 | 426 | </exclusions> |
426 | 427 | </dependency> |
427 | 428 |
|
| 429 | + <dependency> |
| 430 | + <groupId>com.tencentcloudapi</groupId> |
| 431 | + <artifactId>tencentcloud-sdk-java</artifactId> |
| 432 | + <version>${tencentcloud-sdk-java.version}</version> |
| 433 | + </dependency> |
| 434 | + |
428 | 435 | </dependencies> |
429 | 436 |
|
430 | 437 | <build> |
|
440 | 447 | <generateInstaller>true</generateInstaller> |
441 | 448 | </configuration> |
442 | 449 | <executions> |
443 | | -<!-- <execution>--> |
444 | | -<!-- <id>bundling-for-windows</id>--> |
445 | | -<!-- <phase>package</phase>--> |
446 | | -<!-- <goals>--> |
447 | | -<!-- <goal>package</goal>--> |
448 | | -<!-- </goals>--> |
449 | | -<!-- <configuration>--> |
450 | | -<!-- <platform>windows</platform>--> |
451 | | -<!-- <createZipball>true</createZipball>--> |
452 | | -<!-- <additionalModules>jdk.crypto.ec,jdk.charsets</additionalModules>--> |
453 | | -<!-- <!– <administratorRequired>true</administratorRequired>–>--> |
454 | | -<!-- <winConfig>--> |
455 | | - |
456 | | -<!-- <!– general properties –>--> |
457 | | -<!-- <generateSetup>true</generateSetup>--> |
458 | | -<!-- <generateMsi>true</generateMsi>--> |
459 | | -<!-- <generateMsm>true</generateMsm>--> |
460 | | - |
461 | | -<!-- <!– setup generation properties –>--> |
462 | | -<!-- <setupMode>installForAllUsers</setupMode>--> |
463 | | -<!-- <createDesktopIconTask>true</createDesktopIconTask>--> |
464 | | -<!-- <disableDirPage>false</disableDirPage>--> |
465 | | -<!-- <disableFinishedPage>false</disableFinishedPage>--> |
466 | | -<!-- <setupLanguages>--> |
467 | | -<!-- <english>compiler:Default.isl</english>--> |
468 | | -<!-- <!– <spanish>compiler:Languages\Chinese.isl</spanish>–>--> |
469 | | -<!-- </setupLanguages>--> |
470 | | -<!-- </winConfig>--> |
471 | | -<!-- </configuration>--> |
472 | | -<!-- </execution>--> |
| 450 | + <execution> |
| 451 | + <id>bundling-for-windows</id> |
| 452 | + <phase>package</phase> |
| 453 | + <goals> |
| 454 | + <goal>package</goal> |
| 455 | + </goals> |
| 456 | + <configuration> |
| 457 | + <platform>windows</platform> |
| 458 | + <createZipball>true</createZipball> |
| 459 | + <additionalModules>jdk.crypto.ec,jdk.charsets</additionalModules> |
| 460 | + <!-- <administratorRequired>true</administratorRequired>--> |
| 461 | + <winConfig> |
| 462 | + |
| 463 | + <!-- general properties --> |
| 464 | + <generateSetup>true</generateSetup> |
| 465 | + <generateMsi>true</generateMsi> |
| 466 | + <generateMsm>true</generateMsm> |
| 467 | + |
| 468 | + <!-- setup generation properties --> |
| 469 | + <setupMode>installForAllUsers</setupMode> |
| 470 | + <createDesktopIconTask>true</createDesktopIconTask> |
| 471 | + <disableDirPage>false</disableDirPage> |
| 472 | + <disableFinishedPage>false</disableFinishedPage> |
| 473 | + <setupLanguages> |
| 474 | + <english>compiler:Default.isl</english> |
| 475 | + <!-- <spanish>compiler:Languages\Chinese.isl</spanish>--> |
| 476 | + </setupLanguages> |
| 477 | + </winConfig> |
| 478 | + </configuration> |
| 479 | + </execution> |
473 | 480 | <!-- <execution>--> |
474 | 481 | <!-- <id>bundling-for-linux</id>--> |
475 | 482 | <!-- <phase>package</phase>--> |
|
483 | 490 | <!-- <jdkPath>X:\\path\to\linux\jdk</jdkPath>--> |
484 | 491 | <!-- </configuration>--> |
485 | 492 | <!-- </execution>--> |
486 | | - <execution> |
487 | | - <id>bundling-for-mac</id> |
488 | | - <phase>package</phase> |
489 | | - <goals> |
490 | | - <goal>package</goal> |
491 | | - </goals> |
492 | | - <configuration> |
493 | | - <platform>mac</platform> |
494 | | - <createTarball>true</createTarball> |
495 | | - <additionalModules>jdk.crypto.ec,jdk.charsets</additionalModules> |
496 | | - <customizedJre>false</customizedJre> |
497 | | - <!-- <jdkPath>X:\\path\to\mac\jdk</jdkPath>--> |
498 | | - </configuration> |
499 | | - </execution> |
| 493 | +<!-- <execution>--> |
| 494 | +<!-- <id>bundling-for-mac</id>--> |
| 495 | +<!-- <phase>package</phase>--> |
| 496 | +<!-- <goals>--> |
| 497 | +<!-- <goal>package</goal>--> |
| 498 | +<!-- </goals>--> |
| 499 | +<!-- <configuration>--> |
| 500 | +<!-- <platform>mac</platform>--> |
| 501 | +<!-- <createTarball>true</createTarball>--> |
| 502 | +<!-- <additionalModules>jdk.crypto.ec,jdk.charsets</additionalModules>--> |
| 503 | +<!-- <customizedJre>false</customizedJre>--> |
| 504 | +<!-- <!– <jdkPath>X:\\path\to\mac\jdk</jdkPath>–>--> |
| 505 | +<!-- </configuration>--> |
| 506 | +<!-- </execution>--> |
500 | 507 | </executions> |
501 | 508 | </plugin> |
502 | 509 |
|
|
505 | 512 | <artifactId>maven-install-plugin</artifactId> |
506 | 513 | <version>2.5.2</version> |
507 | 514 | <executions> |
508 | | - <execution> |
509 | | - <id>install-beautyeye</id> |
510 | | - <phase>clean</phase> |
511 | | - <configuration> |
512 | | - <file>lib/beautyeye_lnf.jar</file> |
513 | | - <groupId>com.beautyeye</groupId> |
514 | | - <artifactId>beautyeye-lnf</artifactId> |
515 | | - <version>1.0</version> |
516 | | - <packaging>jar</packaging> |
517 | | - <generatePom>true</generatePom> |
518 | | - </configuration> |
519 | | - <goals> |
520 | | - <goal>install-file</goal> |
521 | | - </goals> |
522 | | - </execution> |
523 | | - <execution> |
524 | | - <id>install-darcula</id> |
525 | | - <phase>clean</phase> |
526 | | - <configuration> |
527 | | - <file>lib/darcula.jar</file> |
528 | | - <groupId>com.darcula</groupId> |
529 | | - <artifactId>darcula-lnf</artifactId> |
530 | | - <version>1.0</version> |
531 | | - <packaging>jar</packaging> |
532 | | - <generatePom>true</generatePom> |
533 | | - </configuration> |
534 | | - <goals> |
535 | | - <goal>install-file</goal> |
536 | | - </goals> |
537 | | - </execution> |
538 | 515 | <execution> |
539 | 516 | <id>install-taobao-sdk-auto</id> |
540 | 517 | <phase>clean</phase> |
|
0 commit comments