Skip to content

Commit

Permalink
Trying to fix Glassfish tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Lassak committed Apr 10, 2017
1 parent 6827c63 commit 3998c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,11 +14,12 @@ env:
- PROFILE=test-jboss-managed-domain
- PROFILE=test-wildfly-managed
- PROFILE=test-wildfly-managed-domain
# - PROFILE=test-glassfish-embeded
- PROFILE=test-glassfish-embeded

matrix:
allow_failures:
- env: "PROFILE=test-jboss-managed"
- env: "PROFILE=test-glassfish-embeded"
include:
- jdk: oraclejdk8
env: "PROFILE=test-wildfly-managed,coveralls-coverage SONATYPE_SNAPSHOT=true"
Expand Down
8 changes: 2 additions & 6 deletions pom.xml
Expand Up @@ -17,10 +17,6 @@
<name>Arquillian suite extension</name>
<inceptionYear>2013</inceptionYear>

<prerequisites>
<maven>3.0</maven>
</prerequisites>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down Expand Up @@ -62,7 +58,7 @@
<version.arquillian_core>1.1.13.Final</version.arquillian_core>
<version.jacoco>0.7.4.201502262128</version.jacoco>
<version.jbossas>7.5.7.Final-redhat-3</version.jbossas>
<version.glassfish>4.1.1</version.glassfish>
<version.glassfish>4.1.2</version.glassfish>
<version.wildfly>10.1.0.Final</version.wildfly>
<version.arquillian_wildfly>2.0.2.Final</version.arquillian_wildfly>

Expand Down Expand Up @@ -471,7 +467,7 @@
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-glassfish-embedded-3.1</artifactId>
<version>1.0.0.CR4</version>
<version>1.0.0.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3998c1b

Please sign in to comment.