Skip to content

Commit

Permalink
setting jboss-interceptors to 1.0.0-CR3. Adding slf4j-api + simple-bi…
Browse files Browse the repository at this point in the history
…ndings for AtInjectTCK runner.
  • Loading branch information
mbogoevici committed Oct 21, 2009
1 parent c8704c7 commit 595e0e5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
17 changes: 16 additions & 1 deletion bom/pom.xml
Expand Up @@ -76,7 +76,8 @@
<javassist.version>3.11.0.GA</javassist.version>
<cdi.tck.version>1.0.0-SNAPSHOT</cdi.tck.version>
<atinject.tck.version>1.0.0-PFD-3</atinject.tck.version>
<jboss.interceptor.version>1.0.0-SNAPSHOT</jboss.interceptor.version>
<jboss.interceptor.version>1.0.0-CR3</jboss.interceptor.version>
<slf4j.version>1.5.8</slf4j.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -150,6 +151,20 @@
<version>${google.collections.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down
12 changes: 12 additions & 0 deletions inject-tck-runner/pom.xml
Expand Up @@ -38,6 +38,18 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

Expand Down

0 comments on commit 595e0e5

Please sign in to comment.