aboutsummaryrefslogtreecommitdiffstats
path: root/vaadin-feature.xml
blob: 55f7a2b226ac53787e7acb386114dde02c137719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--TODO remove-->
<aaafeatures name="vaadin-osgi" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
    <feature name="vaadin-osgi-deps" version="8.2.0">
        <bundle>mvn:org.jsoup/jsoup/1.8.3</bundle>
        <bundle>mvn:com.vaadin.external/gentyref/1.2.0.vaadin1</bundle>
    </feature>
    <feature name="vaadin-osgi-core" version="8.2.0">
        <feature>http-whiteboard</feature>
        <feature>vaadin-osgi-deps</feature>
        <bundle>mvn:com.vaadin/vaadin-shared/8.2-SNAPSHOT</bundle>
        <bundle>mvn:com.vaadin/vaadin-server/8.2-SNAPSHOT</bundle>
        <bundle>mvn:com.vaadin/vaadin-osgi-integration/8.2-SNAPSHOT</bundle>
        <bundle>mvn:com.vaadin/vaadin-client-compiled/8.2-SNAPSHOT</bundle>
        <bundle>mvn:com.vaadin/vaadin-themes/8.2-SNAPSHOT</bundle>
    </feature>
    <feature name="vaadin-osgi-push" version="8.2.0">
        <feature>vaadin-osgi-core</feature>
        <bundle>mvn:com.vaadin/vaadin-push/8.2-SNAPSHOT</bundle>
        <bundle>mvn:com.vaadin.external.atmosphere/atmosphere-runtime/2.4.11.vaadin2</bundle>
        <bundle>mvn:com.vaadin.external.slf4j/vaadin-slf4j-jdk14/1.6.1</bundle>
    </feature>
</aaafeatures>