From f81309d3f149c2bc3c09b97e56e1c756a528db8d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 12 Aug 2016 13:09:23 +0300 Subject: Fix OSGi manifest for vaadin-shared The shared package seems to no longer use any flute or streamhtmlparser classes Change-Id: I63c9bd0340f438b05da4799982b3f3c89c85a5f8 --- shared/pom.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'shared/pom.xml') diff --git a/shared/pom.xml b/shared/pom.xml index c73227abb4..dc54a1ec97 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -12,8 +12,6 @@ jar - 1.3.0.gg2 - 0.0.10.vaadin1 https://vaadin.com/ @@ -119,12 +117,6 @@ JavaSE-1.6 ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} com.vaadin.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}",elemental.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}" - com.google.gwt.thirdparty.streamhtmlparser;version="${streamhtmlparser.version}", - com.google.gwt.thirdparty.streamhtmlparser.impl;version="${streamhtmlparser.version}", - com.google.gwt.thirdparty.streamhtmlparser.util;version="${streamhtmlparser.version}", - org.w3c.flute.parser;version="${flute.version}", - org.w3c.flute.parser.selectors;version="${flute.version}", - org.w3c.flute.util;version="${flute.version}" -- cgit v1.2.3