From 1e0c0d14ac782f000c08b622585dbd73390d4157 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 24 Nov 2015 23:51:25 +0000
Subject: [PATCH] OPENDJ-2385 / OPENDJ-2046 Upgrade Grizzly to 2.3.23
---
opendj-server-legacy/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 8575a65..7423f80 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -171,7 +171,7 @@
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-servlet</artifactId>
- <version>2.3.16</version>
+ <version>${grizzly-framework.version}</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
--
Gitblit v1.10.0