|
28 | 28 |
|
29 | 29 | <name>Powertools for AWS Lambda (Java) library Parameters</name>
|
30 | 30 |
|
31 |
| - <description> |
32 |
| - Set of utilities to retrieve parameters from Secrets Manager or SSM Parameter Store |
33 |
| - </description> |
34 |
| - <url>https://aws.amazon.com/lambda/</url> |
35 |
| - <issueManagement> |
36 |
| - <system>GitHub Issues</system> |
37 |
| - <url>https://github.com/aws-powertools/powertools-lambda-java/issues</url> |
38 |
| - </issueManagement> |
39 |
| - <scm> |
40 |
| - <url>https://github.com/aws-powertools/powertools-lambda-java.git</url> |
41 |
| - </scm> |
42 |
| - <developers> |
43 |
| - <developer> |
44 |
| - <name>Powertools for AWS Lambda team</name> |
45 |
| - <organization>Amazon Web Services</organization> |
46 |
| - <organizationUrl>https://aws.amazon.com/</organizationUrl> |
47 |
| - </developer> |
48 |
| - </developers> |
49 |
| - |
50 |
| - <distributionManagement> |
51 |
| - <snapshotRepository> |
52 |
| - <id>ossrh</id> |
53 |
| - <url>https://aws.oss.sonatype.org/content/repositories/snapshots</url> |
54 |
| - </snapshotRepository> |
55 |
| - </distributionManagement> |
| 31 | + <description>Set of utilities to retrieve parameters - common interface</description> |
56 | 32 |
|
57 | 33 | <dependencies>
|
58 | 34 | <dependency>
|
59 | 35 | <groupId>software.amazon.lambda</groupId>
|
60 | 36 | <artifactId>powertools-common</artifactId>
|
61 | 37 | </dependency>
|
62 |
| - <dependency> |
63 |
| - <groupId>software.amazon.awssdk</groupId> |
64 |
| - <artifactId>ssm</artifactId> |
65 |
| - <exclusions> |
66 |
| - <exclusion> |
67 |
| - <groupId>software.amazon.awssdk</groupId> |
68 |
| - <artifactId>apache-client</artifactId> |
69 |
| - </exclusion> |
70 |
| - <exclusion> |
71 |
| - <groupId>software.amazon.awssdk</groupId> |
72 |
| - <artifactId>netty-nio-client</artifactId> |
73 |
| - </exclusion> |
74 |
| - </exclusions> |
75 |
| - </dependency> |
76 |
| - <dependency> |
77 |
| - <groupId>software.amazon.awssdk</groupId> |
78 |
| - <artifactId>secretsmanager</artifactId> |
79 |
| - <exclusions> |
80 |
| - <exclusion> |
81 |
| - <groupId>software.amazon.awssdk</groupId> |
82 |
| - <artifactId>apache-client</artifactId> |
83 |
| - </exclusion> |
84 |
| - <exclusion> |
85 |
| - <groupId>software.amazon.awssdk</groupId> |
86 |
| - <artifactId>netty-nio-client</artifactId> |
87 |
| - </exclusion> |
88 |
| - </exclusions> |
89 |
| - </dependency> |
90 | 38 | <dependency>
|
91 | 39 | <groupId>software.amazon.awssdk</groupId>
|
92 | 40 | <artifactId>url-connection-client</artifactId>
|
93 | 41 | </dependency>
|
94 |
| - <dependency> |
95 |
| - <groupId>software.amazon.awssdk</groupId> |
96 |
| - <artifactId>dynamodb</artifactId> |
97 |
| - </dependency> |
98 |
| - <dependency> |
99 |
| - <groupId>software.amazon.awssdk</groupId> |
100 |
| - <artifactId>appconfigdata</artifactId> |
101 |
| - </dependency> |
102 | 42 |
|
103 | 43 | <dependency>
|
104 | 44 | <groupId>com.fasterxml.jackson.core</groupId>
|
|
0 commit comments