Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
cola-test package has been abandoned, tidy format
  • Loading branch information
sinopower authored Aug 13, 2020
1 parent 3affc1f commit ba2317b
Showing 1 changed file with 10 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<groupId>com.aliyun</groupId>
<artifactId>cola-common</artifactId>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>cola-test</artifactId>
</dependency>
<!-- COLA Framework End-->
<dependency>
<groupId>${groupId}</groupId>
Expand All @@ -32,15 +28,15 @@
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

0 comments on commit ba2317b

Please sign in to comment.