Skip to content

Commit

Permalink
Removed fasterxml.databind from depends because bugsnag already uses it
Browse files Browse the repository at this point in the history
Signed-off-by: xxAROX <[email protected]>
  • Loading branch information
xxAROX committed Jun 7, 2023
1 parent 9adf43f commit 42c1c6f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 47 deletions.
27 changes: 19 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions WD-Forms-Plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,4 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<encoding>UTF-8</encoding>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 42c1c6f

Please sign in to comment.