Skip to content

Commit

Permalink
Merge branch 'master' into JBEAP-13777
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Nov 23, 2017
2 parents 7e8afb1 + 6185a34 commit 5c2a011
Show file tree
Hide file tree
Showing 218 changed files with 1,455 additions and 668 deletions.
2 changes: 1 addition & 1 deletion app-client/client-simple/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>app-client</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
</parent>
<artifactId>app-client-client-simple</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion app-client/ear/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>app-client</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
</parent>
<artifactId>app-client-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion app-client/ejb/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>app-client</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
</parent>
<artifactId>app-client-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion app-client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 7 additions & 1 deletion batch-processing/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -129,5 +129,11 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.spec.javax.xml.bind</groupId>
<artifactId>jboss-jaxb-api_2.2_spec</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>
</project>
2 changes: 1 addition & 1 deletion bean-validation-custom-constraint/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bean-validation/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bmt/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cdi-alternative/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdi-alternative</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdi-decorator/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdi-decorator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdi-decorator/src/main/webapp/staffInfo.xhtml
Expand Up @@ -22,7 +22,7 @@

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>cdi-injection</title>
<title>cdi-decorator</title>
</head>
<body>
<div>
Expand Down
2 changes: 1 addition & 1 deletion cdi-injection/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdi-injection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdi-interceptors/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdi-interceptors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdi-portable-extension/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdi-portable-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdi-stereotype/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdi-stereotype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdi-veto/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdi-veto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmt/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cmt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contacts-jquerymobile/functional-tests/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
9 changes: 8 additions & 1 deletion contacts-jquerymobile/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>contacts-jquerymobile</artifactId>
Expand Down Expand Up @@ -171,6 +171,13 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.spec.javax.xml.bind</groupId>
<artifactId>jboss-jaxb-api_2.2_spec</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion deltaspike-authorization/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wildfly-deltaspike-authorization</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deltaspike-beanbuilder/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wildfly-deltaspike-beanbuilder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deltaspike-projectstage/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wildfly-deltaspike-projectstage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>quickstart-parent</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5c2a011

Please sign in to comment.