Skip to content

Commit

Permalink
Merge pull request #67 from maschmid/SOLDER-181
Browse files Browse the repository at this point in the history
SOLDER-181 working jacoco profile
  • Loading branch information
LightGuard committed Nov 29, 2011
2 parents b6ef12e + 7e090b2 commit 80fbe9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-parent</artifactId>
<version>17</version>
<version>18-SNAPSHOT</version>
</parent>

<groupId>org.jboss.solder</groupId>
Expand Down
26 changes: 0 additions & 26 deletions testsuite/pom.xml
Expand Up @@ -237,11 +237,6 @@
<profile>
<id>jacoco</id>

<properties>
<version.jacoco>0.5.3.201107060350</version.jacoco>
<version.shrinkwrap_shrinkwrap>1.0.0-beta-6</version.shrinkwrap_shrinkwrap>
</properties>

<dependencies>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
Expand All @@ -251,28 +246,8 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.core</artifactId>
<version>${version.jacoco}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-api</artifactId>
<version>${version.shrinkwrap_shrinkwrap}</version>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-impl-base</artifactId>
<version>${version.shrinkwrap_shrinkwrap}</version>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-spi</artifactId>
<version>${version.shrinkwrap_shrinkwrap}</version>
</dependency>

</dependencies>

<build>
Expand Down Expand Up @@ -300,7 +275,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${version.jacoco}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 80fbe9e

Please sign in to comment.