summaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-01-11 16:43:29 +0200
committerLeif Åstrand <leif@vaadin.com>2015-01-11 15:56:21 +0000
commitb499c36b663ab259701ebdc4abd3b799955f223a (patch)
tree9e4d77ba916e044751681a318f53569c357088ef /widgets
parent4e732adf67c607834172f6bd028a90dab7a2f97f (diff)
downloadvaadin-framework-b499c36b663ab259701ebdc4abd3b799955f223a.tar.gz
vaadin-framework-b499c36b663ab259701ebdc4abd3b799955f223a.zip
Add widgets-module to Eclipse (#15544)
Change-Id: Ida08d51d26c97a8c1e92fc6cd49c8885e91cd052
Diffstat (limited to 'widgets')
-rw-r--r--widgets/ivy.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/widgets/ivy.xml b/widgets/ivy.xml
index 3a304eeec6..d7c29631f4 100644
--- a/widgets/ivy.xml
+++ b/widgets/ivy.xml
@@ -19,7 +19,7 @@
<artifact type="javadoc" ext="jar" m:classifier="javadoc" />
<artifact type="pom" ext="pom" />
</publications>
- <dependencies defaultconf="build" defaultconfmapping="build,ide->default">
+ <dependencies defaultconf="build" defaultconfmapping="build->default">
<!-- API DEPENDENCIES -->
<!-- LIBRARY DEPENDENCIES (compile time) -->
@@ -41,10 +41,7 @@
<exclude type="pom" conf="test" />
</dependency>
<dependency org="com.vaadin" name="vaadin-sass-compiler"
- rev="${vaadin.sass.version}"
- conf="build-provided->default" />
- <dependency org="junit" name="junit" rev="4.11"
- conf="test->default" />
+ rev="${vaadin.sass.version}" conf="build-provided->default" />
</dependencies>