Skip to content

Commit

Permalink
Fixing license and pom dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hkamel committed Apr 12, 2016
1 parent 6f5611d commit 249d574
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .gitignore
@@ -0,0 +1,12 @@
# ---- Maven
target/
dependency-reduced-pom.xml


# ---- IntelliJ IDEA
*.iws
*.iml
*.ipr
.idea/


10 changes: 8 additions & 2 deletions pom.xml
Expand Up @@ -14,6 +14,13 @@
<name>Visual Studio ALM Rangers</name>
<url>https://aka.ms/vsarblog</url>
</organization>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/SonarQubeCommunity/sonar-auth-aad/issues</url>
Expand Down Expand Up @@ -45,7 +52,6 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>

</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -55,7 +61,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
<version>20160212</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 249d574

Please sign in to comment.