Skip to content

Commit

Permalink
use haystack idl instead of entire commons library (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorXWrites authored and ashishagg committed Apr 2, 2019
1 parent 3acf2df commit 58326ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<dependency>
<groupId>com.expedia.www</groupId>
<artifactId>haystack-commons</artifactId>
<artifactId>haystack-idl-java</artifactId>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<grpc.version>1.9.0</grpc.version>
<jaxrs.version>2.1</jaxrs.version>
<micrometer.version>1.1.1</micrometer.version>
<haystack-commons.version>1.0.41</haystack-commons.version>
<haystack-idl-java.version>1.0.64</haystack-idl-java.version>
<http-client.vesion>4.5.3</http-client.vesion>

<!--Plugin Properties -->
Expand Down Expand Up @@ -132,8 +132,8 @@

<dependency>
<groupId>com.expedia.www</groupId>
<artifactId>haystack-commons</artifactId>
<version>${haystack-commons.version}</version>
<artifactId>haystack-idl-java</artifactId>
<version>${haystack-idl-java.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 58326ce

Please sign in to comment.