fix: Clean angular/pom.xml

we don't need to specify enforcer, dependency plugin versions in children pom.xml
This commit is contained in:
1ambda 2016-11-22 16:36:40 +09:00
parent c61b56e180
commit ec75b40a45
2 changed files with 1 additions and 4 deletions

View file

@ -61,8 +61,7 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<executions>
<execution>
<id>enforce</id>
<phase>none</phase>
@ -72,7 +71,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>copy-dependencies</id>

View file

@ -333,7 +333,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>${plugin.dependency.version}</version>
<executions>
<execution>
<id>copy-dependencies</id>