Skip to content

Commit 92e17bd

Browse files
committed
Revert "Change scope of vaadin-core to prevent conflicts"
This reverts commit 39f6228. This is not working as the Vaadin Maven Plugin otherwise throws errors during prepare-frontend like: ``Failed to execute goal com.vaadin:vaadin-maven-plugin:24.5.3:prepare-frontend (default) on project vaadin-simple-grid-filter: Could not execute prepare-frontend goal. Error occured during goal execution: Cannot invoke "java.lang.Class.isInterface()" because the return value of "org.reflections.Reflections.forClass(String, java.lang.ClassLoader[])" is null`` Fixes xdev-software/vaadin-simple-grid-filter#20
1 parent 39f6228 commit 92e17bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template-placeholder/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@
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>
108106
</dependency>
109107
</dependencies>
110108

0 commit comments

Comments
 (0)