Umair

Results 2 issues of Umair

[rpdk.txt](https://github.com/aws-cloudformation/cloudformation-cli/files/12398269/rpdk.txt) I'm facing this below error while running ``mvn package`` ``` [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository,...

### Description I'm trying to calculate CPU percentage using docker java SDK from [CpuStatsConfig](https://javadoc.io/static/com.github.docker-java/docker-java-api/3.2.11/com/github/dockerjava/api/model/CpuStatsConfig.html) (Source code [Statistics.java#L56](https://github.com/docker-java/docker-java/blob/main/docker-java-api/src/main/java/com/github/dockerjava/api/model/Statistics.java#L56) does not have any document either). I see this object has `CpuStats` and...