Skip to content

Commit 39f6228

Browse files
committed
Change scope of vaadin-core to prevent conflicts
1 parent 38c0a4a commit 39f6228

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template-placeholder/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
<dependency>
104104
<groupId>com.vaadin</groupId>
105105
<artifactId>vaadin-core</artifactId>
106+
<!-- "provided" to prevent conflicts in final project. It's assumed that Vaadin is already present -->
107+
<scope>provided</scope>
106108
</dependency>
107109
</dependencies>
108110

0 commit comments

Comments
 (0)