allenday / gcp-popgen

Population Genetics on Google Cloud Platform
1 stars 3 forks source link

fix of broken core-components dependency issue #10

Closed pseveryn closed 4 years ago

kyoobin10 commented 4 years ago

[ERROR] Failed to execute goal on project gcp-popgen: Could not resolve dependencies for project com.google.allenday.popgen:gcp-popgen:jar:0.0.3: Failure to find com.google.allenday:genomics-dataflow-core:jar:0.0.5 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced

allenday commented 4 years ago

Looks like a cache issue, maven central is not yet updated with the latest build. You can check out the dataflow-genomics repo yourself and do a mvn install to generate the jar file on your local machine. Actually a good idea to do this in case we need to make any other changes. Thanks.