Skip to content

Commit 1388bf8

Browse files
authored
Merge pull request #485 from hazendaz/master
[pom] Remove enforcer override for tests as now in parent
2 parents 12f2b2c + 1a5d7c1 commit 1388bf8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -391,17 +391,6 @@
391391

392392
<build>
393393
<plugins>
394-
<plugin>
395-
<groupId>org.apache.maven.plugins</groupId>
396-
<artifactId>maven-enforcer-plugin</artifactId>
397-
<configuration>
398-
<rules>
399-
<enforceBytecodeVersion>
400-
<ignoredScopes>test</ignoredScopes>
401-
</enforceBytecodeVersion>
402-
</rules>
403-
</configuration>
404-
</plugin>
405394
<plugin>
406395
<groupId>org.apache.maven.plugins</groupId>
407396
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)