Browse Source

Fix vaadin-osgi-integration dependency for Karaf test

tags/8.2.0.alpha1
Teemu Suo-Anttila 6 years ago
parent
commit
d8f000c129
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml

+ 2
- 1
test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml View File

@@ -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>

Loading…
Cancel
Save