Removed shadowing of jackson library

This commit is contained in:
Luca Frosini 2019-07-30 15:46:34 +02:00
parent b46768b362
commit a646b11fca
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.0</version>
@ -143,7 +143,7 @@
</filter>
</filters>
</configuration>
</plugin>
</plugin> -->
</plugins>
</build>
</project>