From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- subsonic-main/pom.xml | 334 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 334 insertions(+) create mode 100644 subsonic-main/pom.xml (limited to 'subsonic-main/pom.xml') diff --git a/subsonic-main/pom.xml b/subsonic-main/pom.xml new file mode 100644 index 00000000..a094c2bd --- /dev/null +++ b/subsonic-main/pom.xml @@ -0,0 +1,334 @@ + + + 4.0.0 + net.sourceforge.subsonic + subsonic-main + war + Subsonic Main + + + net.sourceforge.subsonic + subsonic + 4.7.beta2 + + + + + + org.springframework + spring + 2.5.6 + + + + org.springframework + spring-webmvc + 2.5.6 + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-web + + + + + + org.acegisecurity + acegi-security + 1.0.5 + + + org.springframework + spring-core + + + org.springframework + spring-remoting + + + org.springframework + spring-jdbc + + + org.springframework + spring-support + + + + + + org.apache.lucene + lucene-core + 3.0.3 + + + + cglib + cglib + 2.1_3 + runtime + + + + commons-fileupload + commons-fileupload + 1.2 + + + + commons-jxpath + commons-jxpath + 1.1 + + + xerces + xerces + + + runtime + + + + org.apache.httpcomponents + httpcore + 4.0.1 + + + + commons-codec + commons-codec + 1.2 + + + + commons-io + commons-io + 1.3.1 + + + + commons-lang + commons-lang + 2.1 + + + + org.apache.httpcomponents + httpclient + 4.0.1 + + + + hsqldb + hsqldb + 1.8.0.7 + runtime + + + + radeox + radeox + 1.0-b2 + + + + log4j + log4j + 1.2.16 + runtime + + + + org.slf4j + slf4j-log4j12 + 1.6.1 + runtime + + + + org.directwebremoting + dwr + 3.0.rc1 + + + + + com.yahoo.platform.yui + yuicompressor + 2.3.6 + runtime + + + + ant-zip + ant-zip + 1.6.2 + + + + org + jaudiotagger + 2.0.2 + + + + jfree + jfreechart + 1.0.11 + + + junit + junit + + + gnujaxp + gnujaxp + + + + + + jdom + jdom + 1.0 + + + + net.sf.ehcache + ehcache-core + 2.5.0 + + + + javax.servlet + servlet-api + 2.4 + provided + + + + javax.servlet + jsp-api + 2.0 + provided + + + + javax.servlet + jstl + 1.1.2 + runtime + + + + taglibs + standard + 1.1.2 + + + + taglibs + string + 1.1.0 + runtime + + + + net.sbbi + sbbi-upnplib + 1.0.4 + + + + org.wetorrent + weupnp + 2009-10-16 + + + + com.hoodcomputing + natpmp + 0.1 + + + + junit + junit + 4.1 + test + + + + + + + full + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + validate + + create + + + + + false + false + + + + + + + + + subsonic + + + + maven-antrun-plugin + + + generate-resources + + + + + ${buildNumber} + ${DSTAMP} + ${project.version} + + + + run + + + + + + + + -- cgit v1.2.3