Skip to content

Commit

Permalink
Removed redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Nov 26, 2024
1 parent b2a3042 commit fab9208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>org/rascalmpl/uri/resolvers.config</resource>
<resource>io/usethesource/vallang/type/types.config </resource>
<resource>io/usethesource/vallang/type/types.config</resource>
<resource>META-INF/sisu/javax.inject.Named</resource> <!-- Needed for dependency injection in MavenCli -->
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer"/> <!-- Needed for dependency injection in MavenCli -->
Expand Down

0 comments on commit fab9208

Please sign in to comment.