Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
merge pull request 23 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
wisebaldone committed Apr 24, 2017
2 parents d35211b + 38bc93e commit 050fbb4
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 5,088 deletions.
20 changes: 18 additions & 2 deletions wave/build.gradle
Expand Up @@ -124,10 +124,26 @@ dependencies {
[group: "commons-httpclient", name: "commons-httpclient", version: "3.1"], // [?, ?]
[group: "commons-lang", name: "commons-lang", version: "2.5"], // [?, ?]
[group: "commons-fileupload", name: "commons-fileupload", version: "1.3.2"], // [11/2016, 6/2017]
[group: "commons-logging", name: "commons-logging-api", version: "1.1"], // [?, ?]
[group: "commons-logging", name: "commons-logging", version: "1.1.1"], // [?, ?]
[group: "com.google.code.findbugs", name: "jsr305", version: "2.0.1"], // [?, ?]
[group: "com.google.code.gson", name: "gson", version: "2.2.4"], // [?, ?]
[group: "com.google.guava", name: "guava", version: "20.0"], // [?, ?]
[group: "com.google.guava", name: "guava-gwt", version: "20.0"], // [?, ?]
[group: "com.google.gxp", name: "google-gxp", version: "0.2.4-beta"], // [?, ?]
[group: "com.google.inject.extensions", name: "guice-assistedinject", version: "3.0"], // [?, ?]
[group: "com.google.inject.extensions", name: "guice-servlet", version: "3.0"], // [?, ?]
[group: "com.google.inject", name: "guice", version: "3.0"], // [?, ?]
[group: "com.google.protobuf", name: "protobuf-java", version: "2.6.1"], // [?, ?]
[group: "com.google.inject", name: "guice", version:"4.1.0"], // [?, ?]
[group: "com.google.inject.extensions", name: "guice-servlet", version:"4.1.0"], // [?, ?]
[group: "com.googlecode.protobuf-java-format", name: "protobuf-java-format", version: "1.2"], // [?, ?]
[group: "com.typesafe", name: "config", version: "1.2.1"], // [?, ?]
[group: "dom4j", name: "dom4j", version: "1.6.1"], // [?, ?]
[group: "eu.infomas", name: "annotation-detector", version: "3.0.0"], // [?, ?]
[group: "org.antlr", name: "antlr", version: "3.2"], // [?, ?]
[group: "org.apache.velocity", name: "velocity", version: "1.6.3"], // [?, ?]
[group: "org.apache.lucene", name: "lucene-core", version: "3.5.0"], // [?, ?]
[group: "org.atmosphere", name: "atmosphere-guice", version: "0.8.3"], // [?, ?]
[group: "org.atmosphere", name: "atmosphere-runtime", version: "2.1.0"], // [?, ?]
[group: "org.bouncycastle", name: "bcprov-jdk16", version: "1.45"], // [?, ?]
[group: "org.eclipse.jetty", name: "jetty-annotations", version: "9.2.14.v20151106"], // [?, ?]
[group: "org.eclipse.jetty", name: "jetty-client", version: "9.2.14.v20151106"], // [?, ?]
Expand Down
Binary file not shown.

0 comments on commit 050fbb4

Please sign in to comment.