Skip to content

Commit

Permalink
Housekeeping - remove leftover checkstyle dependencies; remove prereq…
Browse files Browse the repository at this point in the history
…uisites declaration which is in parent anyway.
  • Loading branch information
manovotn committed Mar 18, 2024
1 parent a4a2d05 commit 551fa46
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 10,6 @@
<version>49</version>
</parent>

<prerequisites>
<maven>3.8</maven>
</prerequisites>

<name>Weld APIs Parent</name>

<modules>
Expand Down
10 changes: 0 additions & 10 deletions weld-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 75,4 @@


</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>
10 changes: 0 additions & 10 deletions weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 43,4 @@
</dependency>

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 551fa46

Please sign in to comment.