Skip to content

Commit

Permalink
[DEP] Fix classpath for jackson's lib bump
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
RoiArthurB committed Feb 22, 2024
1 parent 2b11aa0 commit a92838f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gama.dependencies/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@
<classpathentry exported="true" kind="lib" path="geotools/gt-http-commons-25.0.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="protobuf-java-3.6.1.jar"/>
<classpathentry kind="lib" path="geotools/jackson-core-2.16.1.jar"/>
<classpathentry exported="true" kind="lib" path="geotools/jackson-core-2.16.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion gama.dependencies/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ Bundle-ClassPath: .,
geotools/imageio-ext-streams-1.3.5.jar,
geotools/imageio-ext-tiff-1.3.5.jar,
geotools/imageio-ext-utilities-1.3.5.jar,
geotools/jackson-core-2.10.5.jar,
geotools/jackson-core-2.16.1.jar,
geotools/jai_codec-1.1.3.jar,
geotools/jai_core-1.1.3.jar,
geotools/jai_imageio-1.1.jar,
Expand Down
2 changes: 1 addition & 1 deletion gama.dependencies/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bin.includes = .,\
geotools/imageio-ext-streams-1.3.5.jar,\
geotools/imageio-ext-tiff-1.3.5.jar,\
geotools/imageio-ext-utilities-1.3.5.jar,\
geotools/jackson-core-2.10.5.jar,\
geotools/jackson-core-2.16.1.jar,\
geotools/jai_codec-1.1.3.jar,\
geotools/jai_core-1.1.3.jar,\
geotools/jai_imageio-1.1.jar,\
Expand Down

0 comments on commit a92838f

Please sign in to comment.