Skip to content

Commit

Permalink
WELD-337 Changes related to moving to JBoss AS 6.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
drallen committed Jan 14, 2010
1 parent 8ee7550 commit c4cea2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jboss-as/pom.xml
Expand Up @@ -69,9 +69,9 @@
</goals>
<configuration>
<tasks>
<property file="${project.directory}/local.build.properties" />
<property file="${project.directory}/build.properties" />
<property name="jboss.home" value="${env.JBOSS_HOME}" />s
<property file="${basedir}/local.build.properties" />
<property file="${basedir}/build.properties" />
<property name="jboss.home" value="${env.JBOSS_HOME}" />
<delete
dir="${jboss.home}/server/default/deployers/weld.deployer"
failonerror="false" />
Expand Down
6 changes: 6 additions & 0 deletions jboss-tck-runner/pom.xml
Expand Up @@ -40,6 +40,12 @@
<scope>test</scope>
</dependency>

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

</dependencies>

<build>
Expand Down

0 comments on commit c4cea2f

Please sign in to comment.