Skip to content

Commit a6e8b9d

Browse files
mlopezFCjavier-godoy
authored andcommitted
ci: remove old webjar exclusions
1 parent 041fdba commit a6e8b9d

File tree

1 file changed

+5
-29
lines changed

1 file changed

+5
-29
lines changed

pom.xml

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -77,35 +77,11 @@
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>

0 commit comments

Comments
 (0)