Skip to content

Commit

Permalink
SAK-30572 Fix maven build warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
buckett committed Mar 23, 2016
1 parent 52e68bb commit 266e8e6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
4 changes: 0 additions & 4 deletions basiclti/basiclti-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
</dependency>

</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion kernel/component-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
completely clean to avoid noise from leftover static
variables.
-->
<forkMode>pertest</forkMode>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion message/search-adapters/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>pertest</forkMode>
<reuseFork>false</reuseFork>
<argLine>${maven.test.jvmargs}</argLine>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion search/search-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>pertest</forkMode>
<reuseFork>false</reuseFork>
<argLine>${maven.test.jvmargs}</argLine>
<!-- This test randomly has errors at present SAK-13616 -->
<excludes>
Expand Down
5 changes: 0 additions & 5 deletions user/user-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
<groupId>org.sakaiproject.kernel</groupId>
<artifactId>sakai-kernel-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.accountvalidator</groupId>
<artifactId>accountvalidator-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.kernel</groupId>
<artifactId>sakai-component-manager</artifactId>
Expand Down

0 comments on commit 266e8e6

Please sign in to comment.