Last active
December 19, 2015 12:28
-
-
Save theotherian/5954653 to your computer and use it in GitHub Desktop.
thread local dns dependency
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
XML for pom files to declare a dependency on Thread Local DNS |
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
<dependency> | |
<groupId>com.theotherian.dns</groupId> | |
<artifactId>thread-local-dns</artifactId> | |
<version>1.0-RC3</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment