Skip to content

Commit

Permalink
FIX OpenIDM compatibility (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko authored Apr 23, 2024
1 parent 0d329e7 commit fe3b09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<localized.jars.classifier>i18n</localized.jars.classifier>
<freemarker.version>2.3.31</freemarker.version>
<grizzly-framework.version>3.0.1</grizzly-framework.version>
<grizzly-framework.version>2.3.35</grizzly-framework.version>
<metrics-core.version>3.1.2</metrics-core.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -766,7 +766,7 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<!--additionalparam>-Xdoclint:none</additionalparam-->
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit fe3b09f

Please sign in to comment.