Commit a3f41440573121ce484219422fbd59b7aea08891
1 parent
9a2a592ffe
Exists in
fengning2023-06-06
pom修改
Showing 1 changed file with 32 additions and 31 deletions
pom.xml
View file @
a3f4144
| ... | ... | @@ -23,13 +23,13 @@ |
| 23 | 23 | <!--<module>platform-data-api</module>--> |
| 24 | 24 | <module>platform-operate-api</module> |
| 25 | 25 | <!----> |
| 26 | -<!-- <module>platform-job-index</module>--> | |
| 27 | -<!-- <module>platform-report-api</module>--> | |
| 28 | - <module>platform-reportData</module> | |
| 29 | -<!-- <module>regional-etl</module>--> | |
| 30 | -<!-- <module>platform-sync-data</module>--> | |
| 31 | - <module>platform-msg-generate</module> | |
| 32 | -<!-- <module>platform-transfer</module>--> | |
| 26 | + <!-- <module>platform-job-index</module>--> | |
| 27 | + <!-- <module>platform-report-api</module>--> | |
| 28 | + <!-- <module>platform-reportData</module>--> | |
| 29 | + <!-- <module>regional-etl</module>--> | |
| 30 | + <!-- <module>platform-sync-data</module>--> | |
| 31 | + <!-- <module>platform-msg-generate</module>--> | |
| 32 | + <!-- <module>platform-transfer</module>--> | |
| 33 | 33 | </modules> |
| 34 | 34 | |
| 35 | 35 | <properties> |
| 36 | 36 | |
| 37 | 37 | |
| 38 | 38 | |
| ... | ... | @@ -61,23 +61,39 @@ |
| 61 | 61 | <groupId>org.wltea.analyzer</groupId> |
| 62 | 62 | <artifactId>IKAnalyzer</artifactId> |
| 63 | 63 | <version>2012_u6</version> |
| 64 | + <scope>system</scope> | |
| 65 | + <systemPath> | |
| 66 | + ${project.basedir}/../platform-operate-api/src/main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar | |
| 67 | + </systemPath> | |
| 64 | 68 | </dependency> |
| 65 | 69 | <dependency> |
| 66 | 70 | <groupId>org.apache.lucene</groupId> |
| 67 | 71 | <artifactId>lucene-core</artifactId> |
| 68 | 72 | <version>3.6.0</version> |
| 73 | + <scope>system</scope> | |
| 74 | + <systemPath> | |
| 75 | + ${project.basedir}/../platform-operate-api/src/main/webapp/WEB-INF/lib/lucene-core-3.6.0.jar | |
| 76 | + </systemPath> | |
| 69 | 77 | </dependency> |
| 70 | 78 | |
| 71 | 79 | <dependency> |
| 72 | 80 | <groupId>com.aspose</groupId> |
| 73 | 81 | <artifactId>aspose-words</artifactId> |
| 74 | 82 | <version>15.8.0</version> |
| 83 | + <scope>system</scope> | |
| 84 | + <systemPath> | |
| 85 | + ${project.basedir}/../platform-operate-api/src/main/webapp/WEB-INF/lib/aspose-words-15.8.0-jdk16.jar | |
| 86 | + </systemPath> | |
| 75 | 87 | </dependency> |
| 76 | 88 | |
| 77 | 89 | <dependency> |
| 78 | 90 | <groupId>net.java.dev.jna</groupId> |
| 79 | 91 | <artifactId>jna</artifactId> |
| 80 | 92 | <version>4.4.0</version> |
| 93 | + <scope>system</scope> | |
| 94 | + <systemPath> | |
| 95 | + ${project.basedir}/../platform-operate-api/src/main/webapp/WEB-INF/lib/jna-4.4.0.jar | |
| 96 | + </systemPath> | |
| 81 | 97 | </dependency> |
| 82 | 98 | |
| 83 | 99 | <dependency> |
| ... | ... | @@ -416,9 +432,9 @@ |
| 416 | 432 | |
| 417 | 433 | |
| 418 | 434 | <!--<dependency>--> |
| 419 | - <!--<groupId>com.fasterxml.jackson.core</groupId>--> | |
| 420 | - <!--<artifactId>jackson-annotations</artifactId>--> | |
| 421 | - <!--<version>2.8.8</version>--> | |
| 435 | + <!--<groupId>com.fasterxml.jackson.core</groupId>--> | |
| 436 | + <!--<artifactId>jackson-annotations</artifactId>--> | |
| 437 | + <!--<version>2.8.8</version>--> | |
| 422 | 438 | <!--</dependency>--> |
| 423 | 439 | |
| 424 | 440 | <dependency> |
| 425 | 441 | |
| 426 | 442 | |
| ... | ... | @@ -578,37 +594,22 @@ |
| 578 | 594 | <version>1.6</version> |
| 579 | 595 | </dependency> |
| 580 | 596 | <!--<dependency>--> |
| 581 | - <!--<groupId>com.microsoft.sqlserver</groupId>--> | |
| 582 | - <!--<artifactId>sqljdbc4</artifactId>--> | |
| 583 | - <!--<version>4.0</version>--> | |
| 597 | + <!--<groupId>com.microsoft.sqlserver</groupId>--> | |
| 598 | + <!--<artifactId>sqljdbc4</artifactId>--> | |
| 599 | + <!--<version>4.0</version>--> | |
| 584 | 600 | <!--</dependency>--> |
| 585 | 601 | <dependency> |
| 586 | 602 | <groupId>com.alibaba</groupId> |
| 587 | 603 | <artifactId>fastjson</artifactId> |
| 588 | 604 | <version>1.2.8</version> |
| 589 | 605 | </dependency> |
| 590 | -<!-- | |
| 591 | - <dependency> | |
| 606 | + | |
| 607 | + <dependency> | |
| 592 | 608 | <groupId>com.aspose</groupId> |
| 593 | 609 | <artifactId>aspose-words</artifactId> |
| 594 | 610 | <version>15.8.0</version> |
| 595 | 611 | </dependency> |
| 596 | - <dependency> | |
| 597 | - <groupId>org.wltea.analyzer</groupId> | |
| 598 | - <artifactId>IKAnalyzer</artifactId> | |
| 599 | - <version>2012_u6</version> | |
| 600 | - </dependency> | |
| 601 | - <dependency> | |
| 602 | - <groupId>org.apache.lucene</groupId> | |
| 603 | - <artifactId>lucene-core</artifactId> | |
| 604 | - <version>3.6.0</version> | |
| 605 | - </dependency> | |
| 606 | - <dependency> | |
| 607 | - <groupId>net.java.dev.jna</groupId> | |
| 608 | - <artifactId>jna</artifactId> | |
| 609 | - <version>4.4.0</version> | |
| 610 | - </dependency> | |
| 611 | - --> | |
| 612 | + | |
| 612 | 613 | </dependencies> |
| 613 | 614 | </project> |