Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
efa6827b
Commit
efa6827b
authored
May 01, 2018
by
Romain Reuillon
Browse files
[Lib] update xstream
parent
2467b07a
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/build.sbt
View file @
efa6827b
...
...
@@ -92,8 +92,8 @@ lazy val xstream = OsgiProject(
"!org.joda.time.*"
,
"*"
),
privatePackages
=
Seq
(
"!scala.*"
,
"META-INF.services.*"
,
"*"
))
settings
(
libraryDependencies
++=
Seq
(
"com.thoughtworks.xstream"
%
"xstream"
%
"1.4.
9
"
,
"net.sf.kxml"
%
"kxml2"
%
"2.3.0"
),
version
:=
"1.4.
9
"
)
settings
(
settings
:
_
*
)
libraryDependencies
++=
Seq
(
"com.thoughtworks.xstream"
%
"xstream"
%
"1.4.
10
"
,
"net.sf.kxml"
%
"kxml2"
%
"2.3.0"
),
version
:=
"1.4.
10
"
)
settings
(
settings
:
_
*
)
lazy
val
scalaLang
=
OsgiProject
(
dir
,
...
...
openmole/project/Libraries.scala
View file @
efa6827b
...
...
@@ -25,6 +25,7 @@ object Libraries {
lazy
val
catsVersion
=
"1.0.1"
lazy
val
scalajsVersion
=
"0.6.21"
lazy
val
squantsVersion
=
"1.3.0"
lazy
val
xstreamVersion
=
"1.4.10"
lazy
val
bootstrapnative
=
libraryDependencies
+=
"fr.iscpif.scaladget"
%%%
"bootstrapnative"
%
scaladgetVersion
lazy
val
lunr
=
libraryDependencies
+=
"fr.iscpif.scaladget"
%%%
"lunr"
%
scaladgetVersion
...
...
@@ -53,7 +54,7 @@ object Libraries {
lazy
val
bonecp
=
"org.openmole.library"
%%
"com-jolbox-bonecp"
%
"0.8.0-rc1"
lazy
val
slick
=
"org.openmole.library"
%%
"com-typesafe-slick"
%
"3.2.0"
lazy
val
slf4j
=
"org.openmole.library"
%%
"org-slf4j"
%
"1.7.10"
lazy
val
xstream
=
"org.openmole.library"
%%
"com-thoughtworks-xstream"
%
"1.4.9"
lazy
val
xstream
=
"org.openmole.library"
%%
"com-thoughtworks-xstream"
%
xstreamVersion
lazy
val
jasypt
=
"org.openmole.library"
%%
"org-jasypt-encryption"
%
"1.9.2"
lazy
val
opencsv
=
"org.openmole.library"
%%
"au-com-bytecode-opencsv"
%
"2.3"
lazy
val
arm
=
"org.openmole.library"
%%
"com-jsuereth-scala-arm"
%
"2.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment