File tree Expand file tree Collapse file tree 1 file changed +5
-29
lines changed
Expand file tree Collapse file tree 1 file changed +5
-29
lines changed Original file line number Diff line number Diff line change 7777 <dependency >
7878 <groupId >com.vaadin</groupId >
7979 <artifactId >vaadin-core</artifactId >
80- <exclusions >
81- <!-- Webjars are only needed when running in Vaadin 13 compatibility mode in V14.
82- Your add-on can support npm in the same version mode and V13 compatiblity mode at the same time,
83- or with separate versions. Any V13 version should work with the compatibility mode in V14. -->
84- <exclusion >
85- <groupId >com.vaadin.webjar</groupId >
86- <artifactId >*</artifactId >
87- </exclusion >
88- <exclusion >
89- <groupId >org.webjars.bowergithub.insites</groupId >
90- <artifactId >*</artifactId >
91- </exclusion >
92- <exclusion >
93- <groupId >org.webjars.bowergithub.polymer</groupId >
94- <artifactId >*</artifactId >
95- </exclusion >
96- <exclusion >
97- <groupId >org.webjars.bowergithub.polymerelements</groupId >
98- <artifactId >*</artifactId >
99- </exclusion >
100- <exclusion >
101- <groupId >org.webjars.bowergithub.vaadin</groupId >
102- <artifactId >*</artifactId >
103- </exclusion >
104- <exclusion >
105- <groupId >org.webjars.bowergithub.webcomponents</groupId >
106- <artifactId >*</artifactId >
107- </exclusion >
108- </exclusions >
80+ </dependency >
81+ <dependency >
82+ <groupId >org.vaadin.artur</groupId >
83+ <artifactId >a-vaadin-helper</artifactId >
84+ <version >1.6.2</version >
10985 </dependency >
11086 <dependency >
11187 <groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments