Fixed
Details
Assignee
Seth LegerSeth LegerReporter
Craig GallenCraig GallenComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Seth Leger
Seth LegerReporter
Craig Gallen
Craig GallenComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 15, 2015 at 11:00 PM
Updated January 13, 2016 at 5:30 PM
Resolved December 14, 2015 at 4:56 PM
opennms/container/features/src/main/resources/features.xml still references jersey 1.18 when it should reference 1.19.
<feature name="jersey-client" description="Jersey :: Client" version="1.18.1">
<feature>commons-codec</feature>
<bundle>mvn:com.sun.jersey/jersey-client/1.18.1</bundle>
<bundle>mvn:com.sun.jersey/jersey-core/1.18.1</bundle>
<bundle>mvn:com.sun.jersey.contribs/jersey-apache-client/1.18</bundle>
<bundle>wrap:mvn:commons-httpclient/commons-httpclient/3.1</bundle>
</feature>