Blame SOURCES/properly_rewrite_namespace.patch

bf27f7
diff --git a/jmx_prometheus_javaagent/pom.xml b/jmx_prometheus_javaagent/pom.xml
bf27f7
index 5a14679..fb47a94 100644
bf27f7
--- a/jmx_prometheus_javaagent/pom.xml
bf27f7
+++ b/jmx_prometheus_javaagent/pom.xml
bf27f7
@@ -62,9 +62,11 @@
bf27f7
                 <include>javax.servlet.**</include>
bf27f7
                 <include>org.eclipse.**</include>
bf27f7
                 <include>org.yaml.**</include>
bf27f7
+                <include>biz.source_code.**</include>
bf27f7
+                <include>org.apache.**</include>
bf27f7
               </includes>
bf27f7
               <excludes>
bf27f7
-                <exclude>io.prometheus.jmx.shaded.**</exclude>
bf27f7
+                <exclude>io.prometheus.jmx.**</exclude>
bf27f7
               </excludes>
bf27f7
             </relocation>
bf27f7
           </relocations>
bf27f7
@@ -81,8 +83,8 @@
bf27f7
           <transformers>
bf27f7
             <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
bf27f7
              <manifestEntries>
bf27f7
-              <Premain-Class>io.prometheus.jmx.shaded.io.prometheus.jmx.JavaAgent</Premain-Class>
bf27f7
-              <Agent-Class>io.prometheus.jmx.shaded.io.prometheus.jmx.JavaAgent</Agent-Class>
bf27f7
+              <Premain-Class>io.prometheus.jmx.JavaAgent</Premain-Class>
bf27f7
+              <Agent-Class>io.prometheus.jmx.JavaAgent</Agent-Class>
bf27f7
               <Implementation-Version>${project.version}</Implementation-Version>
bf27f7
               <Implementation-Title>${project.artifactId}</Implementation-Title>
bf27f7
              </manifestEntries>