Skip to content

Commit 969bc38

Browse files
authored
Exclude "internal" Vaadin Copilot project
https://github.com/vaadin/flow/issues/18449
1 parent 03f0cb8 commit 969bc38

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

vaadin-addon-template-demo/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
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>

vaadin-addon-template/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@
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

0 commit comments

Comments
 (0)