Change commons-codec version
[appc/parent.git] / binding-parent / pom.xml
index cd80812..a738b47 100644 (file)
@@ -41,6 +41,7 @@ limitations under the License.
         <assertj.version>3.9.0</assertj.version>
         <apache.sshd.version>1.6.0</apache.sshd.version>
         <cdp.pal.version>1.1.25.8-oss</cdp.pal.version>
+        <commons-codec.version>1.12</commons-codec.version>
         <mariadb.client.version>2.1.1</mariadb.client.version>
         <snakeyaml.version>1.15</snakeyaml.version>
         <dmaap.client.version>1.1.5</dmaap.client.version>
@@ -95,6 +96,11 @@ limitations under the License.
     </properties>
        <dependencyManagement>
                <dependencies>
+                       <dependency>
+                               <groupId>commons-codec</groupId>
+                               <artifactId>commons-codec</artifactId>
+                               <version>${commons-codec.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.opendaylight.controller</groupId>
                                <artifactId>config-api</artifactId>