diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/pom.xml b/themes/pom.xml index c10321ada5..95e242e690 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -32,14 +32,12 @@ <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-sass-compiler</artifactId> - <version>${vaadin.sass.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-icons</artifactId> - <version>${vaadin.icons.version}</version> <scope>provided</scope> </dependency> @@ -163,7 +161,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.6</version> <configuration> <archive> <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |