Skip to content

Commit bcec258

Browse files
committed
build(demo): upgrade commons-demo to 5.0.0
1 parent 724f327 commit bcec258

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919
<drivers.dir>${project.basedir}/drivers</drivers.dir>
2020
<jetty.version>11.0.26</jetty.version>
21-
<flowingcode.commons.demo.version>4.1.0</flowingcode.commons.demo.version>
21+
<flowingcode.commons.demo.version>5.0.0</flowingcode.commons.demo.version>
2222
<frontend.hotdeploy>true</frontend.hotdeploy>
2323
</properties>
2424

@@ -517,12 +517,6 @@
517517
<jetty.version>11.0.26</jetty.version>
518518
</properties>
519519
<dependencies>
520-
<dependency>
521-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
522-
<artifactId>commons-demo</artifactId>
523-
<version>5.0.0</version>
524-
<scope>test</scope>
525-
</dependency>
526520
<dependency>
527521
<groupId>com.vaadin</groupId>
528522
<artifactId>vaadin-dev</artifactId>

0 commit comments

Comments
 (0)