File tree Expand file tree Collapse file tree
commons/http-framework/servlet Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 information: "Portions Copyright [year] [name of copyright owner]".
1414
1515 Copyright 2014-2016 ForgeRock AS.
16+ Portions Copyright 2017-2024 3A Systems, LLC.
1617-->
1718<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1819 <modelVersion >4.0.0</modelVersion >
6465 <dependency >
6566 <groupId >org.eclipse.jetty</groupId >
6667 <artifactId >jetty-server</artifactId >
67- <version >9.4.55.v20240627</version >
6868 <scope >test</scope >
6969 </dependency >
7070 <dependency >
Original file line number Diff line number Diff line change 849849 <artifactId >groovy-all</artifactId >
850850 <version >2.4.21</version >
851851 </dependency >
852+ <dependency >
853+ <groupId >org.eclipse.jetty</groupId >
854+ <artifactId >jetty-server</artifactId >
855+ <version >9.4.56.v20240826</version >
856+ </dependency >
852857 </dependencies >
853858 </dependencyManagement >
854859 <build ><finalName >${project.groupId} .${project.artifactId} </finalName >
You can’t perform that action at this time.
0 commit comments