summaryrefslogtreecommitdiffstats
path: root/client-compiler/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-01 14:46:13 +0300
committerVaadin Code Review <review@vaadin.com>2016-04-01 12:17:09 +0000
commitde122b74178077358ec8ec33e1dbc08aa5a32d2d (patch)
tree2fcb135d4f86d96a17c8a3d24c4480a60baedc61 /client-compiler/pom.xml
parent8df3680762f219d3e07dca74435e8fca90905a68 (diff)
downloadvaadin-framework-de122b74178077358ec8ec33e1dbc08aa5a32d2d.tar.gz
vaadin-framework-de122b74178077358ec8ec33e1dbc08aa5a32d2d.zip
Fix client-compiler exclude rules
Change-Id: I06bb2e41297140f082ecaa1f8c091a4b45d05da0
Diffstat (limited to 'client-compiler/pom.xml')
-rw-r--r--client-compiler/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml
index 3f79d36858..f44bd4dcca 100644
--- a/client-compiler/pom.xml
+++ b/client-compiler/pom.xml
@@ -92,8 +92,8 @@
<version>8.1.12.v20130726</version>
<exclusions>
<exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>orbit</artifactId>
+ <groupId>org.eclipse.jetty.orbit</groupId>
+ <artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -103,8 +103,8 @@
<version>8.1.12.v20130726</version>
<exclusions>
<exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>orbit</artifactId>
+ <groupId>org.eclipse.jetty.orbit</groupId>
+ <artifactId>*</artifactId>
</exclusion>
</exclusions>