Skip to content

Commit 5fabcb9

Browse files
committed
[pom] Remove enforcer override for tests as now in parent
1 parent c8f98f2 commit 5fabcb9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,4 @@
111111
</dependency>
112112
</dependencies>
113113

114-
<build>
115-
<plugins>
116-
<plugin>
117-
<groupId>org.apache.maven.plugins</groupId>
118-
<artifactId>maven-enforcer-plugin</artifactId>
119-
<configuration>
120-
<rules>
121-
<enforceBytecodeVersion>
122-
<ignoredScopes>test</ignoredScopes>
123-
</enforceBytecodeVersion>
124-
</rules>
125-
</configuration>
126-
</plugin>
127-
</plugins>
128-
</build>
129114
</project>

0 commit comments

Comments
 (0)