Remove jacoco listener 83/79483/3
authorSam Hague <shague@redhat.com>
Wed, 9 Jan 2019 22:34:19 +0000 (17:34 -0500)
committerSam Hague <shague@redhat.com>
Fri, 18 Jan 2019 18:42:48 +0000 (18:42 +0000)
The listener is no longer needed. The listener was used to
bring in line information for integration tests but all
IT has been removed.

Change-Id: If3f258ed9eca78c38ec957fb912766f793cc7264
Signed-off-by: Sam Hague <shague@redhat.com>
commons/binding-parent/pom.xml

index db2ffff8ea08b4ae07ee94c81396cd5bc632eedd..c06cea1e6798fe794e8fb6f4a7ca8b938f211f0f 100644 (file)
@@ -53,12 +53,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencyManagement>
 
   <dependencies>
-    <dependency>
-      <groupId>org.sonarsource.java</groupId>
-      <artifactId>sonar-jacoco-listeners</artifactId>
-      <version>${sonar-jacoco-listeners.version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
@@ -134,18 +128,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <failOnError>true</failOnError>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <properties>
-            <property>
-              <name>listener</name>
-              <value>org.sonar.java.jacoco.JUnitListener</value>
-            </property>
-          </properties>
-        </configuration>
-      </plugin>
     </plugins>
   </build>