Skip to content

Commit 3e9d70f

Browse files
authored
refactor!: remove CookieConsent in v25 (#7861)
1 parent b1cc512 commit 3e9d70f

File tree

21 files changed

+0
-949
lines changed

21 files changed

+0
-949
lines changed

flow-components-bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,6 @@
127127
<artifactId>vaadin-context-menu-testbench</artifactId>
128128
<version>${project.version}</version>
129129
</dependency>
130-
<dependency>
131-
<groupId>com.vaadin</groupId>
132-
<artifactId>vaadin-cookie-consent-flow</artifactId>
133-
<version>${project.version}</version>
134-
</dependency>
135-
<dependency>
136-
<groupId>com.vaadin</groupId>
137-
<artifactId>vaadin-cookie-consent-testbench</artifactId>
138-
<version>${project.version}</version>
139-
</dependency>
140130
<dependency>
141131
<groupId>com.vaadin</groupId>
142132
<artifactId>vaadin-crud-flow</artifactId>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<module>vaadin-board-flow-parent</module>
5454
<module>vaadin-charts-flow-parent</module>
5555
<module>vaadin-confirm-dialog-flow-parent</module>
56-
<module>vaadin-cookie-consent-flow-parent</module>
5756
<module>vaadin-crud-flow-parent</module>
5857
<module>vaadin-grid-pro-flow-parent</module>
5958
<module>vaadin-map-flow-parent</module>

scripts/updateJavaPOMs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const componentName = name.replace('vaadin-', '');
1616
const desc = name.split('-').map(w => w.replace(/./, m => m.toUpperCase())).join(' ');
1717
const proComponents = ['board',
1818
'charts',
19-
'cookie-consent',
2019
'crud',
2120
'grid-pro',
2221
'rich-text-editor',

vaadin-cookie-consent-flow-parent/LICENSE

Lines changed: 0 additions & 3 deletions
This file was deleted.

vaadin-cookie-consent-flow-parent/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

vaadin-cookie-consent-flow-parent/pom.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

vaadin-cookie-consent-flow-parent/vaadin-cookie-consent-flow-integration-tests/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

vaadin-cookie-consent-flow-parent/vaadin-cookie-consent-flow-integration-tests/pom.xml

Lines changed: 0 additions & 157 deletions
This file was deleted.

vaadin-cookie-consent-flow-parent/vaadin-cookie-consent-flow-integration-tests/src/main/java/com/vaadin/flow/component/cookieconsent/tests/CustomMessages.java

Lines changed: 0 additions & 31 deletions
This file was deleted.

vaadin-cookie-consent-flow-parent/vaadin-cookie-consent-flow-integration-tests/src/main/java/com/vaadin/flow/component/cookieconsent/tests/DefaultSettings.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)