Skip to content

Commit ffb7fc6

Browse files
committed
[ARQ-1342] Removed Jacoco from POM. It was causing issues with GF Embedded.
1 parent ac11cf4 commit ffb7fc6

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

int-tests/pom.xml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -88,44 +88,6 @@
8888
<scope>test</scope>
8989
</dependency>
9090

91-
<!-- jacoco -->
92-
<dependency>
93-
<groupId>org.jboss.arquillian.extension</groupId>
94-
<artifactId>arquillian-jacoco</artifactId>
95-
<scope>test</scope>
96-
<version>1.0.0.Alpha5</version>
97-
</dependency>
98-
<dependency>
99-
<groupId>org.jacoco</groupId>
100-
<artifactId>org.jacoco.core</artifactId>
101-
<version>0.6.0.201210061924</version>
102-
<scope>test</scope>
103-
</dependency>
104-
10591
</dependencies>
10692

107-
<build>
108-
<plugins>
109-
<plugin>
110-
<groupId>org.jacoco</groupId>
111-
<artifactId>jacoco-maven-plugin</artifactId>
112-
<version>0.6.0.201210061924</version>
113-
<executions>
114-
<execution>
115-
<goals>
116-
<goal>prepare-agent</goal>
117-
</goals>
118-
</execution>
119-
<execution>
120-
<id>report</id>
121-
<phase>prepare-package</phase>
122-
<goals>
123-
<goal>report</goal>
124-
</goals>
125-
</execution>
126-
</executions>
127-
</plugin>
128-
</plugins>
129-
</build>
130-
13193
</project>

int-tests/src/test/resources-jboss-7.0.2/arquillian.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@
2323
<property name="scriptsToExecuteBeforeTest">SET REFERENTIAL_INTEGRITY FALSE;</property>
2424
<property name="scriptsToExecuteAfterTest">scripts/turn-on-integrity-checks.sql</property>
2525
<property name="sqlStatementDelimiter">NEW_LINE</property>
26-
<property name="$JacocoData">NEW_LINE</property>
2726
</extension>
2827

2928
<extension qualifier="persistence-dbunit">
3029
<property name="datatypeFactory">org.dbunit.ext.h2.H2DataTypeFactory</property>
31-
<property name="$JacocoData">NEW_LINE</property>
3230
</extension>
3331

3432
<extension qualifier="transaction">

0 commit comments

Comments
 (0)