Skip to content

Commit e4fdb1c

Browse files
committed
it: do not copy JARs for extraDependencies
DependenciesIT#testExtraDependencies uses old versions of Ansible and Confluence tasks to test the behavior of `extraDependencies`. This creates classpath conflicts in tests that copy the `${deps.dir}` as the payload's `lib/` folder. Ley's use Maven Central to download those JARs.
1 parent 9b928c2 commit e4fdb1c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

it/server/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -328,22 +328,6 @@
328328
<version>${project.version}</version>
329329
<destFileName>example.jar</destFileName>
330330
</artifactItem>
331-
332-
<dependency>
333-
<groupId>com.walmartlabs.concord.plugins.basic</groupId>
334-
<artifactId>ansible-tasks</artifactId>
335-
<version>2.15.0</version>
336-
</dependency>
337-
<dependency>
338-
<groupId>com.walmartlabs.concord.plugins.basic</groupId>
339-
<artifactId>ansible-tasks</artifactId>
340-
<version>2.16.0</version>
341-
</dependency>
342-
<dependency>
343-
<groupId>com.walmartlabs.concord.plugins</groupId>
344-
<artifactId>confluence-task</artifactId>
345-
<version>2.5.0</version>
346-
</dependency>
347331
</artifactItems>
348332
<outputDirectory>${deps.dir}</outputDirectory>
349333
</configuration>

0 commit comments

Comments
 (0)