Skip to content

Commit

Permalink
feat: Delete usage of Jcabi to use AspectJ Maven Plugin - MEED-7544 - M…
Browse files Browse the repository at this point in the history
…eeds-io/meeds#2417

This change will delete the usage of Jcabi Maven plugin which is incompatible with newer AspectJ versions and use AspectJ Maven plugin instead
  • Loading branch information
boubaker committed Sep 27, 2024
1 parent f215214 commit 59f1b13
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data-upgrade-news/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 59f1b13

Please sign in to comment.