Update pom.xml
This commit is contained in:
parent
3dc9d904c9
commit
51491e94f1
1 changed files with 14 additions and 1 deletions
15
pom.xml
15
pom.xml
|
@ -21,6 +21,19 @@
|
|||
<artifactId>commons-io</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>2.9.2</version>
|
||||
</dependency>
|
||||
<!-- end::joda[] -->
|
||||
<!-- tag::junit[] -->
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -29,7 +42,7 @@
|
|||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.2.0</version> <!-- Aktualisiere auf die gewünschte Version -->
|
||||
<configuration>
|
||||
<outputDirectory>${project.basedir}/builds</outputDirectory>
|
||||
<outputDirectory>./target</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in a new issue