Skip to content

Commit 8c37de2

Browse files
committed
build(demo): upgrade commons-demo to 5.0.0
1 parent 17da6fa commit 8c37de2

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
@@ -17,7 +17,7 @@
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
<drivers.dir>${project.basedir}/drivers</drivers.dir>
1919
<jetty.version>11.0.26</jetty.version>
20-
<flowingcode.commons.demo.version>3.9.0</flowingcode.commons.demo.version>
20+
<flowingcode.commons.demo.version>5.0.0</flowingcode.commons.demo.version>
2121
<frontend.hotdeploy>true</frontend.hotdeploy>
2222
</properties>
2323

@@ -481,12 +481,6 @@
481481
<jetty.version>11.0.26</jetty.version>
482482
</properties>
483483
<dependencies>
484-
<dependency>
485-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
486-
<artifactId>commons-demo</artifactId>
487-
<version>5.0.0</version>
488-
<scope>test</scope>
489-
</dependency>
490484
<dependency>
491485
<groupId>com.vaadin</groupId>
492486
<artifactId>vaadin-dev</artifactId>

0 commit comments

Comments
 (0)