mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
bug4811: upgraded AWS SDK from 2.15.57 to 2.15.81; trying a -v build with local target platform
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
<feature
|
||||
id="com.amazon.aws.aws-java-api"
|
||||
label="AWS API"
|
||||
version="2.15.57"
|
||||
version="2.15.81"
|
||||
provider-name="Amazon">
|
||||
|
||||
<plugin
|
||||
id="com.amazon.aws.aws-java-api"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.15.57"
|
||||
version="2.15.81"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.amazon.aws.aws-java-api.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.15.57"
|
||||
version="2.15.81"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature url="features/aws-sdk/com.amazon.aws.aws-java-api_2.15.57.jar" id="com.amazon.aws.aws-java-api" version="2.15.57">
|
||||
<feature url="features/aws-sdk/com.amazon.aws.aws-java-api_2.15.81.jar" id="com.amazon.aws.aws-java-api" version="2.15.81">
|
||||
<category name="aws-java-api"/>
|
||||
</feature>
|
||||
<category-def name="com.amazon.aws.aws-java-api" label="aws-java-api"/>
|
||||
|
||||
@@ -5,7 +5,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation platform('software.amazon.awssdk:bom:2.15.57')
|
||||
implementation platform('software.amazon.awssdk:bom:2.15.81')
|
||||
implementation 'software.amazon.awssdk:s3'
|
||||
implementation 'software.amazon.awssdk:lambda'
|
||||
implementation 'software.amazon.awssdk:ec2'
|
||||
@@ -13,6 +13,7 @@ dependencies {
|
||||
implementation 'software.amazon.awssdk:cloudwatch'
|
||||
implementation 'software.amazon.awssdk:elasticloadbalancingv2'
|
||||
implementation 'software.amazon.awssdk:autoscaling'
|
||||
implementation 'software.amazon.awssdk:sts'
|
||||
implementation group: 'software.amazon.awssdk', name: 'sdk-core', classifier: 'sources'
|
||||
implementation group: 'software.amazon.awssdk', name: 'arns', classifier: 'sources'
|
||||
implementation group: 'software.amazon.awssdk', name: 'aws-core', classifier: 'sources'
|
||||
@@ -27,6 +28,7 @@ dependencies {
|
||||
implementation group: 'software.amazon.awssdk', name: 'cloudwatch', classifier: 'sources'
|
||||
implementation group: 'software.amazon.awssdk', name: 'elasticloadbalancingv2', classifier: 'sources'
|
||||
implementation group: 'software.amazon.awssdk', name: 'autoscaling', classifier: 'sources'
|
||||
implementation group: 'software.amazon.awssdk', name: 'sts', classifier: 'sources'
|
||||
}
|
||||
task downloadLibs(type: Copy) {
|
||||
into file('lib')
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>com.amazon.aws.aws-java-api</artifactId>
|
||||
<version>2.15.57</version>
|
||||
<version>2.15.81</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
<repository location="http://download.eclipse.org/releases/2020-12"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.amazon.aws.aws-java-api.feature.group" version="2.15.57"/>
|
||||
<unit id="com.amazon.aws.aws-java-api.feature.group" version="2.15.81"/>
|
||||
<repository location="https://p2.sapsailing.com/p2/aws-sdk/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||
|
||||
+2
-58
@@ -18,23 +18,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collectionName":"LandscapeManagementUi",
|
||||
"folders":[
|
||||
{
|
||||
"startingFolderPath":"java/com.sap.sailing.landscape.ui/src/com/sap/sailing/landscape/ui/client/i18n",
|
||||
"sourceFilters":[
|
||||
"**/StringMessages*.properties"
|
||||
],
|
||||
"excludedSourceFilters":[
|
||||
"**/*_zh.properties"
|
||||
],
|
||||
"xlfFolderPath":"/XLF/[fullPath]/[targetFile]",
|
||||
"targetFolderPath":".",
|
||||
"pseudoLocFolderPath":"."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collectionName":"DataMiningGwtUi",
|
||||
"folders":[
|
||||
@@ -69,23 +52,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collectionName":"YachtScoringImport",
|
||||
"folders":[
|
||||
{
|
||||
"startingFolderPath":"java/com.sap.sailing.yachtscoring.resultimport/resources/stringmessages",
|
||||
"sourceFilters":[
|
||||
"**/StringMessages*.properties"
|
||||
],
|
||||
"excludedSourceFilters":[
|
||||
"**/*_zh.properties"
|
||||
],
|
||||
"xlfFolderPath":"./XLF",
|
||||
"targetFolderPath":".",
|
||||
"pseudoLocFolderPath":"."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collectionName":"RacelogTracking",
|
||||
"folders":[
|
||||
@@ -150,24 +116,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"collectionName":"AdminConsole",
|
||||
"folders":[
|
||||
{
|
||||
"startingFolderPath":"java/com.sap.sse.gwt.adminconsole/src/com/sap/sse/gwt/adminconsole",
|
||||
"sourceFilters":[
|
||||
"**/StringMessages*.properties"
|
||||
],
|
||||
"excludedSourceFilters":[
|
||||
"**/*_zh.properties"
|
||||
],
|
||||
"xlfFolderPath":"./XLF",
|
||||
"targetFolderPath":".",
|
||||
"pseudoLocFolderPath":"."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collectionName":"SseGwt",
|
||||
"collectionName":"FileStorage",
|
||||
"folders":[
|
||||
{
|
||||
"startingFolderPath":"java/com.sap.sse.gwt/src/com/sap/sse/gwt/client",
|
||||
@@ -180,12 +129,7 @@
|
||||
"xlfFolderPath":"./XLF",
|
||||
"targetFolderPath":".",
|
||||
"pseudoLocFolderPath":"."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collectionName":"FileStorage",
|
||||
"folders":[
|
||||
},
|
||||
{
|
||||
"startingFolderPath":"java/com.sap.sse.filestorage/resources/stringmessages",
|
||||
"sourceFilters":[
|
||||
|
||||
Reference in New Issue
Block a user