could someone please post me the maven 2 dependency for ha-jdbc and if there is any need to add extra repository?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The Laughingpanda repository seems to have it: http://www.laughingpanda.org/maven2/ha-jdbc/ha-jdbc/ You'll need to add that repository to your pom, too, something like this:
Btw, http://mavensearch.net/ is usually a good point for searching maven artifacts (excluding this one however .. )
|
|||||
|
|
Ideally you should have a maven repository of yours which queries other repositories when it doesn't have a specific library. In that repository you can manually add libraries which are not available through any other maven repository. That is what we are planning to do with ha-jdbc. BTW did your experiment with ha-jdbc go well? |
|||
|
|