summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
Diffstat (limited to 'all')
-rw-r--r--all/all-assembly-descriptor.xml1
-rw-r--r--all/pom.xml6
2 files changed, 0 insertions, 7 deletions
diff --git a/all/all-assembly-descriptor.xml b/all/all-assembly-descriptor.xml
index 2a7cf09a82..157f6215b9 100644
--- a/all/all-assembly-descriptor.xml
+++ b/all/all-assembly-descriptor.xml
@@ -33,7 +33,6 @@
<exclude>${project.groupId}:vaadin-compatibility-themes</exclude>
<exclude>${project.groupId}:vaadin-compatibility-client</exclude>
<exclude>${project.groupId}:vaadin-compatibility-client-compiled</exclude>
- <exclude>${project.groupId}:vaadin-widgets</exclude>
</excludes>
</dependencySet>
</dependencySets>
diff --git a/all/pom.xml b/all/pom.xml
index b3db0fd7d2..66b548bdb6 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -92,12 +92,6 @@
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>vaadin-widgets</artifactId>
- <version>${project.version}</version>
- </dependency>
-
<!-- Needed because referenced from javadocs -->
<dependency>
<groupId>javax.portlet</groupId>