<p>Hello Olli,</p><p>I am currently using version 24.1.1 of Vaadin which do

Hello Olli,

I am currently using version 24.1.1 of Vaadin which doesn't play well with ClipboardHelper version 2.0.0. I'm getting the following error:

Failed to collect dependencies at 
org.vaadin.olli:clipboardhelper:jar:2.0.0: 
Failed to read artifact descriptor for 
org.vaadin.olli:clipboardhelper:jar:2.0.0: 
The following artifacts could not be resolved:
com.vaadin:vaadin-bom:pom:24.0.0.beta4 (absent)

The cause of the error seems to be the following entry in clipboardhelper-2.0.0.pom

<properties>
  <vaadin.version>24.0.0.beta4</vaadin.version>
  ...
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${vaadin.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Are there any plans to support Vaadin 24.1.1 in the near future? :)

Thank you and best regards!

Georg