wouterhardeman / play2-maven-plugin

Automatically exported from code.google.com/p/play2-maven-plugin
0 stars 0 forks source link

Upgrade Play! version from 2.3.8 to 2.3.9 #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From Maven plugin point of view there is only one difference between 2.3.8 and 
2.3.9 - Play! 2.3.9 was deployed to Maven central repository 
(http://repo1.maven.org/maven2/com/typesafe/play/) so Typesafe repository 
definition can be removed from 'play2-provider-play23' provider module.

Unfortunately one Play's dependency 
('com.typesafe.netty:netty-http-pipelining:1.1.2') is not available in Maven 
central repository. This dependency is not required by the plugin, but is 
required by Play! application.

There are two solutions:
1. Don't remove Typesafe repository definition from project's 'pom.xml' file,
2 Remove it and add overriding dependency to 
'com.typesafe.netty:netty-http-pipelining:1.1.4' available in Maven central 
repository. You do it on your own risk, see 
https://groups.google.com/forum/#!msg/play-framework/ebUnT7CfdKQ/3Qa7IYwutnUJ 
for more information.

Original issue reported on code.google.com by gslowiko...@gmail.com on 12 May 2015 at 6:38

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/play2-maven-plugin/source/detail?r=1225 - provider 
upgraded.

https://code.google.com/p/play2-maven-plugin/source/detail?r=1226 - test 
projects upgraded.

New 1.0.0-beta2-SNAPSHOT snapshot deployed.

Original comment by gslowiko...@gmail.com on 12 May 2015 at 6:50