diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-09-04 13:41:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 13:41:44 +0300 |
commit | 8f61b4c52906f4fe0417ca35d3995179b4f1b9df (patch) | |
tree | 3ef78cdc200995984e942a1daa70394f398c52ee /pom.xml | |
parent | c60caac02adc97d0b075cea6b22c9829fc0db1d2 (diff) | |
download | vaadin-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.xml | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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> |