diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000000..ae5dc28eaff4b --- /dev/null +++ b/pom.xml @@ -0,0 +1,278 @@ + + + 4.0.0 + + com.microsoft.azure + autorest-clientruntime-for-java + 1.0.0-SNAPSHOT + pom + + AutoRest Client Runtimes for Java + This package contains the runtimes for AutoRest generated Java clients. + https://github.com/Azure/autorest-clientruntime-for-java + + + + The MIT License (MIT) + http://opensource.org/licenses/MIT + repo + + + + + scm:git:https://github.com/Azure/autorest-clientruntime-for-java + scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git + HEAD + + + + UTF-8 + + playback + + + + + microsoft + Microsoft + + + + + + azureoss-snapshots-pr + Azure Private Snapshots + http://azureoss.westus.cloudapp.azure.com:8080/nexus/content/repositories/snapshots-pr/ + default + + true + always + + + + adx-snapshots + Azure ADX Snapshots + http://adxsnapshots.azurewebsites.net + default + + true + always + + + + oss-snapshots + Open Source Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + default + + true + always + + + + + + + adx-snapshots + Azure ADX Snapshots + ftp://waws-prod-bay-005.ftp.azurewebsites.windows.net/site/wwwroot + true + default + + + + + + + com.google.guava + guava + 18.0 + + + com.squareup.retrofit2 + retrofit + 2.0.0-beta4 + + + com.squareup.okhttp3 + okhttp + 3.2.0 + + + com.squareup.okio + okio + 1.7.0 + + + com.squareup.okhttp3 + logging-interceptor + 3.1.1 + + + com.squareup.okhttp3 + okhttp-urlconnection + 3.1.1 + + + com.squareup.retrofit2 + converter-jackson + 2.0.0-beta4 + + + com.fasterxml.jackson.core + jackson-databind + 2.7.1 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + 2.7.1 + + + org.apache.commons + commons-lang3 + 3.4 + + + com.microsoft.azure + adal4j + 1.1.2 + + + com.microsoft.aad + adal + 1.1.11 + + + junit + junit + 4.12 + test + + + + + + + + org.apache.maven.plugins + maven-help-plugin + 2.1.1 + + + validate + + evaluate + + + legal + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + true + true + -Xlint:unchecked + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.storage + /** +
* Copyright (c) Microsoft Corporation. All rights reserved. +
* Licensed under the MIT License. See License.txt in the project root for +
* license information. +
*/]]>
+
+
+ + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + +
+ + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + + **/Test*.java + **/*Test.java + **/*Tests.java + **/*TestCase.java + + + ${testMode} + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.2 + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.10 + + + attach-artifacts + package + + attach-artifact + + + + + target/.gitrevision + gitrevision + + + + + + + + +
+ + ./client-runtime + ./azure-client-runtime + ./azure-client-authentication + +