diff options
| author | Christian Wagner <c.wagner@datentechnik-innovation.com> | 2015-01-12 16:32:43 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 11:05:52 +0200 | 
| commit | 4d16df7e7a3a893332248d20d032d23605eb091e (patch) | |
| tree | b1401e131e168e315b5a2442c34cb595d49be3ab /id/server/idserverlib | |
| parent | d1b7f7f87f0460f7c96359106a24a4a486d39b15 (diff) | |
| download | moa-id-spss-4d16df7e7a3a893332248d20d032d23605eb091e.tar.gz moa-id-spss-4d16df7e7a3a893332248d20d032d23605eb091e.tar.bz2 moa-id-spss-4d16df7e7a3a893332248d20d032d23605eb091e.zip | |
add Jackson 2.5.0 annotations
Diffstat (limited to 'id/server/idserverlib')
| -rw-r--r-- | id/server/idserverlib/pom.xml | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index f0c845928..b224717c2 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -435,6 +435,12 @@  			<artifactId>jackson-databind</artifactId>
  		</dependency>
 +
 +		<dependency>
 +			<groupId>com.fasterxml.jackson.core</groupId>
 +			<artifactId>jackson-annotations</artifactId>
 +		</dependency>
 +
  		<dependency>
  			<groupId>javax.servlet</groupId>
  			<artifactId>javax.servlet-api</artifactId>
 | 
