Skip to content
Snippets Groups Projects
Commit bc7aadcd authored by Richard Alam's avatar Richard Alam
Browse files

- create new bbb-commons jar

parent 839e7ebf
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ libraryDependencies ++= {
"com.google.code.gson" % "gson" % "1.7.1",
"redis.clients" % "jedis" % "2.1.0",
"org.apache.commons" % "commons-lang3" % "3.2",
"org.bigbluebutton" % "bbb-common-message" % "0.0.9"
"org.bigbluebutton" % "bbb-common-message" % "0.0.10"
)}
......
......@@ -50,7 +50,7 @@ libraryDependencies ++= {
"com.google.code.gson" % "gson" % "1.7.1",
"redis.clients" % "jedis" % "2.1.0",
"org.apache.commons" % "commons-lang3" % "3.2",
"org.bigbluebutton" % "bbb-common-message" % "0.0.9",
"org.bigbluebutton" % "bbb-common-message" % "0.0.10",
"org.bigbluebutton" % "bbb-fsesl-client" % "0.0.2"
)}
......
......@@ -4,7 +4,7 @@ name := "bbb-common-message"
organization := "org.bigbluebutton"
version := "0.0.9"
version := "0.0.10"
// We want to have our jar files in lib_managed dir.
// This way we'll have the right path when we import
......
......@@ -112,7 +112,7 @@ dependencies {
compile 'com.google.code.gson:gson:1.7.1'
providedCompile 'org.apache.commons:commons-lang3:3.2'
compile 'org.bigbluebutton:bbb-common-message:0.0.9'
compile 'org.bigbluebutton:bbb-common-message:0.0.10'
}
test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment