summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2018-09-04 13:41:44 +0300
committerGitHub <noreply@github.com>2018-09-04 13:41:44 +0300
commit8f61b4c52906f4fe0417ca35d3995179b4f1b9df (patch)
tree3ef78cdc200995984e942a1daa70394f398c52ee /pom.xml
parentc60caac02adc97d0b075cea6b22c9829fc0db1d2 (diff)
downloadvaadin-framework-8f61b4c52906f4fe0417ca35d3995179b4f1b9df.tar.gz
vaadin-framework-8f61b4c52906f4fe0417ca35d3995179b4f1b9df.zip
Upgrade to new Atmosphere (#11122), replace SSH proxy with java-based trivial one, fix tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 51eccd4f29..4ac52153ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<javax.portlet.version>2.0</javax.portlet.version>
<vaadin.sass.version>0.9.13</vaadin.sass.version>
<!-- Note that this should be kept in sync with the class Constants -->
- <atmosphere.runtime.version>2.4.24.vaadin1</atmosphere.runtime.version>
+ <atmosphere.runtime.version>2.4.30.vaadin1</atmosphere.runtime.version>
<!-- OSGi -->
<osgi.execution.environment>JavaSE-1.8</osgi.execution.environment>
@@ -282,11 +282,6 @@
<version>${jetty.version}</version>
</dependency>
<dependency>
- <groupId>com.jcraft</groupId>
- <artifactId>jsch</artifactId>
- <version>0.1.52</version>
- </dependency>
- <dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>3.5.1.201410131835-r</version>