We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa9000 commit ada1d71Copy full SHA for ada1d71
pom.xml
@@ -140,6 +140,12 @@
140
<artifactId>gt-process-raster</artifactId>
141
<version>${gt.version}</version>
142
</dependency>
143
+ <dependency>
144
+ <groupId>jython</groupId>
145
+ <artifactId>jython</artifactId>
146
+ <version>2.5.2</version>
147
+ <scope>provided</scope>
148
+ </dependency>
149
150
<!--dependency>
151
<groupId>org.geotools</groupId>
@@ -192,6 +198,7 @@
192
198
<artifactId>maven-dependency-plugin</artifactId>
193
199
<configuration>
194
200
<outputDirectory>${basedir}/jars</outputDirectory>
201
+ <excludeScope>provided</excludeScope>
195
202
</configuration>
196
203
<executions>
197
204
<execution>
0 commit comments