Skip to content

Commit

Permalink
chore: adapt to unified platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Feb 18, 2024
1 parent f1833b3 commit b2b98b3
Show file tree
Hide file tree
Showing 34 changed files with 19,462 additions and 25,012 deletions.
4 changes: 4 additions & 0 deletions hilla-jandex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-dev</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
27 changes: 26 additions & 1 deletion hilla-shaded-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
<groupId>com.vaadin.hilla</groupId>
<artifactId>engine-runtime</artifactId>
</dependency>
<!--
vaadin-core-versions.json and vaadin-versions.json have been removed frm the Hilla artifacts in
unified platform. Since quarkus-hilla currently still focus on Hilla only, for the moment we repack the
json files in the shaded deps module.
-->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin</artifactId>
<version>${vaadin.version}</version>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -103,7 +113,8 @@
<include>org/springframework/data/domain/KeysetScrollPosition.class</include>
<include>org/springframework/data/domain/OffsetScrollPosition.class</include>
<include>org/springframework/data/domain/ScrollPosition.class</include>
<include>org/springframework/data/domain/ScrollPosition$Direction.class</include>
<include>org/springframework/data/domain/ScrollPosition$Direction.class
</include>
<include>org/springframework/data/domain/Page.class</include>
<include>org/springframework/data/domain/Pageable.class</include>
<include>org/springframework/data/domain/PageRequest.class</include>
Expand All @@ -117,6 +128,18 @@
<include>org/springframework/data/util/LazyStreamable.class</include>
</includes>
</filter>
<filter>
<artifact>com.vaadin:vaadin-core-internal</artifact>
<includes>
<include>vaadin-core-versions.json</include>
</includes>
</filter>
<filter>
<artifact>com.vaadin:vaadin-internal</artifact>
<includes>
<include>vaadin-versions.json</include>
</includes>
</filter>
</filters>
<artifactSet>
<includes>
Expand All @@ -125,6 +148,8 @@
<include>org.springframework:spring-context</include>
<include>org.springframework:spring-web</include>
<include>org.springframework.data:spring-data-commons</include>
<include>com.vaadin:vaadin-core-internal</include>
<include>com.vaadin:vaadin-internal</include>
</includes>
</artifactSet>
</configuration>
Expand Down
Loading

0 comments on commit b2b98b3

Please sign in to comment.