Mercurial > lada > lada-server
comparison pom.xml @ 1043:1b9516c60a5a schema-update
Added json export.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 05 Sep 2016 10:19:23 +0200 |
parents | 2f816d251a0d |
children | fdc752cd17fe |
comparison
equal
deleted
inserted
replaced
1042:3a5a9a0492d1 | 1043:1b9516c60a5a |
---|---|
67 <dependency> | 67 <dependency> |
68 <groupId>com.fasterxml.jackson.core</groupId> | 68 <groupId>com.fasterxml.jackson.core</groupId> |
69 <artifactId>jackson-annotations</artifactId> | 69 <artifactId>jackson-annotations</artifactId> |
70 <version>2.5.1</version> | 70 <version>2.5.1</version> |
71 </dependency> | 71 </dependency> |
72 <dependency> | |
73 <groupId>com.fasterxml.jackson.core</groupId> | |
74 <artifactId>jackson-databind</artifactId> | |
75 <version>2.5.1</version> | |
76 </dependency> | |
77 <dependency> | |
78 <groupId>commons-io</groupId> | |
79 <artifactId>commons-io</artifactId> | |
80 <version>2.5</version> | |
81 </dependency> | |
72 <dependency> | 82 <dependency> |
73 <groupId>org.opensaml</groupId> | 83 <groupId>org.opensaml</groupId> |
74 <artifactId>opensaml</artifactId> | 84 <artifactId>opensaml</artifactId> |
75 <version>2.6.4</version> | 85 <version>2.6.4</version> |
76 </dependency> | 86 </dependency> |