You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vaadin-feature.xml 1.1KB

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