Skip to content

Commit 58326ce

Browse files
doctorXWritesashishagg
authored andcommitted
use haystack idl instead of entire commons library (#100)
1 parent 3acf2df commit 58326ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<dependency>
2424
<groupId>com.expedia.www</groupId>
25-
<artifactId>haystack-commons</artifactId>
25+
<artifactId>haystack-idl-java</artifactId>
2626
</dependency>
2727

2828
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<grpc.version>1.9.0</grpc.version>
5353
<jaxrs.version>2.1</jaxrs.version>
5454
<micrometer.version>1.1.1</micrometer.version>
55-
<haystack-commons.version>1.0.41</haystack-commons.version>
55+
<haystack-idl-java.version>1.0.64</haystack-idl-java.version>
5656
<http-client.vesion>4.5.3</http-client.vesion>
5757

5858
<!--Plugin Properties -->
@@ -132,8 +132,8 @@
132132

133133
<dependency>
134134
<groupId>com.expedia.www</groupId>
135-
<artifactId>haystack-commons</artifactId>
136-
<version>${haystack-commons.version}</version>
135+
<artifactId>haystack-idl-java</artifactId>
136+
<version>${haystack-idl-java.version}</version>
137137
</dependency>
138138

139139
<dependency>

0 commit comments

Comments
 (0)