瀏覽代碼

restore pom.xml

xuchaolang 6 年之前
父節點
當前提交
bb4f968336
共有 3 個文件被更改,包括 0 次插入33 次删除
  1. 0 19
      rankin-api-web/pom.xml
  2. 0 6
      rankin-cms-web/pom.xml
  3. 0 8
      rankin-product-service/pom.xml

+ 0 - 19
rankin-api-web/pom.xml

@@ -96,25 +96,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.6.0</version>
-                <configuration>
-                    <annotationProcessorPaths>
-                        <path>
-                            <groupId>org.mapstruct</groupId>
-                            <artifactId>mapstruct-processor</artifactId>
-                            <version>${mapstruct.version}</version>
-                        </path>
-                        <path>
-                            <groupId>org.projectlombok</groupId>
-                            <artifactId>lombok</artifactId>
-                            <version>1.14.8</version>
-                        </path>
-                    </annotationProcessorPaths>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 

+ 0 - 6
rankin-cms-web/pom.xml

@@ -93,12 +93,6 @@
             <artifactId>feign-httpclient</artifactId>
             <version>RELEASE</version>
         </dependency>
-        <dependency>
-            <groupId>cn.rankin</groupId>
-            <artifactId>rankin-product-service</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
     </dependencies>
 
 	<dependencyManagement>

+ 0 - 8
rankin-product-service/pom.xml

@@ -94,14 +94,6 @@
         <finalName>${project.name}</finalName>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.18.1</version>
-                <configuration>
-                    <skipTests>true</skipTests>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <configuration>