Skip to content

Commit 249af1a

Browse files
committed
Ignore copilot exclusion as it's shipped now
Otherwise it might cause accidental exclusions in the downstream projects
1 parent d9d6964 commit 249af1a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

template-placeholder-demo/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@
6161
<dependency>
6262
<groupId>com.vaadin</groupId>
6363
<artifactId>vaadin-core</artifactId>
64-
<exclusions>
65-
<!-- https://github.com/vaadin/flow/issues/18449 -->
66-
<exclusion>
67-
<groupId>com.vaadin</groupId>
68-
<artifactId>copilot</artifactId>
69-
</exclusion>
70-
</exclusions>
7164
</dependency>
7265
<dependency>
7366
<groupId>software.xdev</groupId>

template-placeholder/pom.xml

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

0 commit comments

Comments
 (0)