diff options
-rw-r--r-- | appc-directed-graph/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-directed-graph/pom.xml b/appc-directed-graph/pom.xml index ec0aaeca1..345f2c8cc 100644 --- a/appc-directed-graph/pom.xml +++ b/appc-directed-graph/pom.xml @@ -102,7 +102,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>{commons.collections.version}</version> + <version>${commons.collections.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> |