diff --git a/jaxrs-jsonp/pom.xml b/jaxrs-jsonp/pom.xml new file mode 100644 index 0000000000..9b8740ddaf --- /dev/null +++ b/jaxrs-jsonp/pom.xml @@ -0,0 +1,87 @@ + + + 4.0.0 + + + org.wildfly.swarm + wildfly-swarm-parent + 1.0.0.Alpha6-SNAPSHOT + ../ + + + org.wildfly.swarm + wildfly-swarm-jaxrs-jsonp + + WildFly Swarm: JAX-RS + JSON-P + WildFly Swarm: JAX-RS + JSON-P + + jar + + + + + src/main/resources + true + + + + + org.wildfly.swarm + wildfly-swarm-fraction-plugin + + + + + + + + org.wildfly.swarm + wildfly-swarm-jaxrs + ${project.version} + + + + + org.glassfish + javax.json + + + + org.wildfly.core + wildfly-core-feature-pack + zip + provided + + + * + * + + + + + org.wildfly + wildfly-servlet-feature-pack + zip + provided + + + * + * + + + + + org.wildfly + wildfly-feature-pack + zip + provided + + + * + * + + + + + + diff --git a/jaxrs-jsonp/src/main/resources/modules/org/wildfly/swarm/jaxrs/jsonp/main/module.xml b/jaxrs-jsonp/src/main/resources/modules/org/wildfly/swarm/jaxrs/jsonp/main/module.xml new file mode 100644 index 0000000000..42d055cb6c --- /dev/null +++ b/jaxrs-jsonp/src/main/resources/modules/org/wildfly/swarm/jaxrs/jsonp/main/module.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/jaxrs-jsonp/src/main/resources/provided-dependencies.txt b/jaxrs-jsonp/src/main/resources/provided-dependencies.txt new file mode 100644 index 0000000000..f95ddbd6c0 --- /dev/null +++ b/jaxrs-jsonp/src/main/resources/provided-dependencies.txt @@ -0,0 +1 @@ +org.glassfish:javax.json \ No newline at end of file diff --git a/jaxrs-jsonp/src/main/resources/wildfly-swarm-bootstrap.conf b/jaxrs-jsonp/src/main/resources/wildfly-swarm-bootstrap.conf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pom.xml b/pom.xml index 0efe317a38..56a3ea4a77 100644 --- a/pom.xml +++ b/pom.xml @@ -438,6 +438,7 @@ io jaxrs jaxrs-jaxb + jaxrs-jsonp jaxrs-multipart jaxrs-weld jca