Issue Type: Bug Bug
Affects Versions: 8.0-RC2
Assignee: Jody Garnett
Components: main
Created: 13/Jul/12 8:43 AM
Description:

In pom of gt-main we have:
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<!-- The version number is specified in the parent POM. -->
<scope>provided</scope> <!-- Needed for compilation, not for running -->
</dependency>

so as comment says <!-- Needed for compilation, not for running -->
it should be <scope>test</scope> like it is in
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>

it is major for creating OSGi bundle

Project: GeoTools
Priority: Major Major
Reporter: Mariusz Szulist
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to