Paul Hammant
2013-06-16 21:20:07 UTC
Mike,
Running this from root :
mvn versions:use-latest-releases
Suggests a number of upgrades - most of which are "too advanced", or red
herrings.
However,
1) jtype could/should be upgraded (but has subtle incompatibilities) :
-
<groupId>com.googlecode.jtype</groupId><artifactId>jtype</artifactId><version>0.1.1</version>
+
<groupId>com.googlecode.jtype</groupId><artifactId>jtype</artifactId><version>0.1.3</version>
2) The servlet-api (for web/) has some weirdness in 2.4 and 2.5, which is
no longer weird in 3.x (though that's still in beta) according to 'mvn
central'. Specifically a PageContext global is available as a compilation
target in 2.3 and 3.0, but not in 2.4 and 2.5.
Thoughts?
- Paul
Running this from root :
mvn versions:use-latest-releases
Suggests a number of upgrades - most of which are "too advanced", or red
herrings.
However,
1) jtype could/should be upgraded (but has subtle incompatibilities) :
-
<groupId>com.googlecode.jtype</groupId><artifactId>jtype</artifactId><version>0.1.1</version>
+
<groupId>com.googlecode.jtype</groupId><artifactId>jtype</artifactId><version>0.1.3</version>
2) The servlet-api (for web/) has some weirdness in 2.4 and 2.5, which is
no longer weird in 3.x (though that's still in beta) according to 'mvn
central'. Specifically a PageContext global is available as a compilation
target in 2.3 and 3.0, but not in 2.4 and 2.5.
Thoughts?
- Paul