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 e6f3f4bdfa947277f952861fc29f39a3eba80372 Author: Robert Munteanu <[email protected]> AuthorDate: Thu May 23 17:52:31 2019 +0200 POC for a Java Agent to set URL connection timeout defaults Fixed Maven warnings --- url-connection-agent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/url-connection-agent/pom.xml b/url-connection-agent/pom.xml index 9a4c75a..01af5b3 100644 --- a/url-connection-agent/pom.xml +++ b/url-connection-agent/pom.xml @@ -24,6 +24,7 @@ <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> <version>35</version> + <relativePath/> </parent> <artifactId>url-connection-agent</artifactId> <version>0.0.1-SNAPSHOT</version>
