Skip to content

Commit

Permalink
fixes #13
Browse files Browse the repository at this point in the history
- change the scope of dependencies to have them not packaged into the amp module
  • Loading branch information
jgoldhammer committed Nov 10, 2016
1 parent c91aac2 commit 2751b0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,21 @@
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-repository</artifactId>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework/spring-test -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.2.17.RELEASE</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.sling/org.apache.sling.junit.remote -->
<dependency>
<groupId>com.tradeshift</groupId>
<artifactId>junit-remote</artifactId>
<version>3</version>
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
Expand Down

0 comments on commit 2751b0c

Please sign in to comment.