[ERROR] Failed to execute goal on project killbill-platform-server: Could not resolve dependencies for project org.kill-bill.billing:killbill-platform-server:war:0.37-SNAPSHOT: Could not find artifact com.palominolabs.metrics:metrics-guice:jar:3.2.1 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
When I searched for com.palominolabs.metrics:metrics-guice on the Central Repo, I see a version 3.2.2 published, but not 3.2.1. Could perhaps the killbill-oss-parent/pom.xml be updated to
<metrics-palominolabs.version>3.2.2</metrics-palominolabs.version>
? If I run the build with that version explicitly defined, it succeeds. For example:
mvn3 -Dmetrics-palominolabs.version=3.2.2 clean install
-- m@
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/42631dc4-05fe-4a9a-a87a-dccf4c10f87d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The instructions re bintray were removed in v 0.19.16 but I got the problem in 0.20. So maybe that instruction should be restored to current version. Changing my settings.xml file as the instructions say fixed the problem for me.
The instructions re bintray were removed in v 0.19.16 but I got the problem in 0.20. So maybe that instruction should be restored to current version. Changing my settings.xml file as the instructions say fixed the problem for me.