Skip to content

Commit d6afab3

Browse files
committed
build(demo): add commons-demo dependency
1 parent ac85fca commit d6afab3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +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.0.0</flowingcode.commons.demo.version>
1819
<jetty.version>11.0.14</jetty.version>
1920
</properties>
2021
<organization>
@@ -54,6 +55,11 @@
5455
<scope>import</scope>
5556
<version>${vaadin.version}</version>
5657
</dependency>
58+
<dependency>
59+
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
60+
<artifactId>commons-demo</artifactId>
61+
<version>${flowingcode.commons.demo.version}</version>
62+
</dependency>
5763
</dependencies>
5864
</dependencyManagement>
5965

@@ -105,6 +111,11 @@
105111
<version>6.0.9</version>
106112
<optional>true</optional>
107113
</dependency>
114+
<dependency>
115+
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
116+
<artifactId>commons-demo</artifactId>
117+
<scope>test</scope>
118+
</dependency>
108119
<dependency>
109120
<groupId>org.slf4j</groupId>
110121
<artifactId>slf4j-simple</artifactId>

0 commit comments

Comments
 (0)