Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
min2ha authored Dec 25, 2023
1 parent 430ecbb commit 77943b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ libraryDependencies ++= Seq(
javaEbean,
cache,
javaWs,
JavaNet2Repository,
// Excluding this as there are problems downloading it under Debian (SSL CA problem?)
"org.apache.commons" % "commons-compress" % "1.7" exclude("org.tukaani", "xz"),
"org.apache.commons" % "commons-email" % "1.3.2",
Expand Down Expand Up @@ -40,7 +41,8 @@ libraryDependencies += "uk.bl.wa.whois" % "jruby-whois" % "3.5.9.2" notTransitiv
libraryDependencies += "org.julienrf" %% "play-jsmessages" % "1.6.2"

resolvers ++=Seq(
Resolver.sonatypeRepo("public"),
//Resolver.sonatypeRepo("public"),
Resolver.sonatypeOssRepos("releases"),
Resolver.mavenLocal,
Resolver.typesafeRepo("releases"),
//"DefaultMavenRepository" at "https://repo1.maven.org/maven2/",
Expand Down

0 comments on commit 77943b5

Please sign in to comment.