From bfeaef47bf034e0c6bff410edf5b85df8afb030a Mon Sep 17 00:00:00 2001 From: Mohammad Derakhshani Date: Thu, 18 Jan 2018 10:38:00 -0800 Subject: [PATCH] added parent pom file for examples project --- documentdb-examples/pom.xml | 17 +++++++---------- pom.xml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 10 deletions(-) create mode 100644 pom.xml diff --git a/documentdb-examples/pom.xml b/documentdb-examples/pom.xml index 2e390c5..a9bd225 100644 --- a/documentdb-examples/pom.xml +++ b/documentdb-examples/pom.xml @@ -2,14 +2,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.microsoft.azure + + com.microsoft.azure + documentdb-parent + 1.0.0-SNAPSHOT + + documentdb-examples - 1.0.0-SNAPSHOT - jar documentdb-examples + jar https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-java - UTF-8 1.7.6 @@ -32,7 +35,6 @@ - junit @@ -45,11 +47,6 @@ azure-documentdb 1.15.0 - - com.google.guava - guava - 23.0 - org.hamcrest hamcrest-all diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f98c1b3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + + com.microsoft.azure + documentdb-parent + 1.0.0-SNAPSHOT + pom + Azure Cosmons DB Document API + https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-java + + + documentdb-examples + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + + **/*Test*.java + **/*Samples*.java + **/*Sample*.java + + + + + +