Revision: 19302
          http://sourceforge.net/p/gate/code/19302
Author:   markagreenwood
Date:     2016-05-11 13:04:36 +0000 (Wed, 11 May 2016)
Log Message:
-----------
some changes to the way the poms for the plugins work to avoid ending up with 
junit as a runtime dependency for gate-core

Modified Paths:
--------------
    gate/branches/sawdust2/build/Plugin_Base/pom.xml
    gate/branches/sawdust2/build/Test-Utils/pom.xml

Modified: gate/branches/sawdust2/build/Plugin_Base/pom.xml
===================================================================
--- gate/branches/sawdust2/build/Plugin_Base/pom.xml    2016-05-11 12:44:28 UTC 
(rev 19301)
+++ gate/branches/sawdust2/build/Plugin_Base/pom.xml    2016-05-11 13:04:36 UTC 
(rev 19302)
@@ -138,4 +138,4 @@
                </plugins>
        </reporting>
 
-</project>
\ No newline at end of file
+</project>

Modified: gate/branches/sawdust2/build/Test-Utils/pom.xml
===================================================================
--- gate/branches/sawdust2/build/Test-Utils/pom.xml     2016-05-11 12:44:28 UTC 
(rev 19301)
+++ gate/branches/sawdust2/build/Test-Utils/pom.xml     2016-05-11 13:04:36 UTC 
(rev 19302)
@@ -23,7 +23,14 @@
                        <groupId>uk.ac.gate</groupId>
                        <artifactId>gate-core</artifactId>
                        <version>9.0-SNAPSHOT</version>
+                       <scope>provided</scope>
                </dependency>
+
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.11</version>
+               </dependency>
        </dependencies>
        
        <repositories>
@@ -39,4 +46,4 @@
                <maven.compiler.target>1.8</maven.compiler.target>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
-</project>
\ No newline at end of file
+</project>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to