We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f98f2 commit 5fabcb9Copy full SHA for 5fabcb9
pom.xml
@@ -111,19 +111,4 @@
111
</dependency>
112
</dependencies>
113
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>
129
</project>
0 commit comments