Skip to content

Commit

Permalink
chore: upgrade atmosphere runtime to 3.0.5.slf4jvaadin1 (#2266)
Browse files Browse the repository at this point in the history
This also set the `enforcer.skip` for the hilla-bom module
to skip the unnecessary execution of enforcer plugin in that
module.

Co-authored-by: Anton Platonov <[email protected]>
  • Loading branch information
taefi and platosha authored Mar 27, 2024
1 parent b9eb41e commit a4d3dfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/java/endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>3.0.4.slf4jvaadin1</version>
<version>${atmosphere.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin.external.google</groupId>
Expand Down
4 changes: 4 additions & 0 deletions packages/java/hilla-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<version>24.4-SNAPSHOT</version>
<url>https://hilla.dev</url>

<properties>
<enforcer.skip>true</enforcer.skip>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<jaxb.version>4.0.4</jaxb.version>
<github.javaparser.core.version>3.25.9</github.javaparser.core.version>
<jetty.version>12.0.3</jetty.version>
<atmosphere.version>3.0.5.slf4jvaadin1</atmosphere.version>
</properties>

<organization>
Expand Down

0 comments on commit a4d3dfb

Please sign in to comment.