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

Matthew Swift
01.05.2013 3c07e50fc2d91bc898a5ee4cf619a4bea77e78f1
Use Jetty 9 for testing
1 files modified
4 ■■■■ changed files
opendj-rest2ldap-servlet/pom.xml 4 ●●●● patch | view | raw | blame | history
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>