From 58326ce788190ff617f2e1a10a7e37a8fb63343a Mon Sep 17 00:00:00 2001 From: Raghvendra Singh Date: Tue, 2 Apr 2019 11:44:57 +0530 Subject: [PATCH] use haystack idl instead of entire commons library (#100) --- core/pom.xml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index dd1ebbd..b48e4ad 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ com.expedia.www - haystack-commons + haystack-idl-java diff --git a/pom.xml b/pom.xml index c105ad0..46db746 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 1.9.0 2.1 1.1.1 - 1.0.41 + 1.0.64 4.5.3 @@ -132,8 +132,8 @@ com.expedia.www - haystack-commons - ${haystack-commons.version} + haystack-idl-java + ${haystack-idl-java.version}