cheng
2023-04-08 65dd7005476da3ea082d8f4de0cd0ff8af58d959
pom.xml
@@ -1,14 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
      <groupId>com.lx</groupId>
      <artifactId>product-server</artifactId>
      <version>2.0.0-SNAPSHOT</version>
        <version>2.0.0-release</version>
   </parent>
   <artifactId>product-server-lucene</artifactId>
   <name>product-server-lucene</name>
   <description>product-server-lucene</description>
    <version>2.0.0-release</version>
   <properties>
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
@@ -21,17 +22,14 @@
      <dependency>
         <groupId>com.lx</groupId>
         <artifactId>product-server-common</artifactId>
         <version>2.0.0-SNAPSHOT</version>
      </dependency>
      <dependency>
         <groupId>com.lx</groupId>
         <artifactId>product-server-util</artifactId>
         <version>2.0.0-SNAPSHOT</version>
      </dependency>
      <dependency>
         <groupId>com.lx</groupId>
         <artifactId>product-server-core</artifactId>
         <version>1.0.0-releases</version>
      </dependency>
              <dependency>
            <groupId>org.springframework.boot</groupId>