summaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorMirjan Merruko <mirjan@vaadin.com>2017-04-07 14:49:07 +0300
committerHenri Sara <henri.sara@gmail.com>2017-04-25 15:01:06 +0300
commit24cfdc4ea0dc6260c044c6f2d53820a748f1d87e (patch)
treee0b81e9bd86b5c9c7be6302b4abd31a833af2cb9 /server/pom.xml
parent5308eb76f463ededa059f8d82653b29ee813a92a (diff)
downloadvaadin-framework-24cfdc4ea0dc6260c044c6f2d53820a748f1d87e.tar.gz
vaadin-framework-24cfdc4ea0dc6260c044c6f2d53820a748f1d87e.zip
Fix dependency issues that cause the server bundle to be built incorrectly
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 3d2f8c47bc..76f8341199 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -88,9 +88,9 @@
<!-- Small reflection library -->
<dependency>
- <groupId>com.googlecode.gentyref</groupId>
+ <groupId>com.vaadin.external</groupId>
<artifactId>gentyref</artifactId>
- <version>1.2.0</version>
+ <version>1.2.0.vaadin1</version>
</dependency>
<!-- OSGi API -->