nfsantos commented on code in PR #1435:
URL: https://github.com/apache/jackrabbit-oak/pull/1435#discussion_r1587389739
##########
oak-run-commons/pom.xml:
##########
@@ -204,16 +204,21 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.github.stefanbirkner</groupId>
- <artifactId>system-rules</artifactId>
- <version>1.19.0</version>
+ <groupId>org.testcontainers</groupId>
+ <artifactId>toxiproxy</artifactId>
+ <version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
- <!-- see https://issues.apache.org/jira/browse/OAK-7787 -->
- <groupId>javax.activation</groupId>
Review Comment:
It was intentional. It's a test dependency added as a workaround to an old
issue. And the tests pass without it, so I don't think it's needed anymore.
--
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]