PHOENIX-4351 Add i18n-util to bin LICENSE file and to dependencyManagement
diff --git a/dev/release_files/LICENSE b/dev/release_files/LICENSE
index a72ce86..0fd0255 100644
--- a/dev/release_files/LICENSE
+++ b/dev/release_files/LICENSE
@@ -254,6 +254,8 @@
 
 Hamcrest-core 1.3 (http://www.hamcrest.org) Copyright (c) 2000-2006, www.hamcrest.org
 
+i18n-util 1.0.1 (https://github.com/salesforce/i18n-util) Copyright (c) 2017, Salesforce.com, Inc. All rights reserved.
+
 ---
 
 This product bundles the following products which are licensed with
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 14b36a4..936aca3 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -471,10 +471,9 @@
       <artifactId>stream</artifactId>
       <version>${stream.version}</version>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>com.salesforce.i18n</groupId>
       <artifactId>i18n-util</artifactId>
-      <version>1.0.1</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index 1f4f3e6..e393993 100644
--- a/pom.xml
+++ b/pom.xml
@@ -927,6 +927,11 @@
         <artifactId>stream</artifactId>
         <version>${stream.version}</version>
       </dependency>
+      <dependency>
+        <groupId>com.salesforce.i18n</groupId>
+        <artifactId>i18n-util</artifactId>
+        <version>1.0.1</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>