Skip to content

Commit

Permalink
Upgrade to TCK SNAPSHOT + minor change in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed May 15, 2013
1 parent 93188ca commit 79c5af8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -40,7 +40,7 @@
<cal10n.version>0.7.7</cal10n.version>
<cargo.maven2.plugin.version>1.0</cargo.maven2.plugin.version>
<cdi.api.version>1.1</cdi.api.version>
<cdi.tck-1-1.version>1.1.0.Final</cdi.tck-1-1.version>
<cdi.tck-1-1.version>1.1.1-SNAPSHOT</cdi.tck-1-1.version>
<classfilewriter.version>1.0.4.Final</classfilewriter.version>
<contiperf.version>1.06</contiperf.version>
<findbugs-maven-plugin.version>2.5.1</findbugs-maven-plugin.version>
Expand Down
Expand Up @@ -33,10 +33,13 @@
import org.jboss.shrinkwrap.api.asset.EmptyAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.jboss.weld.tests.category.Integration;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;

@RunWith(Arquillian.class)
@Category(Integration.class)
public class WarAccessibilityTest {

@Inject
Expand Down

0 comments on commit 79c5af8

Please sign in to comment.