Skip to content

Commit 7a61424

Browse files
feat: remove unused dependencies and add M2Eclipse ignore for checkstyle plugin
1 parent 89537d9 commit 7a61424

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

pom.xml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -293,16 +293,7 @@
293293
<groupId>org.eclipse.emf</groupId>
294294
<artifactId>org.eclipse.emf.codegen.ecore</artifactId>
295295
</dependency>
296-
<dependency>
297-
<groupId>org.apache.maven</groupId>
298-
<artifactId>maven-model</artifactId>
299-
<version>3.9.11</version>
300-
</dependency>
301-
<dependency>
302-
<groupId>org.apache.commons</groupId>
303-
<artifactId>commons-configuration2</artifactId>
304-
<version>2.12.0</version>
305-
</dependency>
296+
306297
<!-- migrated from Python POM: end -->
307298
<dependency>
308299
<groupId>org.jetbrains</groupId>
@@ -369,6 +360,19 @@
369360
<ignore></ignore>
370361
</action>
371362
</pluginExecution>
363+
<pluginExecution>
364+
<pluginExecutionFilter>
365+
<groupId>org.apache.maven.plugins</groupId>
366+
<artifactId>maven-checkstyle-plugin</artifactId>
367+
<versionRange>[3.0.0,)</versionRange>
368+
<goals>
369+
<goal>check</goal>
370+
</goals>
371+
</pluginExecutionFilter>
372+
<action>
373+
<ignore></ignore>
374+
</action>
375+
</pluginExecution>
372376
</pluginExecutions>
373377
</lifecycleMappingMetadata>
374378
</configuration>

0 commit comments

Comments
 (0)