File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed
Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 235235 </dependency >
236236
237237 <!-- SSE -->
238+ <!-- DO NOT USE BOM HERE -->
239+ <!-- Not working with mvn:version:set! -->
238240 <dependency >
239241 <groupId >software.xdev.sse</groupId >
240- <artifactId >bom</artifactId >
241- <version >${project.version} </version >
242- <type >pom</type >
243- <scope >import</scope >
242+ <artifactId >csp</artifactId >
243+ <version >0.0.8-SNAPSHOT</version >
244+ </dependency >
245+ <dependency >
246+ <groupId >software.xdev.sse</groupId >
247+ <artifactId >oauth2-oidc</artifactId >
248+ <version >0.0.8-SNAPSHOT</version >
249+ </dependency >
250+ <dependency >
251+ <groupId >software.xdev.sse</groupId >
252+ <artifactId >oauth2-oidc-remember-me</artifactId >
253+ <version >0.0.8-SNAPSHOT</version >
254+ </dependency >
255+ <dependency >
256+ <groupId >software.xdev.sse</groupId >
257+ <artifactId >vaadin</artifactId >
258+ <version >0.0.8-SNAPSHOT</version >
259+ </dependency >
260+ <dependency >
261+ <groupId >software.xdev.sse</groupId >
262+ <artifactId >web-sidecar-actuator</artifactId >
263+ <version >0.0.8-SNAPSHOT</version >
244264 </dependency >
245265 </dependencies >
246266 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments