| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| <?pde version="3.8"?> |
| <target name="StatET - Eclipse Jetty"> |
| <locations> |
| |
| <location type="Maven" includeDependencyScope="compile" |
| includeSource="true" |
| missingManifest="ignore"> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-servlet</artifactId> |
| <version>10.0.7</version> |
| <type>jar</type> |
| </location> |
| <location type="Maven" includeDependencyScope="compile" |
| includeSource="true" |
| missingManifest="ignore"> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-client</artifactId> |
| <version>10.0.7</version> |
| <type>jar</type> |
| </location> |
| <location type="Maven" includeDependencyScope="compile" |
| includeSource="true" |
| missingManifest="ignore"> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-proxy</artifactId> |
| <version>10.0.7</version> |
| <type>jar</type> |
| </location> |
| |
| <location type="Maven" includeDependencyScope="compile" |
| includeSource="true" |
| missingManifest="ignore"> |
| <groupId>jakarta.servlet</groupId> |
| <artifactId>jakarta.servlet-api</artifactId> |
| <version>4.0.4</version> |
| <type>jar</type> |
| </location> |
| |
| <location type="InstallableUnit" includeMode="planner" |
| includeAllPlatforms="false" |
| includeConfigurePhase="false" |
| includeSource="true"> |
| <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository"/> |
| <unit id="org.slf4j.api" version="1.7.30.v20200204-2150"/> |
| </location> |
| |
| </locations> |
| </target> |