File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 90
90
<maven-javadoc-plugin .version>3.5.0</maven-javadoc-plugin .version>
91
91
<maven-source-plugin .version>3.3.0</maven-source-plugin .version>
92
92
<maven-gpg-plugin .version>3.1.0</maven-gpg-plugin .version>
93
- <junit-jupiter .version>5.9.3 </junit-jupiter .version>
93
+ <junit-jupiter .version>5.7.2 </junit-jupiter .version>
94
94
<aws-embedded-metrics .version>1.0.6</aws-embedded-metrics .version>
95
95
<jmespath .version>0.5.1</jmespath .version>
96
96
</properties >
Original file line number Diff line number Diff line change 132
132
<artifactId >aws-lambda-java-events</artifactId >
133
133
<scope >test</scope >
134
134
</dependency >
135
+ <dependency >
136
+ <groupId >com.amazonaws</groupId >
137
+ <artifactId >aws-lambda-java-tests</artifactId >
138
+ <scope >test</scope >
139
+ </dependency >
135
140
<dependency >
136
141
<groupId >com.amazonaws</groupId >
137
142
<artifactId >DynamoDBLocal</artifactId >
You can’t perform that action at this time.
0 commit comments