This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch feature/url-connection-agent in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 79372f4c9a44f496f83e3bcbca01622f88f76fae 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>
