Skip to content

Commit 0edf088

Browse files
mlopezFCjavier-godoy
authored andcommitted
feat: upgrade to hilla 2.1.2
1 parent 7d22301 commit 0edf088

File tree

3 files changed

+7
-111
lines changed

3 files changed

+7
-111
lines changed

pom.xml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>
@@ -50,13 +50,6 @@
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

@@ -86,11 +79,12 @@
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>

src/main/java/com/flowingcode/addons/applayout/listener/HillaAutoConfiguration.java

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

src/main/java/com/flowingcode/addons/applayout/listener/RegisterEndpointServiceInitListener.java

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

0 commit comments

Comments
 (0)