Commit 946fae278a2baf09bed1d08847bb89ae8b3d0eee
1 parent
6ed7dc3383
Exists in
master
and in
6 other branches
删除最后一次顿号
Showing 2 changed files with 24 additions and 8 deletions
platform-operate-api/pom.xml
View file @
946fae2
pom.xml
View file @
946fae2
| ... | ... | @@ -60,17 +60,29 @@ |
| 60 | 60 | <artifactId>IKAnalyzer</artifactId> |
| 61 | 61 | <version>2012_u6</version> |
| 62 | 62 | <scope>system</scope> |
| 63 | - <systemPath>${project.basedir}/../platform-operate-api/src/main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar</systemPath> | |
| 63 | + <systemPath> | |
| 64 | + ${project.basedir}/../platform-operate-api/src/main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar | |
| 65 | + </systemPath> | |
| 64 | 66 | </dependency> |
| 65 | 67 | <dependency> |
| 66 | 68 | <groupId>org.apache.lucene</groupId> |
| 67 | 69 | <artifactId>lucene-core</artifactId> |
| 68 | 70 | <version>3.6.0</version> |
| 69 | 71 | <scope>system</scope> |
| 70 | - <systemPath>${project.basedir}/../platform-operate-api/src/main/webapp/WEB-INF/lib/lucene-core-3.6.0.jar</systemPath> | |
| 72 | + <systemPath> | |
| 73 | + ${project.basedir}/../platform-operate-api/src/main/webapp/WEB-INF/lib/lucene-core-3.6.0.jar | |
| 74 | + </systemPath> | |
| 71 | 75 | </dependency> |
| 76 | + <dependency> | |
| 77 | + <groupId>com.aspose</groupId> | |
| 78 | + <artifactId>aspose-words</artifactId> | |
| 79 | + <version>15.8.0</version> | |
| 80 | + <scope>system</scope> | |
| 81 | + <systemPath> | |
| 82 | + ${project.basedir}/../platform-operate-api/src/main/webapp/WEB-INF/lib/aspose-words-15.8.0-jdk16.jar | |
| 83 | + </systemPath> | |
| 84 | + </dependency> | |
| 72 | 85 | |
| 73 | - | |
| 74 | 86 | <dependency> |
| 75 | 87 | <groupId>commons-httpclient</groupId> |
| 76 | 88 | <artifactId>commons-httpclient</artifactId> |
| 77 | 89 | |
| ... | ... | @@ -548,16 +560,20 @@ |
| 548 | 560 | <version>1.6</version> |
| 549 | 561 | </dependency> |
| 550 | 562 | <!--<dependency>--> |
| 551 | - <!--<groupId>com.microsoft.sqlserver</groupId>--> | |
| 552 | - <!--<artifactId>sqljdbc4</artifactId>--> | |
| 553 | - <!--<version>4.0</version>--> | |
| 563 | + <!--<groupId>com.microsoft.sqlserver</groupId>--> | |
| 564 | + <!--<artifactId>sqljdbc4</artifactId>--> | |
| 565 | + <!--<version>4.0</version>--> | |
| 554 | 566 | <!--</dependency>--> |
| 555 | 567 | <dependency> |
| 556 | 568 | <groupId>com.alibaba</groupId> |
| 557 | 569 | <artifactId>fastjson</artifactId> |
| 558 | 570 | <version>1.2.8</version> |
| 559 | 571 | </dependency> |
| 560 | - | |
| 572 | + <dependency> | |
| 573 | + <groupId>com.aspose</groupId> | |
| 574 | + <artifactId>aspose-words</artifactId> | |
| 575 | + <version>15.8.0</version> | |
| 576 | + </dependency> | |
| 561 | 577 | |
| 562 | 578 | </dependencies> |
| 563 | 579 | </project> |