Skip to content

Commit

Permalink
Remove unneeded Maven Shade Plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Jan 27, 2025
1 parent e155f31 commit c774855
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions keycloak/providers/github-org-identity-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,6 @@
<target>11</target>
</configuration>
</plugin>
<!-- Maven Shade Plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit c774855

Please sign in to comment.