Skip to content

Commit fe32476

Browse files
committed
build(demo): upgrade commons-demo to 5.0.0
1 parent 9e54810 commit fe32476

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1717
<drivers.dir>${project.basedir}/drivers</drivers.dir>
18-
<flowingcode.commons.demo.version>4.2.0</flowingcode.commons.demo.version>
18+
<flowingcode.commons.demo.version>5.0.0</flowingcode.commons.demo.version>
1919
<jetty.version>11.0.26</jetty.version>
2020
</properties>
2121
<organization>
@@ -537,14 +537,6 @@
537537
<vaadin.version>25.0.0-beta2</vaadin.version>
538538
<jetty.version>11.0.26</jetty.version>
539539
</properties>
540-
<dependencies>
541-
<dependency>
542-
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
543-
<artifactId>commons-demo</artifactId>
544-
<version>5.0.0</version>
545-
<scope>test</scope>
546-
</dependency>
547-
</dependencies>
548540
</profile>
549541

550542
</profiles>

0 commit comments

Comments
 (0)