summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-09-13 14:48:05 -0500
committerJorge Hernandez <jh1730@att.com>2017-09-14 01:18:09 -0500
commit1f2fff6c740695cb2ae430af16684ebc13bc57d5 (patch)
treede7f031d4efb4b9cd1216acbb77a5e54319a12a8 /pom.xml
parent009582f2e2a4bd3b09da3721a8b6587d5ac89723 (diff)
added "fetch timeout" backoff for UEB endpoints
this prevents high frequency fruitless attempts to connect to an unreachable (perhaps temporarily) UEB server. added additional management apis for noop endpoints. bump versions of jackson parsers so through snakeyaml library throughtransitive dependencies is bump up from 1.15 as it is resolved in the classpath at runtime to > 1.17 otherwise causes incompatibilities with the one used in controlloops under their own classloaders, as they expect 1.17. Change-Id: I936348c4b93a2c409c22568868c44ed330dc18f7 Issue-ID: POLICY-119 Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 3765f933..75c2748b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,9 @@
<common-modules.version>1.1.0-SNAPSHOT</common-modules.version>
<dmaap.version>0.2.12</dmaap.version>
<cambria.version>0.0.1</cambria.version>
- <jersey.version>2.22.2</jersey.version>
- <jersey.swagger.version>1.5.13</jersey.swagger.version>
- <jackson.version>2.8.4</jackson.version>
+ <jersey.version>2.25.1</jersey.version>
+ <jersey.swagger.version>1.5.16</jersey.swagger.version>
+ <jackson.version>2.9.1</jackson.version>
<http.client.version>4.5.2</http.client.version>
<http.core.version>4.4.4</http.core.version>
<logback.version>1.2.3</logback.version>
@@ -55,7 +55,7 @@
<hibernate.core.version>5.2.10.Final</hibernate.core.version>
<hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
<commons.io.version>2.5</commons.io.version>
- <guava.version>16.0.1</guava.version>
+ <guava.version>23.0</guava.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>