Browse Source

Update 'pom.xml'

nhu313 6 years ago
parent
commit
3aa0fec9bd
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      pom.xml

+ 4
- 1
pom.xml View File

@@ -7,6 +7,9 @@
7 7
     <groupId>com.zipcoder</groupId>
8 8
     <artifactId>payment</artifactId>
9 9
     <version>1.0-SNAPSHOT</version>
10
-
10
+    <properties>
11
+        <maven.compiler.source>1.8</maven.compiler.source>
12
+        <maven.compiler.target>1.8</maven.compiler.target>
13
+    </properties>
11 14
 
12 15
 </project>