Take Glassfish Grizzly version from commons (#520)
| | |
| | | <dependency> |
| | | <groupId>org.glassfish.grizzly</groupId> |
| | | <artifactId>grizzly-framework</artifactId> |
| | | <version>${grizzly-framework.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <localized.jars.classifier>i18n</localized.jars.classifier> |
| | | <commons.version>2.2.5-SNAPSHOT</commons.version> |
| | | <freemarker.version>2.3.34</freemarker.version> |
| | | <grizzly-framework.version>2.3.35</grizzly-framework.version> |
| | | <metrics-core.version>4.2.30</metrics-core.version> |
| | | <maven.compiler.target>8</maven.compiler.target> |
| | | <maven.compiler.source>8</maven.compiler.source> |