|
15 | 15 | <description>Restlet API and Engine</description> |
16 | 16 |
|
17 | 17 | <dependencies> |
18 | | - <dependency> |
19 | | - <groupId>org.eclipse.jetty</groupId> |
20 | | - <artifactId>jetty-server</artifactId> |
21 | | - <version>${lib-jetty-version}</version> |
22 | | - </dependency> |
23 | | - <dependency> |
24 | | - <groupId>org.eclipse.jetty.http2</groupId> |
25 | | - <artifactId>jetty-http2-server</artifactId> |
26 | | - <version>${lib-jetty-version}</version> |
27 | | - </dependency> |
28 | | - <dependency> |
29 | | - <groupId>org.eclipse.jetty</groupId> |
30 | | - <artifactId>jetty-alpn-server</artifactId> |
31 | | - <version>${lib-jetty-version}</version> |
32 | | - </dependency> |
33 | | - <dependency> |
34 | | - <groupId>org.eclipse.jetty</groupId> |
35 | | - <artifactId>jetty-alpn-java-server</artifactId> |
36 | | - <version>${lib-jetty-version}</version> |
37 | | - </dependency> |
38 | | - <dependency> |
39 | | - <groupId>org.eclipse.jetty.http3</groupId> |
40 | | - <artifactId>jetty-http3-server</artifactId> |
41 | | - <version>${lib-jetty-version}</version> |
42 | | - </dependency> |
43 | | - <dependency> |
44 | | - <groupId>org.eclipse.jetty.quic</groupId> |
45 | | - <artifactId>jetty-quic-server</artifactId> |
46 | | - <version>${lib-jetty-version}</version> |
47 | | - </dependency> |
48 | | - <dependency> |
49 | | - <groupId>org.eclipse.jetty</groupId> |
50 | | - <artifactId>jetty-client</artifactId> |
51 | | - <version>${lib-jetty-version}</version> |
52 | | - </dependency> |
53 | | - <dependency> |
54 | | - <groupId>org.eclipse.jetty.http2</groupId> |
55 | | - <artifactId>jetty-http2-client</artifactId> |
56 | | - <version>${lib-jetty-version}</version> |
57 | | - </dependency> |
58 | | - <dependency> |
59 | | - <groupId>org.eclipse.jetty.http2</groupId> |
60 | | - <artifactId>jetty-http2-client-transport</artifactId> |
61 | | - <version>${lib-jetty-version}</version> |
62 | | - </dependency> |
63 | | - <dependency> |
64 | | - <groupId>org.eclipse.jetty.http3</groupId> |
65 | | - <artifactId>jetty-http3-client</artifactId> |
66 | | - <version>${lib-jetty-version}</version> |
67 | | - </dependency> |
68 | | - <dependency> |
69 | | - <groupId>org.eclipse.jetty.http3</groupId> |
70 | | - <artifactId>jetty-http3-client-transport</artifactId> |
71 | | - <version>${lib-jetty-version}</version> |
72 | | - </dependency> |
73 | | - <dependency> |
74 | | - <groupId>org.eclipse.jetty</groupId> |
75 | | - <artifactId>jetty-slf4j-impl</artifactId> |
76 | | - <version>${lib-jetty-version}</version> |
77 | | - </dependency> |
78 | | - <dependency> |
| 18 | + <dependency> |
| 19 | + <groupId>org.eclipse.jetty</groupId> |
| 20 | + <artifactId>jetty-server</artifactId> |
| 21 | + <version>${lib-jetty-version}</version> |
| 22 | + </dependency> |
| 23 | + <dependency> |
| 24 | + <groupId>org.eclipse.jetty.http2</groupId> |
| 25 | + <artifactId>jetty-http2-server</artifactId> |
| 26 | + <version>${lib-jetty-version}</version> |
| 27 | + </dependency> |
| 28 | + <dependency> |
| 29 | + <groupId>org.eclipse.jetty</groupId> |
| 30 | + <artifactId>jetty-alpn-server</artifactId> |
| 31 | + <version>${lib-jetty-version}</version> |
| 32 | + </dependency> |
| 33 | + <dependency> |
| 34 | + <groupId>org.eclipse.jetty</groupId> |
| 35 | + <artifactId>jetty-alpn-java-server</artifactId> |
| 36 | + <version>${lib-jetty-version}</version> |
| 37 | + </dependency> |
| 38 | + <dependency> |
| 39 | + <groupId>org.eclipse.jetty.http3</groupId> |
| 40 | + <artifactId>jetty-http3-server</artifactId> |
| 41 | + <version>${lib-jetty-version}</version> |
| 42 | + </dependency> |
| 43 | + <dependency> |
| 44 | + <groupId>org.eclipse.jetty.quic</groupId> |
| 45 | + <artifactId>jetty-quic-server</artifactId> |
| 46 | + <version>${lib-jetty-version}</version> |
| 47 | + </dependency> |
| 48 | + <dependency> |
| 49 | + <groupId>org.eclipse.jetty</groupId> |
| 50 | + <artifactId>jetty-client</artifactId> |
| 51 | + <version>${lib-jetty-version}</version> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>org.eclipse.jetty.http2</groupId> |
| 55 | + <artifactId>jetty-http2-client</artifactId> |
| 56 | + <version>${lib-jetty-version}</version> |
| 57 | + </dependency> |
| 58 | + <dependency> |
| 59 | + <groupId>org.eclipse.jetty.http2</groupId> |
| 60 | + <artifactId>jetty-http2-client-transport</artifactId> |
| 61 | + <version>${lib-jetty-version}</version> |
| 62 | + </dependency> |
| 63 | + <dependency> |
| 64 | + <groupId>org.eclipse.jetty.http3</groupId> |
| 65 | + <artifactId>jetty-http3-client</artifactId> |
| 66 | + <version>${lib-jetty-version}</version> |
| 67 | + </dependency> |
| 68 | + <dependency> |
| 69 | + <groupId>org.eclipse.jetty.http3</groupId> |
| 70 | + <artifactId>jetty-http3-client-transport</artifactId> |
| 71 | + <version>${lib-jetty-version}</version> |
| 72 | + </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>org.eclipse.jetty</groupId> |
| 75 | + <artifactId>jetty-slf4j-impl</artifactId> |
| 76 | + <version>${lib-jetty-version}</version> |
| 77 | + </dependency> |
| 78 | + <dependency> |
| 79 | + <groupId>org.eclipse.jetty</groupId> |
| 80 | + <artifactId>jetty-util</artifactId> |
| 81 | + <version>${lib-jetty-version}</version> |
| 82 | + </dependency> |
| 83 | + <dependency> |
| 84 | + <groupId>org.eclipse.jetty</groupId> |
| 85 | + <artifactId>jetty-io</artifactId> |
| 86 | + <version>${lib-jetty-version}</version> |
| 87 | + </dependency> |
| 88 | + <dependency> |
| 89 | + <groupId>org.eclipse.jetty</groupId> |
| 90 | + <artifactId>jetty-http</artifactId> |
| 91 | + <version>${lib-jetty-version}</version> |
| 92 | + </dependency> |
| 93 | + <dependency> |
| 94 | + <groupId>org.eclipse.jetty.quic</groupId> |
| 95 | + <artifactId>jetty-quic-client</artifactId> |
| 96 | + <version>${lib-jetty-version}</version> |
| 97 | + </dependency> |
| 98 | + <dependency> |
79 | 99 | <groupId>org.osgi</groupId> |
80 | 100 | <artifactId>org.osgi.core</artifactId> |
81 | 101 | <version>${lib-osgi-version}</version> |
82 | 102 | <scope>provided</scope> |
83 | 103 | <optional>true</optional> |
84 | 104 | </dependency> |
| 105 | + |
| 106 | + <dependency> |
| 107 | + <groupId>org.junit.jupiter</groupId> |
| 108 | + <artifactId>junit-jupiter-api</artifactId> |
| 109 | + <version>5.14.4</version> |
| 110 | + <scope>test</scope> |
| 111 | + </dependency> |
85 | 112 | <dependency> |
86 | 113 | <groupId>org.junit.jupiter</groupId> |
87 | 114 | <artifactId>junit-jupiter-params</artifactId> |
|
110 | 137 | <groups> |
111 | 138 | <group> |
112 | 139 | <title>Restlet API</title> |
113 | | - <packages>org.restlet:org.restlet.data*:org.restlet.representation*:org.restlet.resource*:org.restlet.routing*:org.restlet.security*:org.restlet.service*:org.restlet.util*</packages> |
| 140 | + <packages> |
| 141 | + org.restlet:org.restlet.data*:org.restlet.representation*:org.restlet.resource*:org.restlet.routing*:org.restlet.security*:org.restlet.service*:org.restlet.util* |
| 142 | + </packages> |
114 | 143 | </group> |
115 | 144 | <group> |
116 | 145 | <title>Restlet Engine</title> |
|
0 commit comments