Repository: cxf Updated Branches: refs/heads/master b632aa139 -> 721713251
Don't need the compiler plugin configured in netty Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/7cd17bd1 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7cd17bd1 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7cd17bd1 Branch: refs/heads/master Commit: 7cd17bd1ebea74b489144057e09ade758a6ced4f Parents: b632aa1 Author: Daniel Kulp <[email protected]> Authored: Fri Apr 11 14:15:44 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Apr 11 14:15:44 2014 -0400 ---------------------------------------------------------------------- rt/transports/http-netty/netty-client/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/7cd17bd1/rt/transports/http-netty/netty-client/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-netty/netty-client/pom.xml b/rt/transports/http-netty/netty-client/pom.xml index 7462506..ed158e0 100644 --- a/rt/transports/http-netty/netty-client/pom.xml +++ b/rt/transports/http-netty/netty-client/pom.xml @@ -112,18 +112,4 @@ <scope>test</scope> </dependency> </dependencies> - <build> - <defaultGoal>install</defaultGoal> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> </project>
