Skip to content

Commit 18daaa5

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add commons demo dependency
1 parent 20074b1 commit 18daaa5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@
100100
<version>4.13.1</version>
101101
<scope>test</scope>
102102
</dependency>
103+
<dependency>
104+
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
105+
<artifactId>commons-demo</artifactId>
106+
<version>1.0.0-SNAPSHOT</version>
107+
<scope>test</scope>
108+
</dependency>
103109
</dependencies>
104110

105111
<build>

0 commit comments

Comments
 (0)