Skip to content

Commit

Permalink
chore(service): remove transaction from core rules test + add jakarta
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdiw committed Mar 20, 2024
1 parent cf1d312 commit 9bae332
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -42,8 +42,7 @@ public void core_should_be_independent() {
"org.slf4j..",
"lombok..",
"com.fasterxml..",
// Allow Spring transactional annotations until we find another way
"org.springframework.transaction.annotation..",
"jakarta..",
// Api Definition can't be in core because it is required for the Gateway
"io.gravitee.definition..",
// Allow Gravitee node API to be used in core
Expand Down

0 comments on commit 9bae332

Please sign in to comment.