From 0055a460334ecd77e271ca05b78ae5a559b05d23 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 25 Aug 2016 11:46:16 +0300 Subject: [PATCH] Reintroduce variables used in OSGi manifests Change-Id: I4c0d5cb06eea524b5514e963d8915fd917c7271d --- pom.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d6f6586888..18f4d20efc 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,14 @@ 2.8.0-rc2 8.0-SNAPSHOT + + 1.0.0.GA + 1.8.3 + 2.0 + 0.9.13 + + 2.4.5.vaadin1 + 3.0.0 JavaSE-1.8 @@ -126,7 +134,7 @@ com.vaadin vaadin-sass-compiler - 0.9.13 + ${vaadin.sass.version} com.carrotsearch @@ -151,8 +159,7 @@ com.vaadin.external.atmosphere atmosphere-runtime - - 2.4.5.vaadin1 + ${atmosphere.runtime.version} com.vaadin.external.atmosphere.client @@ -178,7 +185,7 @@ javax.portlet portlet-api - 2.0 + ${javax.portlet.version} com.google.appengine @@ -188,7 +195,7 @@ javax.validation validation-api - 1.0.0.GA + ${javax.validation.version} org.hibernate @@ -198,7 +205,7 @@ org.jsoup jsoup - 1.8.3 + ${jsoup.version} org.mockito -- 2.39.5