소스 검색

Fixed a dependency version in a karaf test module. (#12399)

tags/8.15.0
Anna Koskinen 2 년 전
부모
커밋
a1478127b1
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml

+ 1
- 1
test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml 파일 보기

@@ -43,7 +43,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-osgi-integration</artifactId>
<version>8.1.0.beta1</version>
<version>${vaadin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>

Loading…
취소
저장