/[schmitzm]/trunk/schmitzm-parent/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-parent/pom.xml

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

revision 1418 by alfonx, Wed Jan 26 19:44:40 2011 UTC revision 1419 by alfonx, Thu Jan 27 11:15:06 2011 UTC
# 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.1418  
changed lines
  Added in v.1419

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26