File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
vaadin-addon-template-demo Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 5858 <dependency >
5959 <groupId >com.vaadin</groupId >
6060 <artifactId >vaadin-core</artifactId >
61+ <exclusions >
62+ <!-- https://github.com/vaadin/flow/issues/18449 -->
63+ <exclusion >
64+ <groupId >com.vaadin</groupId >
65+ <artifactId >copilot</artifactId >
66+ </exclusion >
67+ </exclusions >
6168 </dependency >
6269 <dependency >
6370 <groupId >com.xdev-software</groupId >
Original file line number Diff line number Diff line change 103103 <dependency >
104104 <groupId >com.vaadin</groupId >
105105 <artifactId >vaadin-core</artifactId >
106+ <exclusions >
107+ <!-- https://github.com/vaadin/flow/issues/18449 -->
108+ <exclusion >
109+ <groupId >com.vaadin</groupId >
110+ <artifactId >copilot</artifactId >
111+ </exclusion >
112+ </exclusions >
106113 </dependency >
107114 </dependencies >
108115
You can’t perform that action at this time.
0 commit comments