Unable to build the module
--------------------------

                 Key: SEAMWICKET-27
                 URL: https://issues.jboss.org/browse/SEAMWICKET-27
             Project: Seam for Apache Wicket
          Issue Type: Bug
            Reporter: Jozef Hartinger
            Assignee: Shane Bryzak
            Priority: Critical
             Fix For: 3.0.0.CR1


Between version b09 and CR1, the Seam BOM has changed. One of the changes is 
that the jboss spec dependency has been removed (it is still imported, but is 
not itself a possible dependency)

-         <!-- make Java EE 6 API available as stack -->
-         <dependency>
-            <groupId>org.jboss.spec</groupId>
-            <artifactId>jboss-javaee-6.0</artifactId>
-            <version>${jboss.javaee.version}</version>
-            <scope>provided</scope>
-            <type>pom</type>
-         </dependency>
-

As a result, it is not possible to compile the Wicket module anymore:


[jharting@jharting wicket]$ mci
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.jboss.seam.wicket:seam-wicket:3.0.0-SNAPSHOT 
(/home/jharting/jboss/Seam_3/modules/wicket/impl/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for 
org.jboss.spec:jboss-javaee-6.0:pom is missing. @ line 42, column 19
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to