Skip to content

Commit cfc92e0

Browse files
Merge pull request #20 from Appdynamics/feature/upgrading-appd-exts-and-aws-sdk
Feature/upgrading appd exts and aws sdk
2 parents 3cc4caf + 1253520 commit cfc92e0

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

LICENSE.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2018 AppDynamics LLC and its affiliates
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

NOTICE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Notice and Disclaimer
2+
3+
All Extensions published by AppDynamics are governed by the Apache License v2 and are excluded from the definition of covered software under any agreement between AppDynamics and the User governing AppDynamics Pro Edition, Test & Dev Edition, or any other Editions.
4+

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@
1010

1111
<properties>
1212
<release.repo.local.dir>../maven-repo</release.repo.local.dir>
13-
<aws.sdk.version>2.32.29</aws.sdk.version>
13+
<aws.sdk.version>2.32.30</aws.sdk.version>
1414
</properties>
15+
<dependencyManagement>
16+
<dependencies>
17+
<!-- Force latest Jakarta Servlet API version -->
18+
<dependency>
19+
<groupId>jakarta.servlet</groupId>
20+
<artifactId>jakarta.servlet-api</artifactId>
21+
<version>6.1.0</version>
22+
</dependency>
23+
</dependencies>
24+
</dependencyManagement>
1525

1626
<dependencies>
1727
<dependency>

0 commit comments

Comments
 (0)