From 249d5746d950791192b6442ae1e306fc8eed207c Mon Sep 17 00:00:00 2001 From: hkamel Date: Tue, 12 Apr 2016 21:22:04 +0400 Subject: [PATCH] Fixing license and pom dependencies --- .gitignore | 12 ++++++++++++ pom.xml | 10 ++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0dae888 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# ---- Maven +target/ +dependency-reduced-pom.xml + + +# ---- IntelliJ IDEA +*.iws +*.iml +*.ipr +.idea/ + + diff --git a/pom.xml b/pom.xml index 9601fe9..f43e72e 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,13 @@ Visual Studio ALM Rangers https://aka.ms/vsarblog + + + The MIT License (MIT) + http://www.opensource.org/licenses/mit-license.php + repo + + GitHub Issues https://github.com/SonarQubeCommunity/sonar-auth-aad/issues @@ -45,7 +52,6 @@ javax.servlet javax.servlet-api 3.0.1 - com.microsoft.azure @@ -55,7 +61,7 @@ org.json json - 20090211 + 20160212 org.slf4j