set commons-codec version
[appc/parent.git] / feature-repo-parent / pom.xml
index 97a563d..173170d 100644 (file)
@@ -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>