Mercurial > dive4elements > river
comparison gwt-client/pom.xml @ 9770:c9c9b21b9f8a 3.2.x
Remove unused dependencies
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 16 Jan 2023 17:23:42 +0100 |
parents | 0a5239a1e46e |
children | 70b54e20c098 |
comparison
equal
deleted
inserted
replaced
9769:d43b263bb704 | 9770:c9c9b21b9f8a |
---|---|
66 <groupId>net.sf.opencsv</groupId> | 66 <groupId>net.sf.opencsv</groupId> |
67 <artifactId>opencsv</artifactId> | 67 <artifactId>opencsv</artifactId> |
68 <version>2.0</version> | 68 <version>2.0</version> |
69 </dependency> | 69 </dependency> |
70 <dependency> | 70 <dependency> |
71 <groupId>junit</groupId> | |
72 <artifactId>junit</artifactId> | |
73 <version>4.4</version> | |
74 <scope>test</scope> | |
75 </dependency> | |
76 <dependency> | |
77 <groupId>commons-lang</groupId> | 71 <groupId>commons-lang</groupId> |
78 <artifactId>commons-lang</artifactId> | 72 <artifactId>commons-lang</artifactId> |
79 <version>2.6</version> | 73 <version>2.6</version> |
80 </dependency> | 74 </dependency> |
81 <dependency> | 75 <dependency> |
111 </dependency> | 105 </dependency> |
112 <dependency> | 106 <dependency> |
113 <groupId>org.mapfish.print</groupId> | 107 <groupId>org.mapfish.print</groupId> |
114 <artifactId>print-lib</artifactId> | 108 <artifactId>print-lib</artifactId> |
115 <version>1.2.0</version> | 109 <version>1.2.0</version> |
116 </dependency> | |
117 <dependency> | |
118 <groupId>org.jdom</groupId> | |
119 <artifactId>jdom</artifactId> | |
120 <version>1.1.3</version> | |
121 </dependency> | |
122 <dependency> | |
123 <groupId>commons-io</groupId> | |
124 <artifactId>commons-io</artifactId> | |
125 <version>2.2</version> | |
126 </dependency> | 110 </dependency> |
127 <dependency> | 111 <dependency> |
128 <groupId>commons-codec</groupId> | 112 <groupId>commons-codec</groupId> |
129 <artifactId>commons-codec</artifactId> | 113 <artifactId>commons-codec</artifactId> |
130 <version>1.4</version> | 114 <version>1.4</version> |