From aedc34d55462a75e329bbf342251ff6504cd117e Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Sun, 19 May 2024 17:56:33 -0400 Subject: Initial import from SVN --- projects/net.wotonomy.web/pom.xml | 70 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 projects/net.wotonomy.web/pom.xml (limited to 'projects/net.wotonomy.web/pom.xml') diff --git a/projects/net.wotonomy.web/pom.xml b/projects/net.wotonomy.web/pom.xml new file mode 100644 index 0000000..77739e9 --- /dev/null +++ b/projects/net.wotonomy.web/pom.xml @@ -0,0 +1,70 @@ + + 4.0.0 + + net.wotonomy + wotonomy-all + 1.0-alpha5-SNAPSHOT + + wotonomy-web + Wotonomy - MVC Web Application Framework + jar + + + ${project.groupId} + wotonomy-persistence + ${project.version} + + + jetty + org.mortbay.jetty + 5.1.9 + + + org.mortbay.jetty + servlet-api-2.5 + 0PR + + + dom4j + dom4j + 1.6.1 + + + pull-parser + pull-parser + + + xml-apis + xml-apis + + + + + junit + junit + 3.8.1 + test + + + + + + maven-javadoc-plugin + + + org.codehaus.mojo + surefire-report-maven-plugin + + + + + + scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.web + scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.web + + -- cgit v1.2.3