--- pom.xml 2012-08-04 17:05:46.000000000 +0200
+++ pom.xml-gil 2013-09-03 05:11:08.721322431 +0200
@@ -37,28 +37,104 @@
- javax.servlet
- servlet-api
- [2.4,)
+ org.apache.commons
+ commons-logging
+ 1.1.2
+
+
+ org.apache.tomcat
+ tomcat-servlet-api
+ 7.0.42
provided
org.springframework
- spring
- [2.5,3)
+ spring-beans
+ 3.1.1.RELEASE
+ true
+
+
+ org.springframework
+ spring-context
+ 3.1.1.RELEASE
+ true
+
+
+ org.springframework
+ spring-core
+ 3.1.1.RELEASE
+ true
+
+
+ org.springframework
+ spring-web
+ 3.1.1.RELEASE
true
- com.google.inject
- guice
- [2.0,)
+ org.sonatype.sisu
+ sisu-guice
+ 3.1.3
true
- org.seasar.container
- s2-framework
- [2.4,2.5)
+ org.sonatype.sisu.inject
+ guice-servlet
+ 3.1.3
true
+
+ UTF-8
+
+
+
+ target
+ src/java
+ target/classes
+
+
+ src/java
+
+ **/*.java
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.0
+
+
+ default-compile
+ compile
+
+
+ **/S2Container.*
+
+
+
+ compile
+
+
+
+
+ 1.6
+ 1.6
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+ ${project.name} ${project.version}
+ Copyright © 2007 Hidekatsu Izuno. All rights reserved
+
+
+
+
+
\ Manca newline alla fine del file