@@ -69,7 +69,8 @@ lazy val interface = project
6969 rename(" com.github.luben.zstd.**" , " coursierapi.shaded.zstd.@1" ),
7070 rename(" io.airlift.compress.**" , " coursierapi.shaded.compress.@1" ),
7171 rename(" io.github.alexarchambault.isterminal.**" , " coursierapi.shaded.isterminal.@1" ),
72- rename(" org.apache.commons.lang3.**" , " coursierapi.shaded.lang3.@1" )
72+ rename(" org.apache.commons.lang3.**" , " coursierapi.shaded.lang3.@1" ),
73+ rename(" org.apache.tika.**" , " coursierapi.shaded.tika.@1" )
7374 )
7475
7576 val processor = new com.eed3si9n.jarjar.JJProcessor (
@@ -174,6 +175,7 @@ lazy val interface = project
174175 case n if n.startsWith(" coursier-core" ) => Some (" !META-INF/**,!coursier.properties,!coursier/coursier.properties" )
175176 case n if n.startsWith(" scala-xml" ) => Some (" !META-INF/**,!scala-xml.properties" )
176177 case n if n.startsWith(" scala-library" ) => Some (" !META-INF/**,!library.properties,!rootdoc.txt" )
178+ case n if n.startsWith(" tika-core" ) => Some (" !META-INF/**,!pipes-fork-server-default-log4j2.xml" )
177179 case _ => Some (" !META-INF/**" )
178180 }
179181 },
@@ -197,8 +199,8 @@ lazy val interface = project
197199 Settings .shared,
198200 Settings .mima(),
199201 libraryDependencies ++= Seq (
200- " io.get-coursier" %% " coursier" % " 2.1.25-M1 " ,
201- " io.get-coursier" %% " coursier-jvm" % " 2.1.25-M1 " ,
202+ " io.get-coursier" %% " coursier" % " 2.1.25-M18 " ,
203+ ( " io.get-coursier" %% " coursier-jvm" % " 2.1.25-M18 " ).exclude( " net.java.dev.jna " , " jna " ) ,
202204 " io.get-coursier.jniutils" % " windows-jni-utils-coursierapi" % " 0.3.3" ,
203205 " org.slf4j" % " slf4j-api" % " 1.7.36" // no need to shade that one…
204206 ),
0 commit comments