Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
78cc5e61
Commit
78cc5e61
authored
Jan 27, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing Maven dependencies to to mitigate F8 after program start
parent
d32e678f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
pom.xml
pom.xml
+13
-0
No files found.
pom.xml
View file @
78cc5e61
...
...
@@ -14,6 +14,8 @@
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.source>
1.8
</maven.compiler.source>
<!-- codex 2026-01-26: override transitive netcdf version to fix bad manifest Class-Path -->
<netcdf.version>
4.3.22-elphel2
</netcdf.version>
</properties>
<groupId>
com.elphel
</groupId>
...
...
@@ -26,6 +28,17 @@
<!-- <name>plugins/Aberration_Calibration.jar</name> -->
<description>
A Maven project implementing imagej-elphel plugin
</description>
<!-- codex 2026-01-26: pin netcdf to avoid missing Class-Path entries in 4.3.19 -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
edu.ucar
</groupId>
<artifactId>
netcdf
</artifactId>
<version>
${netcdf.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment