diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-14 12:28:32 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-14 13:28:32 +0300 |
commit | 4e720f6b2b48d99b6abe615fa26f399c47122e17 (patch) | |
tree | 9d022710c112a190ce2265702064710940df97ea /themes/pom.xml | |
parent | 8bb5f30251be2da3bddd182d1e59e6333b7094c9 (diff) | |
download | vaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.tar.gz vaadin-framework-4e720f6b2b48d99b6abe615fa26f399c47122e17.zip |
Remove redundant versions in POMs (#9990)
Diffstat (limited to 'themes/pom.xml')
-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> |