We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c301fbb commit b41405fCopy full SHA for b41405f
model/pom.xml
@@ -45,26 +45,16 @@
45
</exclusion>
46
</exclusions>
47
</dependency>
48
-
+ <dependency>
49
+ <groupId>org.gluu</groupId>
50
+ <artifactId>gluu-doc</artifactId>
51
+ </dependency>
52
+
53
<!-- Jackson -->
54
<dependency>
55
<groupId>com.fasterxml.jackson.core</groupId>
56
<artifactId>jackson-annotations</artifactId>
57
- <!-- Weld -->
- <dependency>
- <groupId>org.jboss.weld.servlet</groupId>
58
- <artifactId>weld-servlet-core</artifactId>
59
- </dependency>
60
61
- <groupId>org.jboss.weld</groupId>
62
- <artifactId>weld-core-impl</artifactId>
63
64
65
- <groupId>org.gluu</groupId>
66
- <artifactId>gluu-doc</artifactId>
67
68
</dependencies>
69
70
</project>
0 commit comments