HIGUCHI Yuta
Committed by Gerrit Code Review

Remove duplicate commons-configuration.

- Should get rid of following warning:
  UserWarning: Duplicate name: 'commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar'

Change-Id: I44b04344a5b182896d967724f90ba8fd6ed16639
...@@ -29,7 +29,6 @@ osgi_feature ( ...@@ -29,7 +29,6 @@ osgi_feature (
29 '//lib:jackson-core', 29 '//lib:jackson-core',
30 '//lib:jackson-annotations', 30 '//lib:jackson-annotations',
31 '//lib:jackson-databind', 31 '//lib:jackson-databind',
32 - '//lib:commons-configuration',
33 '//lib:commons-collections', 32 '//lib:commons-collections',
34 '//lib:typesafe-config', 33 '//lib:typesafe-config',
35 '//lib:concurrent-trees', 34 '//lib:concurrent-trees',
......