|
1 |
| -<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- |
2 |
| - Apache Maven 2 POM generated by Apache Ivy |
3 |
| - http://ant.apache.org/ivy/ |
4 |
| - Apache Ivy version: 2.2.0 20100923230623 |
5 |
| ---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
6 | 3 |
|
7 | 4 | <modelVersion>4.0.0</modelVersion>
|
8 | 5 |
|
9 | 6 | <parent>
|
10 | 7 | <groupId>org.terracotta.forge</groupId>
|
11 | 8 | <artifactId>forge-parent</artifactId>
|
12 |
| - <version>4.13</version> |
| 9 | + <version>4.17</version> |
13 | 10 | </parent>
|
14 | 11 |
|
15 | 12 | <groupId>org.terracotta</groupId>
|
|
23 | 20 |
|
24 | 21 | <dependencies>
|
25 | 22 | <dependency>
|
26 |
| - <groupId>com.terracottatech</groupId> |
| 23 | + <groupId>org.terracotta</groupId> |
27 | 24 | <artifactId>search</artifactId>
|
28 |
| - <version>1.5.11</version> |
| 25 | + <version>1.5.13</version> |
29 | 26 | </dependency>
|
30 |
| - </dependencies> |
31 | 27 |
|
32 |
| - <build> |
33 |
| - <plugins> |
34 |
| - <plugin> |
35 |
| - <groupId>org.terracotta</groupId> |
36 |
| - <artifactId>maven-forge-plugin</artifactId> |
37 |
| - <executions> |
38 |
| - <execution> |
39 |
| - <id>default-test</id> |
40 |
| - <phase>test</phase> |
41 |
| - <goals> |
42 |
| - <goal>test</goal> |
43 |
| - </goals> |
44 |
| - </execution> |
45 |
| - </executions> |
46 |
| - </plugin> |
47 |
| - </plugins> |
48 |
| - </build> |
| 28 | + <!-- test deps, versions in parent --> |
| 29 | + <dependency> |
| 30 | + <groupId>junit</groupId> |
| 31 | + <artifactId>junit</artifactId> |
| 32 | + </dependency> |
| 33 | + <dependency> |
| 34 | + <groupId>org.mockito</groupId> |
| 35 | + <artifactId>mockito-core</artifactId> |
| 36 | + </dependency> |
| 37 | + <dependency> |
| 38 | + <groupId>org.hamcrest</groupId> |
| 39 | + <artifactId>hamcrest</artifactId> |
| 40 | + </dependency> |
| 41 | + </dependencies> |
49 | 42 |
|
50 | 43 | <scm>
|
51 | 44 | < connection>scm:git: [email protected]:Terracotta-OSS/tc-messaging.git</ connection>
|
52 | 45 | <developerConnection>scm:git:https://github.com/Terracotta-OSS/tc-messaging.git</developerConnection>
|
53 | 46 | </scm>
|
54 | 47 |
|
55 |
| - <distributionManagement> |
56 |
| - <repository> |
57 |
| - <id>terracotta-ee-releases</id> |
58 |
| - <name>Terracotta EE Releases Repository</name> |
59 |
| - <url>${terracotta-ee-releases-url}</url> |
60 |
| - </repository> |
61 |
| - <snapshotRepository> |
62 |
| - <id>terracotta-ee-snapshots</id> |
63 |
| - <uniqueVersion>false</uniqueVersion> |
64 |
| - <name>Terracotta Snapshots Repository</name> |
65 |
| - <url>${terracotta-ee-snapshots-url}</url> |
66 |
| - </snapshotRepository> |
67 |
| - </distributionManagement> |
68 |
| - |
| 48 | + <!-- minimal set to find the parent --> |
69 | 49 | <repositories>
|
70 | 50 | <repository>
|
71 | 51 | <id>terracotta-releases</id>
|
72 |
| - <url>http://www.terracotta.org/download/reflector/releases</url> |
| 52 | + <url>https://repo.terracotta.org/maven2</url> |
73 | 53 | </repository>
|
74 | 54 | </repositories>
|
75 |
| - <pluginRepositories> |
76 |
| - <pluginRepository> |
77 |
| - <id>terracotta-releases</id> |
78 |
| - <url>http://www.terracotta.org/download/reflector/releases</url> |
79 |
| - </pluginRepository> |
80 |
| - </pluginRepositories> |
| 55 | + |
81 | 56 | </project>
|
0 commit comments