BAEL-89 - reformatting source - adding packaging to pom to parent spring-session module

This commit is contained in:
slavisa-baeldung 2016-11-06 22:28:05 +01:00
parent 9bf8fee210
commit ef09007932
7 changed files with 56 additions and 55 deletions

View File

@ -1,4 +1,3 @@
server.port=8081
spring.redis.host=localhost
spring.redis.port=6379

View File

@ -4,6 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
@ -12,6 +13,7 @@
<artifactId>spring-session</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>jetty-session-demo</module>