Skip to content

Commit

Permalink
fixed helloworld-gwt qs
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny authored and sgilda committed Feb 28, 2014
1 parent 5e001f9 commit b1109fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions helloworld-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
<version.jboss.maven.plugin>7.4.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom.wfk>2.5.0-build-2</version.jboss.bom.wfk>
<version.org.jboss.spec.jboss.javaee.6.0>3.0.2.Final-redhat-7</version.org.jboss.spec.jboss.javaee.6.0>
<version.com.google.gwt>2.5.1</version.com.google.gwt>

<!-- other plugin versions -->
<version.org.codehaus.mojo.gwt.maven.plugin>2.5.1</version.org.codehaus.mojo.gwt.maven.plugin>
Expand All @@ -66,13 +67,19 @@
read this as the JBoss stack of the Java EE Web Profile 6 APIs).
You can actually use this stack with any version of JBoss that implements Java EE 6, not
just JBoss EAP 6! -->
<dependency>
<groupId>org.jboss.bom.wfk</groupId>
<artifactId>jboss-javaee-6.0-with-errai</artifactId>
<version>${version.jboss.bom.wfk}</version>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<version>${version.org.jboss.spec.jboss.javaee.6.0}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependency>
<!-- Google Web Toolkit (GWT) -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${version.com.google.gwt}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<version.jboss.maven.plugin>7.4.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom.wfk>2.5.0-build-2</version.jboss.bom.wfk>
<version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap>

Expand Down

0 comments on commit b1109fd

Please sign in to comment.