|
40 | 40 | </description> |
41 | 41 |
|
42 | 42 | <properties> |
43 | | - <!-- Java version --> |
44 | 43 | <java.version>17</java.version> |
45 | | - |
46 | | - <!-- Sling Starter version --> |
47 | 44 | <sling.starter.version>14-SNAPSHOT</sling.starter.version> |
| 45 | + <jaxws.consumer.version>1.1.3-SNAPSHOT</jaxws.consumer.version> |
| 46 | + <jaxws.publisher.version>1.0.3-SNAPSHOT</jaxws.publisher.version> |
48 | 47 |
|
49 | | - <!-- start with -DkeepITServerRunning=true to allow to rerun ITs or inspect the server after the ITs have been executed there --> |
50 | 48 | <starter.min.bundles.count>200</starter.min.bundles.count> |
51 | 49 | <it.startTimeoutSeconds>60</it.startTimeoutSeconds> |
52 | 50 | </properties> |
53 | 51 |
|
54 | 52 | <dependencies> |
55 | 53 |
|
56 | | - <!-- Additional bundles needed by the Sling instance under test --> |
| 54 | + <dependency> |
| 55 | + <groupId>io.wcm.caravan</groupId> |
| 56 | + <artifactId>io.wcm.caravan.jaxws.consumer</artifactId> |
| 57 | + <version>${jaxws.consumer.version}</version> |
| 58 | + <scope>compile</scope> |
| 59 | + </dependency> |
| 60 | + <dependency> |
| 61 | + <groupId>io.wcm.caravan</groupId> |
| 62 | + <artifactId>io.wcm.caravan.jaxws.publisher</artifactId> |
| 63 | + <version>${jaxws.publisher.version}</version> |
| 64 | + <scope>compile</scope> |
| 65 | + </dependency> |
| 66 | + |
57 | 67 | <dependency> |
58 | 68 | <groupId>org.apache.sling</groupId> |
59 | 69 | <artifactId>org.apache.sling.junit.teleporter</artifactId> |
|
66 | 76 | </exclusion> |
67 | 77 | </exclusions> |
68 | 78 | </dependency> |
69 | | - <!-- Dependencies for the Test Build and Run --> |
70 | 79 | <dependency> |
71 | 80 | <groupId>org.apache.sling</groupId> |
72 | 81 | <artifactId>org.apache.sling.commons.testing</artifactId> |
|
158 | 167 | <extensions>true</extensions> |
159 | 168 |
|
160 | 169 | <configuration> |
161 | | - <replacePropertyVariables>apache-cxf-version</replacePropertyVariables> |
| 170 | + <replacePropertyVariables>jaxws.consumer.version,jaxws.publisher.version,apache-cxf-version</replacePropertyVariables> |
162 | 171 | <skipAddFeatureDependencies>true</skipAddFeatureDependencies> |
163 | 172 | <aggregates> |
164 | 173 | <aggregate> |
|
346 | 355 | </build> |
347 | 356 | </profile> |
348 | 357 |
|
349 | | - <!-- "Fast" profile for quick compile of the project without any unit tests etc. --> |
350 | | - <profile> |
351 | | - <id>fast</id> |
352 | | - <activation> |
353 | | - <activeByDefault>false</activeByDefault> |
354 | | - </activation> |
355 | | - <properties> |
356 | | - <unittests.skip>true</unittests.skip> |
357 | | - <integrationtests.skip>true</integrationtests.skip> |
358 | | - <maven.javadoc.skip>true</maven.javadoc.skip> |
359 | | - </properties> |
360 | | - </profile> |
361 | | - |
362 | 358 | </profiles> |
363 | 359 |
|
364 | 360 | </project> |
0 commit comments