Skip to content

Commit d7a4d7c

Browse files
committed
Update dependency for cosbench-s3
upgrade aws java sdk to 1.10.76 for commit dcbfa8
1 parent dcbfa8a commit d7a4d7c

23 files changed

+39
-39
lines changed

dev/cosbench-s3/.classpath

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,26 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="lib" path="com.amazonaws-1.0.0.jar"/>
76
<classpathentry kind="lib" path="aspectjrt.jar"/>
87
<classpathentry kind="lib" path="aspectjweaver.jar"/>
9-
<classpathentry kind="lib" path="commons-codec-1.3.jar"/>
10-
<classpathentry kind="lib" path="commons-logging-1.1.1.jar"/>
118
<classpathentry kind="lib" path="freemarker-2.3.20.jar"/>
12-
<classpathentry kind="lib" path="httpclient-4.1.1.jar"/>
13-
<classpathentry kind="lib" path="httpcore-4.1.jar"/>
149
<classpathentry kind="lib" path="jackson-core-asl-1.8.7.jar"/>
1510
<classpathentry kind="lib" path="jackson-mapper-asl-1.8.7.jar"/>
1611
<classpathentry kind="lib" path="mail-1.4.3.jar"/>
1712
<classpathentry kind="lib" path="spring-beans-3.0.7.jar"/>
1813
<classpathentry kind="lib" path="spring-context-3.0.7.jar"/>
1914
<classpathentry kind="lib" path="spring-core-3.0.7.jar"/>
20-
<classpathentry kind="lib" path="stax-1.2.0.jar"/>
21-
<classpathentry kind="lib" path="stax-api-1.0.1.jar"/>
15+
<classpathentry kind="lib" path="aws-java-sdk-core-1.10.76.jar"/>
16+
<classpathentry kind="lib" path="aws-java-sdk-kms-1.10.76.jar"/>
17+
<classpathentry kind="lib" path="commons-codec-1.6.jar"/>
18+
<classpathentry kind="lib" path="commons-logging-1.1.3.jar"/>
19+
<classpathentry kind="lib" path="httpclient-4.3.6.jar"/>
20+
<classpathentry kind="lib" path="httpcore-4.3.3.jar"/>
21+
<classpathentry kind="lib" path="jackson-annotations-2.5.0.jar"/>
22+
<classpathentry kind="lib" path="jackson-core-2.5.3.jar"/>
23+
<classpathentry kind="lib" path="jackson-databind-2.5.3.jar"/>
24+
<classpathentry kind="lib" path="jackson-dataformat-cbor-2.5.3.jar"/>
25+
<classpathentry kind="lib" path="joda-time-2.8.1.jar"/>
26+
<classpathentry kind="lib" path="aws-java-sdk-s3-1.10.76.jar"/>
2227
<classpathentry kind="output" path="bin"/>
2328
</classpath>

dev/cosbench-s3/META-INF/MANIFEST.MF

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,27 @@ Bundle-Version: 0.4.1.0
66
Bundle-Vendor: intel
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
88
Bundle-ClassPath: .,
9-
com.amazonaws-1.0.0.jar,
9+
aws-java-sdk-s3-1.10.76.jar,
10+
aws-java-sdk-kms-1.10.76.jar,
11+
aws-java-sdk-core-1.10.76.jar,
1012
aspectjrt.jar,
1113
aspectjweaver.jar,
12-
commons-codec-1.3.jar,
13-
commons-logging-1.1.1.jar,
14+
commons-codec-1.6.jar,
15+
commons-logging-1.1.3.jar,
1416
freemarker-2.3.20.jar,
15-
httpclient-4.1.1.jar,
16-
httpcore-4.1.jar,
17+
httpclient-4.3.6.jar,
18+
httpcore-4.3.3.jar,
1719
jackson-core-asl-1.8.7.jar,
1820
jackson-mapper-asl-1.8.7.jar,
21+
jackson-databind-2.5.3.jar,
22+
jackson-annotations-2.5.0.jar,
23+
jackson-core-2.5.3.jar,
24+
jackson-dataformat-cbor-2.5.3.jar,
25+
joda-time-2.8.1.jar,
1926
mail-1.4.3.jar,
2027
spring-beans-3.0.7.jar,
2128
spring-context-3.0.7.jar,
22-
spring-core-3.0.7.jar,
23-
stax-1.2.0.jar,
24-
stax-api-1.0.1.jar
29+
spring-core-3.0.7.jar
2530
Import-Package: com.intel.cosbench.api.auth,
2631
com.intel.cosbench.api.context,
2732
com.intel.cosbench.api.storage,
596 KB
Binary file not shown.
352 KB
Binary file not shown.
625 KB
Binary file not shown.

dev/cosbench-s3/build.properties

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,25 @@
11
source.. = src/
22
output.. = bin/
33
bin.includes = META-INF/,\
4-
com.amazonaws-1.0.0.jar,\
54
.,\
5+
aws-java-sdk-s3-1.10.76.jar,\
6+
aws-java-sdk-kms-1.10.76.jar,\
7+
aws-java-sdk-core-1.10.76.jar,\
68
aspectjrt.jar,\
79
aspectjweaver.jar,\
8-
commons-codec-1.3.jar,\
9-
commons-logging-1.1.1.jar,\
10+
commons-codec-1.6.jar,\
11+
commons-logging-1.1.3.jar,\
1012
freemarker-2.3.20.jar,\
11-
httpclient-4.1.1.jar,\
12-
httpcore-4.1.jar,\
13+
httpclient-4.3.6.jar,\
14+
httpcore-4.3.3.jar,\
1315
jackson-core-asl-1.8.7.jar,\
1416
jackson-mapper-asl-1.8.7.jar,\
17+
jackson-databind-2.5.3.jar,\
18+
jackson-annotations-2.5.0.jar,\
19+
jackson-core-2.5.3.jar,\
20+
jackson-dataformat-cbor-2.5.3.jar,\
21+
joda-time-2.8.1.jar,\
1522
mail-1.4.3.jar,\
1623
spring-beans-3.0.7.jar,\
1724
spring-context-3.0.7.jar,\
18-
spring-core-3.0.7.jar,\
19-
stax-1.2.0.jar,\
20-
stax-api-1.0.1.jar
21-
.,\
22-
aspectjrt.jar,\
23-
aspectjweaver.jar,\
24-
commons-codec-1.3.jar,\
25-
commons-logging-1.1.1.jar,\
26-
freemarker-2.3.20.jar,\
27-
httpclient-4.1.1.jar,\
28-
httpcore-4.1.jar,\
29-
jackson-core-asl-1.8.7.jar,\
30-
jackson-mapper-asl-1.8.7.jar,\
31-
mail-1.4.3.jar,\
32-
spring-beans-3.0.7.jar,\
33-
spring-context-3.0.7.jar,\
34-
spring-core-3.0.7.jar,\
35-
stax-1.2.0.jar,\
36-
stax-api-1.0.1.jar
25+
spring-core-3.0.7.jar
-1.14 MB
Binary file not shown.
-45.6 KB
Binary file not shown.
227 KB
Binary file not shown.
-59.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)