File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17
17
<drivers .dir>${project.basedir} /drivers</drivers .dir>
18
+ <flowingcode .commons.demo.version>4.0.0</flowingcode .commons.demo.version>
18
19
<jetty .version>11.0.14</jetty .version>
19
20
</properties >
20
21
<organization >
54
55
<scope >import</scope >
55
56
<version >${vaadin.version} </version >
56
57
</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 >
57
63
</dependencies >
58
64
</dependencyManagement >
59
65
105
111
<version >6.0.9</version >
106
112
<optional >true</optional >
107
113
</dependency >
114
+ <dependency >
115
+ <groupId >com.flowingcode.vaadin.addons.demo</groupId >
116
+ <artifactId >commons-demo</artifactId >
117
+ <scope >test</scope >
118
+ </dependency >
108
119
<dependency >
109
120
<groupId >org.slf4j</groupId >
110
121
<artifactId >slf4j-simple</artifactId >
You can’t perform that action at this time.
0 commit comments