Explorar el Código

Fix vaadin-osgi-integration dependency for Karaf test

tags/8.2.0.alpha1
Teemu Suo-Anttila hace 6 años
padre
commit
d8f000c129
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml

+ 2
- 1
test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml Ver fichero

@@ -44,7 +44,8 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-osgi-integration</artifactId>
<version>8.1.0.beta1</version>
<!-- TODO: Add this to BOM and remove version here -->
<version>${vaadin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>

Cargando…
Cancelar
Guardar