BAEL-20759 CLONE - Week 2 | POM Properties Cleanup

- Cleaning properties of project starting with name n,o and p
This commit is contained in:
Dhawal Kapil
2020-01-25 21:53:36 +05:30
parent dc137b8151
commit 7ff0085230
16 changed files with 5 additions and 111 deletions
-10
View File
@@ -12,16 +12,9 @@
<groupId>com.baeldung</groupId>
<artifactId>patterns</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
@@ -31,9 +24,6 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<assertj-core.version>3.12.1</assertj-core.version>
</properties>