folone / poi.scala

Excel meets scalaz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

library not in maven repository

sm-tester opened this issue · comments

commented

I want use Poi Scala library in the my Play framework project, And I added Poi Scala library to libraryDependencies in build.sbt:

libraryDependencies ++= Seq(
jdbc,
anorm,
cache,
"info.folone" %% "poi-scala" % "0.11",
"com.typesafe.slick" %% "slick" % "2.0.0-RC1",
"com.typesafe.slick" %% "slick-testkit" % "2.0.0-RC1" % "test",
"com.typesafe.play" %% "play-slick" % "0.5.0.8",
"com.novocode" % "junit-interface" % "0.10" % "test",
"ch.qos.logback" % "logback-classic" % "0.9.28" % "test",
"postgresql" % "postgresql" % "9.1-901.jdbc4",
"postgresql" % "postgresql" % "9.1-901.jdbc4" % "test",
"org.webjars" %% "webjars-play" % "2.2.0",
"org.webjars" % "bootstrap" % "2.3.1"
)
by instruction Poi Scala

but, when I do command "play update" appear following error:

[warn] module not found: info.folone#poi-scala_2.10;0.11
[warn] ==== local: tried
[warn] c:\tools\play-2.2.1\repository\local\info.folone\poi-scala_2.10\0.11\iv
ys\ivy.xml

[warn] ==== Maven2 Local: tried
[warn] file:/C:/Users/boyfox/.m2/repository/info/folone/poi-scala_2.10/0.11/po
i-scala_2.10-0.11.pom
[warn] ==== public: tried
[warn] http://repo1.maven.org/maven2/info/folone/poi-scala_2.10/0.11/poi-scala
_2.10-0.11.pom

[warn] ==== Typesafe Releases Repository: tried
[warn] http://repo.typesafe.com/typesafe/releases/info/folone/poi-scala_2.10/0
.11/poi-scala_2.10-0.11.pom

Woah, I've just checked, it is indeed not there. I'll deploy it next week, will let you know.

commented

ok, thanks George Leontiev!

On Mon, Feb 17, 2014 at 2:26 AM, George Leontiev
notifications@github.comwrote:

Woah, I've just checked, it is indeed not there. I'll deploy it next week,
will let you know.

Reply to this email directly or view it on GitHubhttps://github.com//issues/30#issuecomment-35213244
.

Hey @Boyfox,
Sorry it took so long, I was pretty swamped lately. Anyway, https://oss.sonatype.org/index.html#nexus-search;quick~poi-scala is staged. Should be automatically propagated to the maven central soon. Let me know if it works.

commented

Thanks George Leontiev

On Mon, Mar 10, 2014 at 12:29 AM, George Leontiev
notifications@github.comwrote:

Hey @Boyfox https://github.com/boyfox,
Sorry it took so long, I was pretty swamped lately. Anyway,
https://oss.sonatype.org/index.html#nexus-search;quick~poi-scala is
staged. Should be automatically propagated to the maven central soon.

Reply to this email directly or view it on GitHubhttps://github.com//issues/30#issuecomment-37136182
.

Hey @folone, the library is in maven central, but I have to add the snapshot repo to access it because it's listed as 0.11-SNAPSHOT. going by your git tags, i'm guessing that it is still an official release, but i just wanted to bring it to your attention if you had any thoughts.

@folone +1, had to add -SNAPSHOT in order to resolve it, something must be wrong

Published 0.11 as part of #31