Unified
Split
Showing
with
8 additions
and 1 deletion.
- +8 −1 pom.xml
| @@ -73,7 +73,7 @@ | ||
| <licenses> | ||
| <license> | ||
| <name>Apache License Version 2.0</name> | ||
| <url>https://repository.jboss.org/licenses/apache-2.0.txt</url> | ||
| <url>http://repository.jboss.org/licenses/apache-2.0.txt</url> | ||
| <distribution>repo</distribution> | ||
| </license> | ||
| </licenses> | ||
| @@ -455,4 +455,11 @@ | ||
| <scope>test</scope> | ||
| </dependency> | ||
| </dependencies> | ||
|
|
||
| <repositories> | ||
| <repository> | ||
| <id>jboss-public-repository</id> | ||
| <url>http://repository.jboss.org/nexus/content/groups/public/</url> | ||
| </repository> | ||
| </repositories> | ||
| </project> | ||