Skip to content

Commit 32fa346

Browse files
committed
feat(Platform Notifications): add platform-notifications to the coverage, example and readme
Signed-off-by: Zalán Farkas <zalan.farkas@ibm.com>
1 parent bc9f072 commit 32fa346

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Service Name | Artifact Coordinates
6262
[IBM Cloud Shell](https://cloud.ibm.com/apidocs/cloudshell?code=java) | com.ibm.cloud:ibm-cloud-shell:0.75.0
6363
[Open Service Broker](https://cloud.ibm.com/apidocs/resource-controller/ibm-cloud-osb-api?code=java) | com.ibm.cloud:open-service-broker:0.75.0
6464
[Partner Management APIs](https://cloud.ibm.com/apidocs/partner-apis/partner?code=go) | com.ibm.cloud:partner-management:0.75.0
65+
| [Platform Notifications](https://cloud.ibm.com/apidocs/platform-notifications?code=java) | com.ibm.cloud:platform-notifications:0.75.0
6566
[Resource Controller](https://cloud.ibm.com/apidocs/resource-controller/resource-controller?code=java) | com.ibm.cloud:resource-controller:0.75.0
6667
[Resource Manager](https://cloud.ibm.com/apidocs/resource-controller/resource-manager?code=java) | com.ibm.cloud:resource-manager:0.75.0
6768
[Usage Metering](https://cloud.ibm.com/apidocs/usage-metering?code=java) | com.ibm.cloud:usage-metering:0.75.0

modules/coverage-reports/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
<artifactId>partner-management</artifactId>
109109
<version>${project.version}</version>
110110
</dependency>
111+
<dependency>
112+
<groupId>${project.groupId}</groupId>
113+
<artifactId>platform-notifications</artifactId>
114+
<version>${project.version}</version>
115+
</dependency>
111116
<dependency>
112117
<groupId>${project.groupId}</groupId>
113118
<artifactId>resource-controller</artifactId>

modules/examples/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
<artifactId>partner-management</artifactId>
9898
<version>${project.version}</version>
9999
</dependency>
100+
<dependency>
101+
<groupId>${project.groupId}</groupId>
102+
<artifactId>platform-notifications</artifactId>
103+
<version>${project.version}</version>
104+
</dependency>
100105
<dependency>
101106
<groupId>${project.groupId}</groupId>
102107
<artifactId>resource-controller</artifactId>

0 commit comments

Comments
 (0)