Skip to content

Commit

Permalink
Get rid of build warnings WARNING about problems found when building …
Browse files Browse the repository at this point in the history
…the effective model (#953)
  • Loading branch information
perwramdemark authored and iluwatar committed Oct 5, 2019
1 parent 218ba44 commit 364c43a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 0 additions & 9 deletions naked-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,14 @@
<groupId>com.iluwatar</groupId>
<version>1.22.0-SNAPSHOT</version>
</parent>

<artifactId>naked-objects</artifactId>

<packaging>pom</packaging>

<prerequisites>
<maven>3.0.4</maven>
</prerequisites>

<properties>
<isis.version>1.9.0</isis.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<assertj-core.version>2.0.0</assertj-core.version>
</properties>

<repositories>
<repository>
<id>apache.snapshots</id>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,11 @@
<argLine>-Xmx1024M ${argLine}</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 364c43a

Please sign in to comment.