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

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