fabriciorby commented on PR #3381:
URL: https://github.com/apache/maven-surefire/pull/3381#issuecomment-4755518471

   To run the integration tests I had to change the `pom.xml` to scope test in 
`surefire-its`
   ```
       <dependency>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-report-parser</artifactId>
         <version>${project.version}</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-logger-api</artifactId>
         <version>${project.version}</version>
         <scope>test</scope>
       </dependency>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to