Skip to content

Commit

Permalink
The addition of a direct dependency on interceptor (related to switch…
Browse files Browse the repository at this point in the history
… to jakarta.*)

Signed-off-by: Scott Marlow <smarlow@redhat.com>
  • Loading branch information
scottmarlow authored and tomjenkinson committed Feb 18, 2020
1 parent 5043265 commit 30d4fd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/pom.xml
Expand Up @@ -287,5 +287,11 @@
<version>3.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
<version>2.0.0-RC1</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 30d4fd7

Please sign in to comment.