Skip to content

Commit a82afbe

Browse files
committed
updated pom.xml to be explicitly clear of the programming change
1 parent 09e73c9 commit a82afbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-lambda-java-events/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-java-sdk-s3</artifactId>
4848
<version>1.11.163</version>
49-
<scope>provided</scope>
49+
<scope>provided</scope><!--USER PROVIDED! SEE https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-events/README.md-->
5050
</dependency>
5151
<dependency>
5252
<groupId>com.amazonaws</groupId>
5353
<artifactId>aws-java-sdk-kinesis</artifactId>
5454
<version>1.11.163</version>
55-
<scope>provided</scope>
55+
<scope>provided</scope><!--USER PROVIDED! SEE https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-events/README.md-->
5656
</dependency>
5757
<dependency>
5858
<groupId>com.amazonaws</groupId>
5959
<artifactId>aws-java-sdk-dynamodb</artifactId>
6060
<version>1.11.163</version>
61-
<scope>provided</scope>
61+
<scope>provided</scope><!--USER PROVIDED! SEE https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-events/README.md-->
6262
</dependency>
6363
</dependencies>
6464

0 commit comments

Comments
 (0)