Skip to content

Commit b88456d

Browse files
committed
getDependentProducts returns List<String> with artifactId and version
1 parent 6d86a39 commit b88456d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scm4j/deployer/api/IProduct.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
public interface IProduct {
77
IProductStructure getProductStructure();
8-
default List<IProduct> getDependentProducts() {
8+
default List<String> getDependentProducts() {
99
return Collections.emptyList();
1010
}
1111
}

0 commit comments

Comments
 (0)