File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
9999
100100 <!-- NB: Deploy releases to the SciJava Maven repository. -->
101101 <releaseProfiles >sign,deploy-to-scijava</releaseProfiles >
102+
103+ <classgraph .version>4.8.172</classgraph .version>
102104 </properties >
103105
104106 <dependencies >
@@ -111,11 +113,14 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
111113 <groupId >org.scijava</groupId >
112114 <artifactId >scijava-common</artifactId >
113115 </dependency >
116+
117+ <!-- Third party dependencies -->
114118 <dependency >
115119 <groupId >io.github.classgraph</groupId >
116120 <artifactId >classgraph</artifactId >
117- <version >4.8.172 </version >
121+ <version >${classgraph.version} </version >
118122 </dependency >
123+
119124 <!-- Test dependencies -->
120125 <dependency >
121126 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments