Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
#104 added exlusions and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdibernardo committed Feb 27, 2019
1 parent d8cd1ca commit daa5a17
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,17 @@
<groupId>ca.mcgill.sable</groupId>
<artifactId>soot</artifactId>
<version>3.2.0</version>
<exclusions>
<exclusion>
<groupId>ca.mcgill.sable</groupId>
<artifactId>polyglot</artifactId>
</exclusion>
<exclusion>
<groupId>ca.mcgill.sable</groupId>
<artifactId>jasmin</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.0.4.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
Expand Down Expand Up @@ -377,6 +381,15 @@
</plugins>
</build>

<repositories>
<repository>
<id>central</id>
<name>Maven Central</name>
<url>http://repo1.maven.org/maven2</url>
</repository>
</repositories>


<reporting>
<excludeDefaults>true</excludeDefaults>
<outputDirectory>${project.build.directory}/site</outputDirectory>
Expand Down

0 comments on commit daa5a17

Please sign in to comment.