|
111 | 111 | <artifactId>javax.servlet-api</artifactId>
|
112 | 112 | <version>4.0.1</version>
|
113 | 113 | </dependency>
|
114 |
| - <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlet --> |
| 114 | + |
| 115 | + <!-- All Jetty Dependencies --> |
115 | 116 | <dependency>
|
116 |
| - <groupId>org.eclipse.jetty</groupId> |
117 |
| - <artifactId>jetty-servlet</artifactId> |
118 |
| - <version>11.0.11</version> |
119 |
| - </dependency> |
| 117 | + <groupId>org.eclipse.jetty</groupId> |
| 118 | + <artifactId>jetty-server</artifactId> |
| 119 | + <version>10.0.20</version> |
| 120 | + </dependency> |
| 121 | + <dependency> |
| 122 | + <groupId>org.eclipse.jetty</groupId> |
| 123 | + <artifactId>jetty-servlet</artifactId> |
| 124 | + <version>10.0.20</version> |
| 125 | + </dependency> |
| 126 | + <dependency> |
| 127 | + <groupId>org.eclipse.jetty</groupId> |
| 128 | + <artifactId>jetty-http</artifactId> |
| 129 | + <version>10.0.20</version> |
| 130 | + </dependency> |
| 131 | + <dependency> |
| 132 | + <groupId>org.eclipse.jetty</groupId> |
| 133 | + <artifactId>jetty-io</artifactId> |
| 134 | + <version>10.0.20</version> |
| 135 | + </dependency> |
| 136 | + <dependency> |
| 137 | + <groupId>org.eclipse.jetty</groupId> |
| 138 | + <artifactId>jetty-util</artifactId> |
| 139 | + <version>10.0.20</version> |
| 140 | + </dependency> |
| 141 | + <dependency> |
| 142 | + <groupId>org.eclipse.jetty.websocket</groupId> |
| 143 | + <artifactId>websocket-jetty-server</artifactId> |
| 144 | + <version>10.0.20</version> |
| 145 | + </dependency> |
| 146 | + <dependency> |
| 147 | + <groupId>org.eclipse.jetty.websocket</groupId> |
| 148 | + <artifactId>websocket-jetty-api</artifactId> |
| 149 | + <version>10.0.20</version> |
| 150 | + </dependency> |
120 | 151 | </dependencies>
|
121 | 152 |
|
122 | 153 | <build>
|
|
0 commit comments