Skip to content

Commit

Permalink
fix(fido2): remove weld dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <[email protected]>
  • Loading branch information
yurem committed Jul 3, 2024
1 parent c301fbb commit b41405f
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,16 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-doc</artifactId>
</dependency>

<!-- Jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>

<!-- Weld -->
<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-core</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-doc</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit b41405f

Please sign in to comment.