iipolovinkin / JupiterBank

Test Spring Web Application
1 stars 0 forks source link

JB-34 Could not find artifact org.fluentjava:fluentjava:jar:0.3 in central #56

Closed php-coder closed 9 years ago

php-coder commented 9 years ago

I can't build & run application because of the following error:

JupiterBank > mvn clean compile jetty:run
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.370s
[INFO] Finished at: Mon Aug 17 12:23:13 MSK 2015
[INFO] Final Memory: 9M/322M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project jupiterbank: Could not resolve dependencies for project com.github.iipolovinkin:jupiterbank:war:0.2.0-BUILD-SNAPSHOT: Could not find artifact org.fluentjava:fluentjava:jar:0.3 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
...

Also I can't find this artifact in cetral repo: http://mvnrepository.com/search?q=fluentjava

Probably we should add additional repository for this artifact?

iipolovinkin commented 9 years ago

remove fluentjava from project. use Arrays.asList, Guava and other helpers