File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 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 >
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
105111 <version >6.1.14</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 >
You can’t perform that action at this time.
0 commit comments