optimized pom
This commit is contained in:
@ -11,22 +11,10 @@
|
||||
|
||||
<artifactId>api</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>api</name>
|
||||
<name>shared-sharepoint-api</name>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<!--
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.0</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
-->
|
||||
|
||||
<!-- project overall settings -->
|
||||
<plugin>
|
||||
<!-- Ensure that usage of the maven-jaxb2-plugin is JDK 8 compatible in absence of a fix
|
||||
@ -261,7 +249,6 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
|
||||
@ -9,4 +9,6 @@
|
||||
<groupId>de.muehlencord.shared.sharepoint</groupId>
|
||||
<artifactId>mock</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>shared-sharepoint-mock</name>
|
||||
</project>
|
||||
Reference in New Issue
Block a user