Skip to content

Commit

Permalink
enhancements in base pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar committed Dec 9, 2015
1 parent 864ca76 commit 1c504c9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion kie-server-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,21 @@
<module>kie-server-mina-client</module>
<module>kie-server-drools-rest-ext</module>
</modules>
</project>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.1.4.GA</version>
</dependency>
</dependencies>
</dependencyManagement>

<repositories>
<repository>
<id>jboss-community-repository</id>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
</repositories>
</project>

0 comments on commit 1c504c9

Please sign in to comment.