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