Mercurial > dive4elements > river
comparison artifacts/pom.xml @ 9767:69653f4dd754 3.2.x
Mark runtime dependencies
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 16 Jan 2023 14:14:30 +0100 |
parents | b64335345270 |
children | 70176fc45db0 |
comparison
equal
deleted
inserted
replaced
9766:b64335345270 | 9767:69653f4dd754 |
---|---|
112 </dependency> | 112 </dependency> |
113 <dependency> | 113 <dependency> |
114 <groupId>org.apache.xmlgraphics</groupId> | 114 <groupId>org.apache.xmlgraphics</groupId> |
115 <artifactId>batik-dom</artifactId> | 115 <artifactId>batik-dom</artifactId> |
116 <version>1.7</version> | 116 <version>1.7</version> |
117 <scope>runtime</scope> | |
117 </dependency> | 118 </dependency> |
118 <dependency> | 119 <dependency> |
119 <groupId>org.apache.xmlgraphics</groupId> | 120 <groupId>org.apache.xmlgraphics</groupId> |
120 <artifactId>batik-svggen</artifactId> | 121 <artifactId>batik-svggen</artifactId> |
121 <version>1.7</version> | 122 <version>1.7</version> |
132 </dependency> | 133 </dependency> |
133 <dependency> | 134 <dependency> |
134 <groupId>com.h2database</groupId> | 135 <groupId>com.h2database</groupId> |
135 <artifactId>h2</artifactId> | 136 <artifactId>h2</artifactId> |
136 <version>1.3.158</version> | 137 <version>1.3.158</version> |
138 <scope>runtime</scope> | |
137 </dependency> | 139 </dependency> |
138 <dependency> | 140 <dependency> |
139 <groupId>commons-io</groupId> | 141 <groupId>commons-io</groupId> |
140 <artifactId>commons-io</artifactId> | 142 <artifactId>commons-io</artifactId> |
141 <version>2.4</version> | 143 <version>2.4</version> |
147 </dependency> | 149 </dependency> |
148 <dependency> | 150 <dependency> |
149 <groupId>org.geotools</groupId> | 151 <groupId>org.geotools</groupId> |
150 <artifactId>gt-epsg-wkt</artifactId> | 152 <artifactId>gt-epsg-wkt</artifactId> |
151 <version>2.7.2</version> | 153 <version>2.7.2</version> |
154 <scope>runtime</scope> | |
152 </dependency> | 155 </dependency> |
153 <dependency> | 156 <dependency> |
154 <groupId>org.geotools</groupId> | 157 <groupId>org.geotools</groupId> |
155 <artifactId>gt-geojson</artifactId> | 158 <artifactId>gt-geojson</artifactId> |
156 <version>2.7.2</version> | 159 <version>2.7.2</version> |
178 </dependency> | 181 </dependency> |
179 <dependency> | 182 <dependency> |
180 <groupId>org.codehaus.groovy</groupId> | 183 <groupId>org.codehaus.groovy</groupId> |
181 <artifactId>groovy-all</artifactId> | 184 <artifactId>groovy-all</artifactId> |
182 <version>1.6.0</version> | 185 <version>1.6.0</version> |
186 <scope>runtime</scope> | |
183 </dependency> | 187 </dependency> |
184 </dependencies> | 188 </dependencies> |
185 <repositories> | 189 <repositories> |
186 <repository> | 190 <repository> |
187 <id>gt2.repo</id> | 191 <id>gt2.repo</id> |