| 
924 | 924 | 				<artifactId>jetty-annotations</artifactId>  | 
925 | 925 | 				<version>${jetty.version}</version>  | 
926 | 926 | 			</dependency>  | 
 | 927 | +			<dependency>  | 
 | 928 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 929 | +				<artifactId>jetty-continuation</artifactId>  | 
 | 930 | +				<version>${jetty.version}</version>  | 
 | 931 | +			</dependency>  | 
 | 932 | +			<dependency>  | 
 | 933 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 934 | +				<artifactId>jetty-deploy</artifactId>  | 
 | 935 | +				<version>${jetty.version}</version>  | 
 | 936 | +			</dependency>  | 
 | 937 | +			<dependency>  | 
 | 938 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 939 | +				<artifactId>jetty-http</artifactId>  | 
 | 940 | +				<version>${jetty.version}</version>  | 
 | 941 | +			</dependency>  | 
 | 942 | +			<dependency>  | 
 | 943 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 944 | +				<artifactId>jetty-io</artifactId>  | 
 | 945 | +				<version>${jetty.version}</version>  | 
 | 946 | +			</dependency>  | 
927 | 947 | 			<dependency>  | 
928 | 948 | 				<groupId>org.eclipse.jetty</groupId>  | 
929 | 949 | 				<artifactId>jetty-jsp</artifactId>  | 
 | 
935 | 955 | 					</exclusion>  | 
936 | 956 | 				</exclusions>  | 
937 | 957 | 			</dependency>  | 
 | 958 | +			<dependency>  | 
 | 959 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 960 | +				<artifactId>jetty-jmx</artifactId>  | 
 | 961 | +				<version>${jetty.version}</version>  | 
 | 962 | +			</dependency>  | 
 | 963 | +			<dependency>  | 
 | 964 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 965 | +				<artifactId>jetty-plus</artifactId>  | 
 | 966 | +				<version>${jetty.version}</version>  | 
 | 967 | +			</dependency>  | 
 | 968 | +			<dependency>  | 
 | 969 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 970 | +				<artifactId>jetty-security</artifactId>  | 
 | 971 | +				<version>${jetty.version}</version>  | 
 | 972 | +			</dependency>  | 
 | 973 | +			<dependency>  | 
 | 974 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 975 | +				<artifactId>jetty-servlet</artifactId>  | 
 | 976 | +				<version>${jetty.version}</version>  | 
 | 977 | +			</dependency>  | 
 | 978 | +			<dependency>  | 
 | 979 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 980 | +				<artifactId>jetty-server</artifactId>  | 
 | 981 | +				<version>${jetty.version}</version>  | 
 | 982 | +			</dependency>  | 
938 | 983 | 			<dependency>  | 
939 | 984 | 				<groupId>org.eclipse.jetty</groupId>  | 
940 | 985 | 				<artifactId>jetty-util</artifactId>  | 
 | 
945 | 990 | 				<artifactId>jetty-webapp</artifactId>  | 
946 | 991 | 				<version>${jetty.version}</version>  | 
947 | 992 | 			</dependency>  | 
 | 993 | +			<dependency>  | 
 | 994 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 995 | +				<artifactId>jetty-util</artifactId>  | 
 | 996 | +				<version>${jetty.version}</version>  | 
 | 997 | +			</dependency>  | 
 | 998 | +			<dependency>  | 
 | 999 | +				<groupId>org.eclipse.jetty</groupId>  | 
 | 1000 | +				<artifactId>jetty-xml</artifactId>  | 
 | 1001 | +				<version>${jetty.version}</version>  | 
 | 1002 | +			</dependency>  | 
948 | 1003 | 			<dependency>  | 
949 | 1004 | 				<groupId>org.eclipse.jetty.orbit</groupId>  | 
950 | 1005 | 				<artifactId>javax.servlet.jsp</artifactId>  | 
 | 
0 commit comments