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>
99
99
100
100
<!-- NB: Deploy releases to the SciJava Maven repository. -->
101
101
<releaseProfiles >sign,deploy-to-scijava</releaseProfiles >
102
+
103
+ <classgraph .version>4.8.172</classgraph .version>
102
104
</properties >
103
105
104
106
<dependencies >
@@ -111,11 +113,14 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
111
113
<groupId >org.scijava</groupId >
112
114
<artifactId >scijava-common</artifactId >
113
115
</dependency >
116
+
117
+ <!-- Third party dependencies -->
114
118
<dependency >
115
119
<groupId >io.github.classgraph</groupId >
116
120
<artifactId >classgraph</artifactId >
117
- <version >4.8.172 </version >
121
+ <version >${classgraph.version} </version >
118
122
</dependency >
123
+
119
124
<!-- Test dependencies -->
120
125
<dependency >
121
126
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments