Browse Source

让 office-plugin 项目的语言级别与父项目保持一致

Yiding He 3 years ago
parent
commit
43374e02bd
1 changed files with 0 additions and 10 deletions
  1. 0 10
      office-plugin/pom.xml

+ 0 - 10
office-plugin/pom.xml

@@ -86,16 +86,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.3.2</version>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                    <encoding>UTF-8</encoding>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>