Skip to content

Commit 9b5553e

Browse files
committed
modified artifactory location
1 parent f938d7a commit 9b5553e

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

sparqlstream-web/build.sbt

+4-15
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,17 @@ crossPaths := false
1111
lazy val sparqlstrweb = (project in file(".")).enablePlugins(PlayScala)
1212

1313
libraryDependencies ++= Seq(
14-
"es.upm.fi.oeg.morph.streams" % "adapter-esper" % "1.0.11",
15-
"es.upm.fi.oeg.morph.streams" % "adapter-gsn" % "1.0.10",
16-
("es.upm.fi.oeg.morph.streams" % "wrappers" % "1.0.10")
14+
"es.upm.fi.oeg.morph.streams" % "adapter-esper" % "1.0.12",
15+
"es.upm.fi.oeg.morph.streams" % "adapter-gsn" % "1.0.11",
16+
("es.upm.fi.oeg.morph.streams" % "wrappers" % "1.0.11")
1717
.exclude("org.slf4j", "slf4j-log4j12")
1818
)
1919

2020
resolvers ++= Seq(
2121
DefaultMavenRepository,
2222
"Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/",
23-
"lsir remote" at "http://planetdata.epfl.ch:8081/artifactory/remote-repos",
24-
"aldebaran-releases" at "http://aldebaran.dia.fi.upm.es/artifactory/sstreams-releases-local"
23+
"lsir remote" at "http://osper.epfl.ch:8081/artifactory/gsn-release"
2524
)
2625

27-
// "aldebaran-libs" at "http://aldebaran.dia.fi.upm.es/artifactory/sstreams-external-libs-local",
28-
// "aldebaran-releases" at "http://aldebaran.dia.fi.upm.es/artifactory/sstreams-releases-local",
29-
// "plord" at "http://homepages.cs.ncl.ac.uk/phillip.lord/maven"
30-
//"jpc-repo" at "https://github.com/jpcik/jpc-repo/raw/master/repo"
31-
// )
32-
// )
33-
34-
35-
//}
36-
3726

3827

0 commit comments

Comments
 (0)