Make cloud-core depend on cloud-pipeline

This commit is contained in:
Alexander Söderberg 2020-09-12 14:45:11 +02:00
parent ab911c269a
commit c6f2351e2c
No known key found for this signature in database
GPG key ID: C0207FF7EA146678

View file

@ -37,5 +37,11 @@
<artifactId>cloud-core</artifactId> <artifactId>cloud-core</artifactId>
<dependencies>
<dependency>
<groupId>com.intellectualsites</groupId>
<artifactId>cloud-pipeline</artifactId>
<version>1.5.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> </project>