File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,11 @@ lazy val core = myCrossProject("core")
138
138
// https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.12.6/jackson-core-2.12.6.jar:module-info.class
139
139
// https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1.jar:module-info.class
140
140
MergeStrategy .discard
141
+ case PathList (" META-INF" , " sisu" , " javax.inject.Named" ) =>
142
+ // (core / assembly) deduplicate: different file contents found in the following:
143
+ // https/repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.5.0/plexus-archiver-4.5.0.jar:META-INF/sisu/javax.inject.Named
144
+ // https/repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar:META-INF/sisu/javax.inject.Named
145
+ MergeStrategy .first
141
146
case otherwise =>
142
147
val defaultStrategy = (assembly / assemblyMergeStrategy).value
143
148
defaultStrategy(otherwise)
You can’t perform that action at this time.
0 commit comments