This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 022ce950de86dcd0eca7a1ed27a3ce60b0afe3c1 Author: Robert Munteanu <[email protected]> AuthorDate: Thu May 23 17:53:56 2019 +0200 POC for a Java Agent to set URL connection timeout defaults Add to reactor pom --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 406d475..db99403 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ <modules> <module>mdresourceprovider</module> <module>maven-central-source-reporter</module> + <module>url-connection-agent</module> </modules> </project>
