File tree Expand file tree Collapse file tree 3 files changed +7
-111
lines changed
src/main/java/com/flowingcode/addons/applayout/listener Expand file tree Collapse file tree 3 files changed +7
-111
lines changed Original file line number Diff line number Diff line change 1010
1111 <properties >
1212 <vaadin .version>24.1.2</vaadin .version>
13- <hilla .version>1.2.10 </hilla .version>
13+ <hilla .version>2. 1.2</hilla .version>
1414
1515 <maven .compiler.source>17</maven .compiler.source>
1616 <maven .compiler.target>17</maven .compiler.target>
5050 <scope >import</scope >
5151 <version >${vaadin.version} </version >
5252 </dependency >
53- <dependency >
54- <groupId >dev.hilla</groupId >
55- <artifactId >hilla-bom</artifactId >
56- <version >${hilla.version} </version >
57- <type >pom</type >
58- <scope >import</scope >
59- </dependency >
6053 </dependencies >
6154 </dependencyManagement >
6255
8679 <groupId >com.vaadin</groupId >
8780 <artifactId >vaadin-core</artifactId >
8881 </dependency >
89- <dependency >
90- <groupId >dev.hilla</groupId >
91- <artifactId >hilla</artifactId >
92- <optional >true</optional >
93- </dependency >
82+ <dependency >
83+ <groupId >dev.hilla</groupId >
84+ <artifactId >endpoint</artifactId >
85+ <version >2.1.2</version >
86+ <optional >true</optional >
87+ </dependency >
9488 <dependency >
9589 <groupId >org.springframework.boot</groupId >
9690 <artifactId >spring-boot-autoconfigure</artifactId >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments