|
11 | 11 | <packaging>jar</packaging>
|
12 | 12 | <name>Heritrix 3: 'engine' subproject</name>
|
13 | 13 |
|
14 |
| - <repositories> |
15 |
| - <repository> |
16 |
| - <id>maven-restlet</id> |
17 |
| - <url>https://maven.restlet.talend.com</url> |
18 |
| - </repository> |
19 |
| - </repositories> |
20 |
| - |
21 | 14 | <dependencies>
|
22 | 15 | <dependency>
|
23 | 16 | <groupId>org.archive.heritrix</groupId>
|
|
44 | 37 | <scope>test</scope>
|
45 | 38 | </dependency>
|
46 | 39 | <dependency>
|
47 |
| - <groupId>org.restlet.jse</groupId> |
| 40 | + <groupId>org.restlet</groupId> |
48 | 41 | <artifactId>org.restlet</artifactId>
|
49 |
| - <version>2.4.0</version> |
| 42 | + <version>${restlet.version}</version> |
50 | 43 | </dependency>
|
51 | 44 | <dependency>
|
52 |
| - <groupId>org.restlet.jse</groupId> |
| 45 | + <groupId>org.restlet</groupId> |
53 | 46 | <artifactId>org.restlet.ext.jetty</artifactId>
|
54 |
| - <version>2.4.0</version> |
| 47 | + <version>${restlet.version}</version> |
55 | 48 | <exclusions>
|
56 | 49 | <exclusion>
|
57 | 50 | <groupId>org.eclipse.jetty</groupId>
|
|
60 | 53 | </exclusions>
|
61 | 54 | </dependency>
|
62 | 55 | <dependency>
|
63 |
| - <groupId>org.restlet.jse</groupId> |
| 56 | + <groupId>org.restlet</groupId> |
64 | 57 | <artifactId>org.restlet.ext.xml</artifactId>
|
65 |
| - <version>2.4.0</version> |
| 58 | + <version>${restlet.version}</version> |
66 | 59 | </dependency>
|
67 | 60 | <dependency>
|
68 | 61 | <!-- for HTTP Digest auth -->
|
69 |
| - <groupId>org.restlet.jse</groupId> |
| 62 | + <groupId>org.restlet</groupId> |
70 | 63 | <artifactId>org.restlet.ext.crypto</artifactId>
|
71 |
| - <version>2.4.0</version> |
| 64 | + <version>${restlet.version}</version> |
72 | 65 | </dependency>
|
73 | 66 | <!-- jaxb is no longer included in jdk11+ -->
|
74 | 67 | <dependency>
|
|
116 | 109 | </build>
|
117 | 110 | <properties>
|
118 | 111 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
| 112 | + <restlet.version>2.5.0-rc1</restlet.version> |
119 | 113 | </properties>
|
120 | 114 | </project>
|
0 commit comments