diff --git a/main/pom.xml b/main/pom.xml new file mode 100644 index 000000000..e3a903c58 --- /dev/null +++ b/main/pom.xml @@ -0,0 +1,371 @@ + + 4.0.0 + + org.openrefine + main + pom + 3.0-SNAPSHOT + + OpenRefine - main + OpenRefine is a free, open source power tool for working with messy data and improving it + http://openrefine.org/ + + org.openrefine + openrefine + 3.0-SNAPSHOT + + + + / + 3333 + /tmp/refine + + + + scm:git:http://github.com/OpenRefine/OpenRefine + http://github.com/OpenRefine/OpenRefine + + + + openrefine-main + + + src + + + tests/server/src + + + tests/data + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + generate-sources + + add-source + + + + src + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + UTF-8 + false + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + UTF-8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + tests/server/conf/tests.xml + + + + + org.codehaus.mojo + exec-maven-plugin + 1.3 + + com.google.refine.Refine + true + java + + + + + + + + + + + + + javax.servlet + servlet-api + 2.5 + provided + + + + edu.mit.simile + butterfly + 1.0.1 + + + org.mozilla + rhino + 1.7.10 + + + + org.json + json + 20160810 + + + com.fasterxml.jackson.core + jackson-databind + 2.9.1 + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.1 + + + org.slf4j + slf4j-log4j12 + 1.7.18 + + + org.slf4j + slf4j-api + 1.7.18 + + + org.apache.commons + commons-lang3 + 3.6 + + + commons-digester + commons-digester + 1.8.1 + + + commons-fileupload + commons-fileupload + 1.2.1 + + + commons-collections + commons-collections + 3.2.2 + + + velocity + velocity + 1.5 + + + marc4j + marc4j + 2.4 + + + org.apache.ant + ant + 1.8.0 + + + org.jsoup + jsoup + 1.4.1 + + + net.sf.opencsv + opencsv + 2.4-refine-20130712 + + + org.apache.poi + poi + 3.8 + + + org.apache.poi + poi-ooxml + 3.8 + + + org.apache.odftoolkit + odfdom-java + 0.8.8-incubating + + + + edu.mit.simile + vicino + 1.1 + + + oauth.signpost + signpost-core + 1.2.1.2 + + + oauth.signpost + signpost-commonshttp4 + 1.2.1.2 + + + org.clojure + clojure + 1.5.1 + + + org.apache.httpcomponents + httpclient + 4.5.5 + + + org.apache.httpcomponents + httpcore + 4.4.9 + + + org.sweble.wikitext + swc-parser-lazy + 3.1.7 + + + org.everit.json + org.everit.json.schema + 1.5.1 + + + io.frictionlessdata + datapackage-java + 1.0-SNAPSHOT + + + io.frictionlessdata + tableschema-java + 1.0-SNAPSHOT + + + joda-time + joda-time + 2.9.9 + + + + org.apache.jena + jena-arq + 3.6.0 + + + org.apache.jena + jena-base + 3.6.0 + + + org.apache.jena + jena-cmds + 3.6.0 + + + org.apache.jena + jena-core + 3.6.0 + + + com.metaweb + lessen + 1.0 + + + + + + + + org.testng + testng + 6.9.10 + test + + + org.mockito + mockito-core + 2.8.9 + test + + + junit + junit + 4.12 + test + + + org.powermock + powermock-module-junit4 + 1.7.1 + test + + + org.powermock + powermock-api-mockito2 + 1.7.1 + test + + + + + + + local-jars + Local JARs + file://${project.basedir}/../libs + + + + + diff --git a/pom.xml b/pom.xml index 31e2ddb88..e0c0c47e1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,17 @@ org.openrefine openrefine - jar + pom 3.0-SNAPSHOT - Open Refine + OpenRefine OpenRefine is a free, open source power tool for working with messy data and improving it + http://openrefine.org/ + + + main + server + / @@ -24,19 +30,13 @@ openrefine - + - main/tests/server/src - - - main/tests/data - - org.codehaus.mojo @@ -50,8 +50,6 @@ - src - main/src server/src @@ -82,7 +80,8 @@ exec-maven-plugin 1.3 - com.google.refine.Refine + true + none + + local-jars + Local JARs + file://${project.basedir}/../libs + + + + +