fix up deps in all/pom.xml to refer to the right api modules

This commit is contained in:
Michael Neale 2016-02-03 15:43:32 +11:00
parent 28d05cb436
commit ecf0c9810b
1 changed files with 6 additions and 1 deletions

View File

@ -21,9 +21,14 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>blueocean-rest-api</artifactId>
<artifactId>pipeline-service-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>profile-service-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>blueocean-alpha</artifactId>