Skip to content

Commit

Permalink
feat: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jul 16, 2021
1 parent c2c586e commit 0d114e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions core-timer-weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
<artifactId>jboss-annotations-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>

<!-- Weld -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package org.gluu.service.security;

import javax.ejb.ApplicationException;

/**
* @author Yuriy Movchan Date: 05/22/2017
*/
@ApplicationException(rollback = true)
public class SecurityEvaluationException extends RuntimeException {

private static final long serialVersionUID = 7115786700134354355L;
Expand Down

0 comments on commit 0d114e0

Please sign in to comment.