Upgrade kotlinx metadata to 0.0.3

* 0.0.3 fixed the wrong use of service loader:
  https://youtrack.jetbrains.com/issue/KT-24881

* upgraded shadow jar to 2.0.4.
  2.0.3 suffered from performance issue:
    https://github.com/johnrengelman/shadow/issues/384

* Include META-INF/services/* to r8.jar
  Otherwise, kotlinx extension service is not loaded properly.

* Instead of excluding META-INF/* as a whole,
  exclude libraries maven pom explicitly during repackageDeps.

Bug: 110462870
Change-Id: I57e0f98f756836c22234b5ce13423018736aff2a
diff --git a/LIBRARY-LICENSE b/LIBRARY-LICENSE
index bc69c40..889b9ad 100644
--- a/LIBRARY-LICENSE
+++ b/LIBRARY-LICENSE
@@ -54,6 +54,12 @@
   license: The Apache License, Version 2.0
   licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
   url: https://kotlinlang.org/
+- artifact: org.jetbrains.kotlin:kotlin-stdlib-common:+
+  name: org.jetbrains.kotlin:kotlin-stdlib
+  copyrightHolder: JetBrains s.r.o.
+  license: The Apache License, Version 2.0
+  licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
+  url: https://kotlinlang.org/
 - artifact: org.jetbrains.kotlinx:kotlinx-metadata-jvm:+
   name: org.jetbrains.kotlinx:kotlinx-metadata-jvm
   copyrightHolder: JetBrains s.r.o.