浏览代码

Fix vaadin-osgi-integration dependency for Karaf test

tags/8.2.0.alpha1
Teemu Suo-Anttila 6 年前
父节点
当前提交
d8f000c129
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml

+ 2
- 1
test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml 查看文件

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

正在加载...
取消
保存