brainlag / JavaNSQClient

Fast Java client for NSQ
MIT License
90 stars 57 forks source link

Adding build.sbt #4

Closed mguindin closed 8 years ago

mguindin commented 8 years ago

Adding build.sbt file so this library can be submoduled into an SBT project.

brainlag commented 8 years ago

I know that sbt is a scala build tool, but I don't understand why this is required and the maven pom is not enough. Why do you want to use it as a submodule instead of a dependency? Also it does and probably never will have any scala source.

mguindin commented 8 years ago

Yeah, I added it since mvncentral didn't have the up-to-date jar for JavaNSQClient. You can ignore/close this P.R.