Skip to content

Commit

Permalink
[EAP6-69] Specify the exact version just for the new API artefacts, l…
Browse files Browse the repository at this point in the history
…eave the original dependencies on the old version.
  • Loading branch information
darranl committed Mar 13, 2014
1 parent b45f4a1 commit 44a007b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ejb-security-interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@

<version.jboss.maven.plugin>7.4.Final</version.jboss.maven.plugin>

<version.jboss.as>7.4.0.build-1</version.jboss.as>
<version.security.api>7.4.0.build-1</version.security.api>
<version.jboss.as>7.2.1.Final-redhat-10</version.jboss.as>

<version.jboss.spec.javaee.6.0>3.0.2.Final-redhat-4</version.jboss.spec.javaee.6.0>

Expand Down Expand Up @@ -89,6 +90,7 @@
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-security-api</artifactId>
<version>${version.security.api}</version>
<exclusions>
<exclusion>
<groupId>org.jboss.as</groupId>
Expand All @@ -108,6 +110,7 @@
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-core-security-api</artifactId>
<version>${version.security.api}</version>
<exclusions>
<exclusion>
<groupId>org.jboss.as</groupId>
Expand Down

0 comments on commit 44a007b

Please sign in to comment.