justinleet commented on a change in pull request #1554: METRON-2307: Migrate to
JUnit5
URL: https://github.com/apache/metron/pull/1554#discussion_r354852050
##########
File path: metron-stellar/stellar-common/pom.xml
##########
@@ -230,11 +230,29 @@
<version>${global_httpclient_version}</version>
</dependency>
<dependency>
- <!-- junit dependency added with default scope to allow inclusion
of StellarProcessorUtils in main jar.
- It is excluded from the uber-jar. -->
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${global_junit_version}</version>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ <version>${global_hamcrest_version}</version>
+ <scope>test</scope>
+ </dependency>
+ <!-- junit dependency added with default scope to allow inclusion of
StellarProcessorUtils in main jar.
+ It is excluded from the uber-jar. -->
+ <dependency>
Review comment:
@nickwallen I'm going to resolve this conversation, since it got taken care
of as part of https://github.com/apache/metron/pull/1561. Let me know if
there's any other input you have or want to see.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services