Drops unused definition
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/3ed76060 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/3ed76060 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/3ed76060 Branch: refs/heads/master Commit: 3ed76060a64240e1404d109d3ea6f44412fa8c57 Parents: 634e492 Author: Lukasz Lenart <[email protected]> Authored: Fri Jul 7 07:41:18 2017 +0200 Committer: Lukasz Lenart <[email protected]> Committed: Fri Jul 7 07:41:18 2017 +0200 ---------------------------------------------------------------------- action-chaining/pom.xml | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/3ed76060/action-chaining/pom.xml ---------------------------------------------------------------------- diff --git a/action-chaining/pom.xml b/action-chaining/pom.xml index b5d17df..58a7f8f 100644 --- a/action-chaining/pom.xml +++ b/action-chaining/pom.xml @@ -20,15 +20,6 @@ <build> <plugins> <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.3</version> - <configuration> - <encoding>UTF-8</encoding> - <source>1.7</source> - <target>1.7</target> - </configuration> - </plugin> - <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>8.1.16.v20140903</version>
