Skip to content

Commit 40cb95d

Browse files
committed
POM: declare classgraph version as a property
1 parent c3fecc7 commit 40cb95d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)