Skip to content

Commit

Permalink
bugfix: MalformedInputException solved
Browse files Browse the repository at this point in the history
  • Loading branch information
VenusIM committed Mar 19, 2024
1 parent 891c295 commit 086e179
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scouter.webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 086e179

Please sign in to comment.