File tree 1 file changed +4
-15
lines changed
1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -11,28 +11,17 @@ crossPaths := false
11
11
lazy val sparqlstrweb = (project in file(" ." )).enablePlugins(PlayScala )
12
12
13
13
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 " )
17
17
.exclude(" org.slf4j" , " slf4j-log4j12" )
18
18
)
19
19
20
20
resolvers ++= Seq (
21
21
DefaultMavenRepository ,
22
22
" 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"
25
24
)
26
25
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
-
37
26
38
27
You can’t perform that action at this time.
0 commit comments