File tree Expand file tree Collapse file tree 4 files changed +40
-1
lines changed
scripts/generator/templates Expand file tree Collapse file tree 4 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 168
168
<groupId >com.vaadin</groupId >
169
169
<artifactId >copilot</artifactId >
170
170
<version >${copilot.version}</version >
171
+ <exclusions >
172
+ <exclusion >
173
+ <groupId >com.vaadin</groupId >
174
+ <artifactId >ui-tests</artifactId >
175
+ </exclusion >
176
+ </exclusions >
177
+ </dependency >
178
+ <dependency >
179
+ <groupId >com.vaadin</groupId >
180
+ <artifactId >ui-tests</artifactId >
181
+ <version >${ui.tests.version}</version >
171
182
</dependency >
172
-
173
183
<!-- Free Components -->
174
184
<dependency >
175
185
<groupId >com.vaadin</groupId >
Original file line number Diff line number Diff line change 53
53
<groupId >com.vaadin</groupId >
54
54
<artifactId >copilot</artifactId >
55
55
</dependency >
56
+ <dependency >
57
+ <groupId >com.vaadin</groupId >
58
+ <artifactId >ui-tests</artifactId >
59
+ </dependency >
56
60
57
61
</dependencies >
58
62
<build >
Original file line number Diff line number Diff line change 71
71
<exclude >org.slf4j:slf4j-api</exclude >
72
72
<!-- commons-lang3 in grid comes with a newer version until other commons from flow have the same -->
73
73
<exclude >org.apache.commons:commons-lang3</exclude >
74
+ <!-- exclude
75
+ [ERROR] +-io.projectreactor:reactor-core
76
+ [ERROR] +-com.fasterxml.jackson.core:jackson-core
77
+ [ERROR] +-com.fasterxml.jackson.core:jackson-databind
78
+ [ERROR] +-io.projectreactor.netty:reactor-netty-core
79
+ [ERROR] +-io.projectreactor:reactor-core
80
+ [ERROR] +-org.jsoup:jsoup
81
+ [ERROR] +-com.fasterxml.jackson.core:jackson-core
82
+ [ERROR] +-com.fasterxml.jackson.core:jackson-databind
83
+ [ERROR] +-com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
84
+ [ERROR] +-com.fasterxml.jackson.datatype:jackson-datatype-jsr310
85
+ [ERROR] +-dev.langchain4j:langchain4j
86
+ [ERROR] +-io.projectreactor.netty:reactor-netty
87
+ [ERROR] +-io.projectreactor:reactor-core
88
+ [ERROR] +-org.jsoup:jsoup
89
+ [ERROR] +-org.springframework:spring-webflux
90
+ -->
91
+ <exclude >com.fasterxml.jackson.core:jackson-core</exclude >
92
+ <exclude >com.fasterxml.jackson.core:jackson-databind</exclude >
93
+ <exclude >com.fasterxml.jackson.datatype:jackson-datatype-jsr310</exclude >
94
+ <exclude >io.projectreactor:reactor-core</exclude >
95
+ <exclude >org.jsoup:jsoup</exclude >
74
96
</excludes >
75
97
</dependencyConvergence >
76
98
<requireUpperBoundDeps >
Original file line number Diff line number Diff line change 400
400
},
401
401
"vaadin-collaboration-engine" : {
402
402
"javaVersion" : " 6.3.0.alpha2"
403
+ },
404
+ "ui-tests" : {
405
+ "javaVersion" : " 0.3.0.beta14"
403
406
}
404
407
},
405
408
"platform" : " {{version}}" ,
You can’t perform that action at this time.
0 commit comments