Skip to content

Commit

Permalink
Add Eclipse jdt dependency rule to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and yrodiere committed Sep 18, 2023
1 parent af3709a commit 908a90f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ updates:
- "org.openjdk.jmh:*" # performance testing dependency
- "com.google.guava:guava" # Guava is used in our test utils
- "org.asciidoctor:*" # Asciidoctor is used for rendering the documentation
- "org.codehaus.plexus:*" # Eclipse compiler
# Eclipse compiler
- "org.codehaus.plexus:*"
- "org.eclipse.jdt:*"
- "org.jboss.marshalling:jboss-marshalling" # JBeret IT dependency
- "org.wildfly.security:wildfly-security-manager" # JBeret IT dependency
- "org.springframework.boot:*" # Spring is only for ITs
Expand Down

0 comments on commit 908a90f

Please sign in to comment.