0b9549bd3e
* [JAVA-13854] added parent module * [JAVA-13854] moved apache-tapestry(submodule) to web-modules(parent) * [JAVA-13854] moved bootique(submodule) to web-modules(parent) * [JAVA-13854] moved dropwizard(submodule) to web-modules(parent) * [JAVA-13854] moved blade(submodule) to web-modules(parent) * [JAVA-13854] moved java-lite(submodule) to web-modules(parent) * [JAVA-13854] moved jooby(submodule) to web-modules(parent) * [JAVA-13854] moved linkrest(submodule) to web-modules(parent) * [JAVA-13854] moved ninja(submodule) to web-modules(parent) * [JAVA-13854] moved ratpack(submodule) to web-modules(parent) * [JAVA-13854] moved resteasy(submodule) to web-modules(parent) * [JAVA-13854] moved restx(submodule) to web-modules(parent) * [JAVA-13854] moved spark-java(submodule) to web-modules(parent) * [JAVA-13854] moved vraptor(submodule) to web-modules(parent) * [JAVA-13854] delete modules that were moved * [JAVA-13854] * [JAVA-13854] * [JAVA-13854] delete ninja submodule + moved raml(submodule) to web-modules(parent) * [JAVA-13854] moved gwt(submodule) to web-modules(parent) * [JAVA-13854] moved jakarta-ee(submodule) to web-modules(parent) * [JAVA-13854] moved javax-servlets(submodule) to web-modules(parent) * [JAVA-13854] moved javax-servlets-2(submodule) to web-modules(parent) * [JAVA-13854] moved jee-7(submodule) to web-modules(parent) * [JAVA-13854] moved play-framework(not a module) to web-modules * [JAVA-13854] fix failing test * [JAVA-13854] moved struts-2(submodule) to web-modules(parent) * [JAVA-13854] moved wicket(submodule) to web-modules(parent) * [JAVA-13854] deleted modules that were moved to web-modules * JAVA-13854 Removed moved modules from the main pom.xml Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com> Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"module": "restx-demo:restx-demo:0.1-SNAPSHOT",
|
|
"packaging": "war",
|
|
|
|
"properties": {
|
|
"java.version": "1.8",
|
|
"restx.version": "0.35-rc4"
|
|
},
|
|
"fragments": {
|
|
"maven": [
|
|
"classpath:///restx/build/fragments/maven/javadoc-apidoclet.xml" ]
|
|
},
|
|
"dependencies": {
|
|
"compile": [
|
|
"io.restx:restx-core:${restx.version}",
|
|
"io.restx:restx-security-basic:${restx.version}",
|
|
"io.restx:restx-core-annotation-processor:${restx.version}",
|
|
"io.restx:restx-factory:${restx.version}",
|
|
"io.restx:restx-factory-admin:${restx.version}",
|
|
"io.restx:restx-validation:${restx.version}",
|
|
"io.restx:restx-monitor-codahale:${restx.version}",
|
|
"io.restx:restx-monitor-admin:${restx.version}",
|
|
"io.restx:restx-log-admin:${restx.version}",
|
|
"io.restx:restx-i18n-admin:${restx.version}",
|
|
"io.restx:restx-stats-admin:${restx.version}",
|
|
"io.restx:restx-servlet:${restx.version}",
|
|
"io.restx:restx-server-jetty8:${restx.version}!optional",
|
|
"io.restx:restx-apidocs:${restx.version}",
|
|
"io.restx:restx-specs-admin:${restx.version}",
|
|
"io.restx:restx-admin:${restx.version}",
|
|
"ch.qos.logback:logback-classic:1.0.13"
|
|
],
|
|
"test": [
|
|
"io.restx:restx-specs-tests:${restx.version}",
|
|
"junit:junit:4.11"
|
|
]
|
|
}
|
|
}
|