Skip to content

Commit ada1d71

Browse files
author
jdeolive
committed
adding jython dependency for compilation with provided scope
1 parent 1aa9000 commit ada1d71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@
140140
<artifactId>gt-process-raster</artifactId>
141141
<version>${gt.version}</version>
142142
</dependency>
143+
<dependency>
144+
<groupId>jython</groupId>
145+
<artifactId>jython</artifactId>
146+
<version>2.5.2</version>
147+
<scope>provided</scope>
148+
</dependency>
143149

144150
<!--dependency>
145151
<groupId>org.geotools</groupId>
@@ -192,6 +198,7 @@
192198
<artifactId>maven-dependency-plugin</artifactId>
193199
<configuration>
194200
<outputDirectory>${basedir}/jars</outputDirectory>
201+
<excludeScope>provided</excludeScope>
195202
</configuration>
196203
<executions>
197204
<execution>

0 commit comments

Comments
 (0)