Created
December 4, 2018 06:05
-
-
Save gupta-himanshu/386be4975959c7a352f799149caec156 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- for reactive-lib kubernetes api --> | |
<dependency> | |
<groupId>com.lightbend.lagom</groupId> | |
<artifactId>api-tools_2.12</artifactId> | |
<version>1.4.8</version> | |
</dependency> | |
<dependency> | |
<groupId>com.lightbend.rp</groupId> | |
<artifactId>reactive-lib-akka-cluster-bootstrap_2.12</artifactId> | |
<version>0.9.2</version> | |
</dependency> | |
<!-- reactive-lib service locator --> | |
<dependency> | |
<groupId>com.lightbend.rp</groupId> | |
<artifactId>reactive-lib-service-discovery-lagom14-java_2.12</artifactId> | |
<version>0.9.2</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment