summaryrefslogtreecommitdiffstats
path: root/feature-repo-parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'feature-repo-parent/pom.xml')
-rw-r--r--feature-repo-parent/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml
index 97a563d..173170d 100644
--- a/feature-repo-parent/pom.xml
+++ b/feature-repo-parent/pom.xml
@@ -34,4 +34,19 @@ limitations under the License.
<version>1.2.1</version>
<relativePath />
</parent>
+
+ <properties>
+ <commons-codec.version>1.12</commons-codec.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>${commons-codec.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
</project>