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 |
|
|
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> |