/[schmitzm]/branches/2.6-keck/schmitzm-parent/pom.xml
ViewVC logotype

Diff of /branches/2.6-keck/schmitzm-parent/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1406 by alfonx, Wed Jan 26 19:44:40 2011 UTC revision 1440 by alfonx, Thu Jan 27 13:08:28 2011 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-parent</artifactId>          <artifactId>schmitzm-parent</artifactId>
7          <version>2.6-SNAPSHOT</version>          <version>2.5-SNAPSHOT</version>
8          <packaging>pom</packaging>          <packaging>pom</packaging>
9          <description>Describes maven pom settings for all schmitz modules</description>          <description>Describes maven pom settings for all schmitz modules</description>
10    
# Line 90  Line 90 
90                          <scope>system</scope>                          <scope>system</scope>
91                          <systemPath>${java.home}/../lib/tools.jar</systemPath>                          <systemPath>${java.home}/../lib/tools.jar</systemPath>
92                  </dependency>                  </dependency>
93    
94                    <dependency>
95                            <groupId>junit</groupId>
96                            <artifactId>junit</artifactId>
97                            <version>4.8.2</version>
98                            <type>jar</type>
99                            <scope>test</scope>
100                    </dependency>
101            
102                    <dependency>
103    <!--                     Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded -->
104    <!--                            to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
105                            <groupId>log4j</groupId>
106                            <artifactId>log4j</artifactId>
107                            <version>1.2.14</version>
108                    </dependency>
109          </dependencies>          </dependencies>
110    
111          <build>          <build>

Legend:
Removed from v.1406  
changed lines
  Added in v.1440

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26