You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/08/14 15:15:04 UTC

[2/2] syncope git commit: Removing unwanted plugin addition

Removing unwanted plugin addition


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/c0c51bf1
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c0c51bf1
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c0c51bf1

Branch: refs/heads/master
Commit: c0c51bf1672aec3fff562843617f765c1441dcc4
Parents: f912d90
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Aug 14 17:14:47 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Aug 14 17:14:55 2017 +0200

----------------------------------------------------------------------
 common/lib/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c0c51bf1/common/lib/pom.xml
----------------------------------------------------------------------
diff --git a/common/lib/pom.xml b/common/lib/pom.xml
index f21bf35..810f45f 100644
--- a/common/lib/pom.xml
+++ b/common/lib/pom.xml
@@ -93,15 +93,6 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
-        <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>