Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Use jboss security dependencies from imported jboss boms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos A. Munoz committed Feb 3, 2014
1 parent 59bdfc0 commit 2cb3468
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions zanata-war/pom.xml
Expand Up @@ -1557,10 +1557,15 @@
<artifactId>commons-httpclient</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.web</groupId>
<artifactId>jbossweb</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jboss-negotiation-spnego</artifactId>
<version>2.2.5.Final</version>
<artifactId>jboss-negotiation-common</artifactId>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 2cb3468

Please sign in to comment.