Skip to content

Commit

Permalink
Integrate Exousia 2.1.0-M2 to fix classnotfoundexception
Browse files Browse the repository at this point in the history
Update debug pom to help in debugging

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed May 11, 2022
1 parent 2656d86 commit 0756980
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions appserver/featuresets/debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.resolver</artifactId>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<jakarta.authorization-api.version>2.1.0</jakarta.authorization-api.version>
<jakarta.authentication-api.version>3.0.0</jakarta.authentication-api.version>
<soteria.version>3.0.0-M5</soteria.version>
<exousia.version>2.1.0-M1</exousia.version>
<exousia.version>2.1.0-M2</exousia.version>
<nimbus.version>9.22</nimbus.version>
<jcip.version>1.0.2</jcip.version>

Expand Down
5 changes: 5 additions & 0 deletions nucleus/security/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>

<dependency>
<groupId>org.glassfish.annotations</groupId>
<artifactId>logging-annotation-processor</artifactId>
Expand Down

0 comments on commit 0756980

Please sign in to comment.