diff --git a/.gitignore b/.gitignore index 92b26a8..493175c 100755 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ libjava-edit-prod.sh .mtj.tmp/ # Package Files # -*.jar +#*.jar *.war *.ear diff --git a/bin/libs/cloning-1.9.10.jar b/bin/libs/cloning-1.9.10.jar new file mode 100644 index 0000000..9451eb6 Binary files /dev/null and b/bin/libs/cloning-1.9.10.jar differ diff --git a/bin/libs/commons-codec-1.9.jar b/bin/libs/commons-codec-1.9.jar new file mode 100644 index 0000000..ef35f1c Binary files /dev/null and b/bin/libs/commons-codec-1.9.jar differ diff --git a/bin/libs/commons-logging-1.2.jar b/bin/libs/commons-logging-1.2.jar new file mode 100644 index 0000000..93a3b9f Binary files /dev/null and b/bin/libs/commons-logging-1.2.jar differ diff --git a/bin/libs/httpclient-4.5.2.jar b/bin/libs/httpclient-4.5.2.jar new file mode 100644 index 0000000..701609f Binary files /dev/null and b/bin/libs/httpclient-4.5.2.jar differ diff --git a/bin/libs/httpcore-4.4.4.jar b/bin/libs/httpcore-4.4.4.jar new file mode 100644 index 0000000..ac4a877 Binary files /dev/null and b/bin/libs/httpcore-4.4.4.jar differ diff --git a/bin/libs/httpmime-4.5.2.jar b/bin/libs/httpmime-4.5.2.jar new file mode 100644 index 0000000..474670a Binary files /dev/null and b/bin/libs/httpmime-4.5.2.jar differ diff --git a/bin/libs/jackson-annotations-2.9.0.jar b/bin/libs/jackson-annotations-2.9.0.jar new file mode 100644 index 0000000..c602d75 Binary files /dev/null and b/bin/libs/jackson-annotations-2.9.0.jar differ diff --git a/bin/libs/jackson-core-2.9.8.jar b/bin/libs/jackson-core-2.9.8.jar new file mode 100644 index 0000000..362f1f3 Binary files /dev/null and b/bin/libs/jackson-core-2.9.8.jar differ diff --git a/bin/libs/jackson-databind-2.9.8.jar b/bin/libs/jackson-databind-2.9.8.jar new file mode 100644 index 0000000..2d8687b Binary files /dev/null and b/bin/libs/jackson-databind-2.9.8.jar differ diff --git a/bin/libs/json-20160810.jar b/bin/libs/json-20160810.jar new file mode 100644 index 0000000..a90e448 Binary files /dev/null and b/bin/libs/json-20160810.jar differ diff --git a/bin/libs/objenesis-2.6.jar b/bin/libs/objenesis-2.6.jar new file mode 100644 index 0000000..b4b29d5 Binary files /dev/null and b/bin/libs/objenesis-2.6.jar differ diff --git a/bin/libs/org.osgi.annotation.versioning-1.1.0.jar b/bin/libs/org.osgi.annotation.versioning-1.1.0.jar new file mode 100644 index 0000000..85494e3 Binary files /dev/null and b/bin/libs/org.osgi.annotation.versioning-1.1.0.jar differ diff --git a/bin/stock-api-1.0.3.jar b/bin/stock-api-1.0.3.jar new file mode 100644 index 0000000..0b009ef Binary files /dev/null and b/bin/stock-api-1.0.3.jar differ diff --git a/pom.xml b/pom.xml old mode 100755 new mode 100644 index 564d045..40bcf5e --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ bundle 1.0.3 Adobe Stock Apis SDK - A Java sdk for Adobe Stock APIs + A Java SDK for Adobe Stock APIs The Apache Software License, Version 2.0 @@ -23,7 +23,7 @@ 4.5.2 20160810 4.5.2 - 2.9.7 + [2.9.8,) 1.9.10 1.3.2 3.6.1 @@ -132,6 +132,37 @@ + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-checkstyle-plugin + + + [2.17,) + + + check + + + + + + + + + + @@ -158,7 +189,7 @@ ${maven.dependency.version} - copy-dependencies + copy-dependencies-to-target package copy-dependencies @@ -168,6 +199,37 @@ compile + + copy-dependencies-to-libs + package + + copy-dependencies + + + ${project.basedir}/bin/libs + compile + + + + copy-to-lib + package + + copy + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + false + ${project.basedir}/bin + + + ${project.basedir}/bin + compile + + diff --git a/src/test/resources/DownSampledImage.jpg b/src/test/resources/DownSampledImage.jpg old mode 100755 new mode 100644 diff --git a/src/test/resources/DownSampledImageWidth.jpg b/src/test/resources/DownSampledImageWidth.jpg old mode 100755 new mode 100644