Skip to content

Commit 93bcda8

Browse files
committed
build(demo): upgrade commons-demo to 5.0.0
1 parent 4673ce8 commit 93bcda8

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

@@ -510,12 +510,6 @@
510510
<jetty.version>11.0.26</jetty.version>
511511
</properties>
512512
<dependencies>
513-
<dependency>
514-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
515-
<artifactId>commons-demo</artifactId>
516-
<version>5.0.0</version>
517-
<scope>test</scope>
518-
</dependency>
519513
<dependency>
520514
<groupId>com.vaadin</groupId>
521515
<artifactId>vaadin-dev</artifactId>

0 commit comments

Comments
 (0)