Bael-624 - Code Review fixes

This commit is contained in:
Kyle Doyle
2019-10-07 22:23:44 -04:00
parent 5cffe22228
commit 9490306d8d
2 changed files with 8 additions and 6 deletions

View File

@@ -603,6 +603,7 @@
<module>spring-boot-nashorn</module> <module>spring-boot-nashorn</module>
<module>java-blockchain</module> <module>java-blockchain</module>
<module>wildfly</module>
</modules> </modules>

View File

@@ -4,8 +4,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>gs-spring-boot-wildfly</artifactId> <artifactId>wildfly</artifactId>
<version>0.1.0</version> <version>0.1.0</version>
<name>wildfly</name>
<packaging>war</packaging> <packaging>war</packaging>
@@ -38,11 +39,11 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId> <artifactId>javax.servlet-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- end::tests[] --> <!-- end::tests[] -->
</dependencies> </dependencies>