|
25 | 25 | <parent> |
26 | 26 | <groupId>io.wcm.maven</groupId> |
27 | 27 | <artifactId>io.wcm.maven.global-parent</artifactId> |
28 | | - <version>10</version> |
| 28 | + <version>13</version> |
29 | 29 | <relativePath /> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <groupId>io.wcm.devops</groupId> |
33 | 33 | <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
34 | | - <version>1.0.2</version> |
| 34 | + <version>1.0.4</version> |
35 | 35 | <packaging>pom</packaging> |
36 | 36 |
|
37 | 37 | <name>Toplevel Parent</name> |
|
94 | 94 | <dependencies> |
95 | 95 |
|
96 | 96 | <!-- Testing --> |
| 97 | + <dependency> |
| 98 | + <groupId>org.hamcrest</groupId> |
| 99 | + <artifactId>hamcrest-library</artifactId> |
| 100 | + <scope>test</scope> |
| 101 | + </dependency> |
97 | 102 | <dependency> |
98 | 103 | <groupId>junit</groupId> |
99 | 104 | <artifactId>junit</artifactId> |
|
132 | 137 | </dependency> |
133 | 138 |
|
134 | 139 | <!-- Testing --> |
| 140 | + <dependency> |
| 141 | + <groupId>org.hamcrest</groupId> |
| 142 | + <artifactId>hamcrest-library</artifactId> |
| 143 | + <version>1.3</version> |
| 144 | + </dependency> |
135 | 145 | <dependency> |
136 | 146 | <groupId>junit</groupId> |
137 | 147 | <artifactId>junit</artifactId> |
|
140 | 150 | <dependency> |
141 | 151 | <groupId>org.mockito</groupId> |
142 | 152 | <artifactId>mockito-core</artifactId> |
143 | | - <version>2.0.13-beta</version> |
144 | | - </dependency> |
145 | | - <dependency> |
146 | | - <groupId>org.hamcrest</groupId> |
147 | | - <artifactId>hamcrest-core</artifactId> |
148 | | - <version>1.3</version> |
| 153 | + <version>2.3.7</version> |
149 | 154 | </dependency> |
150 | 155 |
|
151 | 156 | </dependencies> |
|
189 | 194 | <artifactId>maven-site-plugin</artifactId> |
190 | 195 | <dependencies> |
191 | 196 | <dependency> |
192 | | - <groupId>lt.velykis.maven.skins</groupId> |
| 197 | + <groupId>io.wcm.maven.skins</groupId> |
193 | 198 | <artifactId>reflow-velocity-tools</artifactId> |
194 | | - <version>1.1.1</version> |
| 199 | + <version>1.0.0</version> |
195 | 200 | </dependency> |
196 | 201 | <!-- Reflow skin requires Velocity >= 1.7 --> |
197 | 202 | <dependency> |
|
0 commit comments