Commit f257469f58bd98c92c9c986e4ef9857d8ef10033
1 parent
ad2b4d2f6d
Exists in
master
and in
6 other branches
修改jar包版本问题
Showing 1 changed file with 10 additions and 5 deletions
platform-job-index/pom.xml
View file @
f257469
| ... | ... | @@ -38,6 +38,12 @@ |
| 38 | 38 | <groupId>org.apache.solr</groupId> |
| 39 | 39 | <artifactId>solr-solrj</artifactId> |
| 40 | 40 | <version>${solr.version}</version> |
| 41 | + <exclusions> | |
| 42 | + <exclusion> | |
| 43 | + <groupId>org.apache.httpcomponents</groupId> | |
| 44 | + <artifactId>httpcore</artifactId> | |
| 45 | + </exclusion> | |
| 46 | + </exclusions> | |
| 41 | 47 | </dependency> |
| 42 | 48 | <dependency> |
| 43 | 49 | <groupId>org.apache.solr</groupId> |
| 44 | 50 | |
| ... | ... | @@ -49,17 +55,16 @@ |
| 49 | 55 | <artifactId>javax.servlet</artifactId> |
| 50 | 56 | <groupId>org.eclipse.jetty.orbit</groupId> |
| 51 | 57 | </exclusion> |
| 58 | + <exclusion> | |
| 59 | + <groupId>org.apache.httpcomponents</groupId> | |
| 60 | + <artifactId>httpcore</artifactId> | |
| 61 | + </exclusion> | |
| 52 | 62 | </exclusions> |
| 53 | 63 | </dependency> |
| 54 | 64 | <dependency> |
| 55 | 65 | <groupId>org.springframework.data</groupId> |
| 56 | 66 | <artifactId>spring-data-solr</artifactId> |
| 57 | 67 | <version>1.2.2.RELEASE</version> |
| 58 | - </dependency> | |
| 59 | - <dependency> | |
| 60 | - <groupId>org.apache.solr</groupId> | |
| 61 | - <artifactId>solr-core</artifactId> | |
| 62 | - <version>${solr.version}</version> | |
| 63 | 68 | </dependency> |
| 64 | 69 | |
| 65 | 70 | <!-- |