mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
01.40.2013 3a3cc37f0919cf57b9fe2757cc18a768b054ee46
Additional minor change for OPENDJ-1105: use Jetty 9 as Jetty 8 seems to contain some surprising bugs in its Servlet 3 implementation.
1 files modified
4 ■■■■ changed files
opendj3/opendj-rest2ldap-servlet/pom.xml 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-rest2ldap-servlet/pom.xml
@@ -89,9 +89,9 @@
                </executions>
            </plugin>
            <plugin>
                <groupId>org.mortbay.jetty</groupId>
                <groupId>org.eclipse.jetty</groupId>
                <artifactId>jetty-maven-plugin</artifactId>
                <version>8.1.7.v20120910</version>
                <version>9.0.4.v20130625</version>
            </plugin>
        </plugins>
    </build>