summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2021-03-11 16:19:38 +0000
committerMukesh <mukeshsharma@est.tech>2021-03-12 10:38:53 +0000
commit3e6cf1344e035c946a56974b994b73c0bc89a40d (patch)
tree329b544abc74a1c1e4ff07b5a72845afc9a44cc1 /pom.xml
parent5da225ea20923e867d61d5959affe693b06ccaf2 (diff)
Fixing exception on search in Cockpit
Change-Id: Ia927f776b217a3064599dc61696275dbf534ecc9 Issue-ID: SO-3576 Signed-off-by: Mukesh <mukeshsharma@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 49e50fa..37d316e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<equals.verifier.version>3.4.1</equals.verifier.version>
<so-core-version>1.8.0-SNAPSHOT</so-core-version>
+ <jersey-hk2-version>2.26</jersey-hk2-version>
</properties>
<build>
@@ -93,4 +94,4 @@
<module>so-admin-cockpit-monitoring-workflow</module>
<module>packages</module>
</modules>
-</project> \ No newline at end of file
+</project>