We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe8df0 commit 995f08aCopy full SHA for 995f08a
1 file changed
pom.xml
@@ -16,7 +16,6 @@
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18
<drivers.dir>${project.basedir}/drivers</drivers.dir>
19
- <flowingcode.commons.demo.version>4.2.0</flowingcode.commons.demo.version>
20
</properties>
21
22
<organization>
@@ -90,12 +89,6 @@
90
89
<version>2.8.2.vaadin2</version>
91
<scope>compile</scope>
92
</dependency>
93
- <dependency>
94
- <groupId>com.flowingcode.vaadin.addons.demo</groupId>
95
- <artifactId>commons-demo</artifactId>
96
- <version>${flowingcode.commons.demo.version}</version>
97
- <scope>test</scope>
98
- </dependency>
99
<dependency>
100
<groupId>org.slf4j</groupId>
101
<artifactId>slf4j-simple</artifactId>
0 commit comments