dependencies - trouble installing grails csv plugin -


Grails trying to install the csv plugin, I have typed "Grails install-plugin csv" and when I tried to install it, it gave me "Unsolvable defendes", "net.sf.opencsv # opencsv; 2.3: Not found "and below it says that the plug-in contains the dependencies of the jar. I was able to install a spring-safe-core plugin without any issue, why is not it working? ?

This works when I went to my buildConfig and in that file I used the following lines of code Was removed by:

  mavenLocal () mavenCentral () mavenRepo "http://snapshots.repository.codehaus.org" mavenRepo "http://repository.codehaus.org" mavenRepo "http : //download.java .net / maven / 2 / "mavenRepo" http://repository.jboss.com/maven2/ "  

Once I did this and grails installed plugin again The plugin was successfully installed from

Comments