File tree Expand file tree Collapse file tree
coverage-report/src/test/java/org/jooby/aws Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ public class AwsFeature extends ServerFeature {
1818 {
1919 use (ConfigFactory
2020 .empty ()
21- .withValue ("aws.email .accessKey" ,
21+ .withValue ("aws.ses .accessKey" ,
2222 ConfigValueFactory .fromAnyRef ("123" ))
23- .withValue ("aws.email .secretKey" ,
23+ .withValue ("aws.ses .secretKey" ,
2424 ConfigValueFactory .fromAnyRef ("1234" ))
2525 .withValue ("aws.s3.accessKey" ,
2626 ConfigValueFactory .fromAnyRef ("123" ))
Original file line number Diff line number Diff line change 1212 <artifactId >jooby-aws</artifactId >
1313
1414 <name >aws module</name >
15- <description >Amazon Web Services for Jooby</description >
1615
1716 <build >
1817 <plugins >
Original file line number Diff line number Diff line change @@ -2173,7 +2173,7 @@ org.eclipse.jdt.apt.processorOptions/defaultOverwrite=true
21732173 <commons-lang3 .version>3.4</commons-lang3 .version>
21742174 <snakeyaml .version>1.15</snakeyaml .version>
21752175 <spymemcached .version>2.12.0</spymemcached .version>
2176- <aws-java-sdk .version>1.10.1 </aws-java-sdk .version>
2176+ <aws-java-sdk .version>1.10.66 </aws-java-sdk .version>
21772177 <commons-email .version>1.4</commons-email .version>
21782178 <jongo .version>1.2</jongo .version>
21792179 <bson4jackson .version>2.5.0</bson4jackson .version>
You can’t perform that action at this time.
0 commit comments