You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/05/23 15:54:28 UTC

[sling-whiteboard] 07/08: POC for a Java Agent to set URL connection timeout defaults

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 <ro...@apache.org>
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>