Skip to content

Commit b41405f

Browse files
committed
fix(fido2): remove weld dependencies
Signed-off-by: Yuriy Movchan <[email protected]>
1 parent c301fbb commit b41405f

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

Diff for: model/pom.xml

+5-15
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,16 @@
4545
</exclusion>
4646
</exclusions>
4747
</dependency>
48-
48+
<dependency>
49+
<groupId>org.gluu</groupId>
50+
<artifactId>gluu-doc</artifactId>
51+
</dependency>
52+
4953
<!-- Jackson -->
5054
<dependency>
5155
<groupId>com.fasterxml.jackson.core</groupId>
5256
<artifactId>jackson-annotations</artifactId>
5357
</dependency>
54-
55-
<!-- Weld -->
56-
<dependency>
57-
<groupId>org.jboss.weld.servlet</groupId>
58-
<artifactId>weld-servlet-core</artifactId>
59-
</dependency>
60-
<dependency>
61-
<groupId>org.jboss.weld</groupId>
62-
<artifactId>weld-core-impl</artifactId>
63-
</dependency>
64-
<dependency>
65-
<groupId>org.gluu</groupId>
66-
<artifactId>gluu-doc</artifactId>
67-
</dependency>
6858
</dependencies>
6959

7060
</project>

0 commit comments

Comments
 (0)