summaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorDenis Anisimov <denis@vaadin.com>2016-08-26 15:04:05 +0300
committerDenis Anisimov <denis@vaadin.com>2016-10-25 09:12:41 +0300
commit0decd87411d98cf0d03db35fb6e5d70637ff864c (patch)
tree80af2fd0a2cd35c8ed613987f70c66c049088d4b /server/pom.xml
parenteb39bd3df37fe0704c7bf2de95a85a7bf1e627a8 (diff)
downloadvaadin-framework-0decd87411d98cf0d03db35fb6e5d70637ff864c.tar.gz
vaadin-framework-0decd87411d98cf0d03db35fb6e5d70637ff864c.zip
Binder.bindInstanceFields(Object) method implementation (#47).
Binds class instance fields using reflection using Binder.forField() Change-Id: I597f3832d112cfa69c73fb185f1564c482e4eb15
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 616558cdea..4d65f1046c 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -80,6 +80,13 @@
<artifactId>jsoup</artifactId>
</dependency>
+ <!-- Small reflection library -->
+ <dependency>
+ <groupId>com.googlecode.gentyref</groupId>
+ <artifactId>gentyref</artifactId>
+ <version>1.2.0</version>
+ </dependency>
+
<!-- TESTING DEPENDENCIES -->
<!-- Test dependencies -->