Skip to content

Commit 282791b

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add commons-demo dependency
1 parent 342f8fd commit 282791b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@
115115
<version>4.13.1</version>
116116
<scope>test</scope>
117117
</dependency>
118+
<dependency>
119+
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
120+
<artifactId>commons-demo</artifactId>
121+
<version>1.0.0-SNAPSHOT</version>
122+
<scope>test</scope>
123+
</dependency>
118124
</dependencies>
119125

120126
<build>

0 commit comments

Comments
 (0)