You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running maven clean install I get the error: Could not transfer artifact org.vaadin.addons:dragdroplayouts:jar:1.3.2 from/to vaadin-addons (http://maven.vaadin.com/vaadin-addons): GET request of: org/vaadin/addons/dragdroplayouts/1.3.2/dragdroplayouts-1.3.2.jar from vaadin-addons failed: Premature end of Content-Length delimited message body (expected: 359318; received: 45339 -> [Help 1]
I'm using the standard dependency: <dependency> <groupId>org.vaadin.addons</groupId> <artifactId>dragdroplayouts</artifactId> <version>1.3.2</version> </dependency>
Anything I'm missing? Incompatible Maven versions (3.3.3 in my case)? I'm able to download the package via HTTP alright.
The text was updated successfully, but these errors were encountered:
Running
maven clean install
I get the error:Could not transfer artifact org.vaadin.addons:dragdroplayouts:jar:1.3.2 from/to vaadin-addons (http://maven.vaadin.com/vaadin-addons): GET request of: org/vaadin/addons/dragdroplayouts/1.3.2/dragdroplayouts-1.3.2.jar from vaadin-addons failed: Premature end of Content-Length delimited message body (expected: 359318; received: 45339 -> [Help 1]
I'm using the standard dependency:
<dependency> <groupId>org.vaadin.addons</groupId> <artifactId>dragdroplayouts</artifactId> <version>1.3.2</version> </dependency>
Anything I'm missing? Incompatible Maven versions (3.3.3 in my case)? I'm able to download the package via HTTP alright.
The text was updated successfully, but these errors were encountered: