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 58
58
<dependency >
59
59
<groupId >com.vaadin</groupId >
60
60
<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 >
61
68
</dependency >
62
69
<dependency >
63
70
<groupId >com.xdev-software</groupId >
Original file line number Diff line number Diff line change 103
103
<dependency >
104
104
<groupId >com.vaadin</groupId >
105
105
<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 >
106
113
</dependency >
107
114
</dependencies >
108
115
You can’t perform that action at this time.
0 commit comments