diff options
Diffstat (limited to 'datarouter-node/pom.xml')
-rwxr-xr-x | datarouter-node/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 5edffa66..8879f1c1 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -41,6 +41,11 @@ </properties> <dependencies> <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>${commons-codec.version}</version> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> |