Richard Allred
2019-06-19 240c81958d9ed1693c367f25efdfc6ae88f28d18
tweaking dependencies for thorntail
1 files modified
25 ■■■■■ changed files
java-serverhost/pom.xml 25 ●●●●● patch | view | raw | blame | history
java-serverhost/pom.xml
@@ -14,6 +14,9 @@
    <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>
@@ -27,6 +30,18 @@
      </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>
@@ -46,14 +61,4 @@
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>javax</groupId>
      <artifactId>javaee-api</artifactId>
      <version>7.0</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>