Richard Allred
2019-06-19 95e8656462b4d014a28e0f1e7a160e8fa0c53838
revert unnecessary pom changes
1 files modified
16 ■■■■■ changed files
java-serverhost/pom.xml 16 ●●●●● patch | view | raw | blame | history
java-serverhost/pom.xml
@@ -14,9 +14,6 @@
    <maven.compiler.target>1.8</maven.compiler.target>
    <failOnMissingWebXml>false</failOnMissingWebXml>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <version.compiler.plugin>3.1</version.compiler.plugin>
        <version.surefire.plugin>2.16</version.surefire.plugin>
        <version.war.plugin>2.5</version.war.plugin>
  </properties>
  <dependencyManagement>
@@ -30,18 +27,6 @@
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
        <dependency>
            <groupId>io.thorntail</groupId>
            <artifactId>cdi</artifactId>
        </dependency>
        <dependency>
            <groupId>io.thorntail</groupId>
            <artifactId>jaxrs</artifactId>
        </dependency>
    </dependencies>
  <build>
    <finalName>demo</finalName>
@@ -61,4 +46,5 @@
      </plugin>
    </plugins>
  </build>
</project>