[forge-dev] [JBoss JIRA] Commented: (SEAMFORGE-156) Update MetaWidget dependencies to not bring in metawidget-all

Torsten Fink (JIRA) jira-events at lists.jboss.org
Tue Jun 14 07:45:29 EDT 2011


    [ https://issues.jboss.org/browse/SEAMFORGE-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608523#comment-12608523 ] 

Torsten Fink commented on SEAMFORGE-156:
----------------------------------------

As a workaround you can remove the metawidget-all dependency and replace it with the following ones. After that I could run the application on AS 7.

{code}
  ...
  <properties>
     <metawidget.version>1.20</metawidget.version>
  </properties>
  <dependencies>
   ....
       <dependency>
            <groupId>org.metawidget.modules.faces</groupId>
            <artifactId>metawidget-faces</artifactId>
            <version>${metawidget.version}</version>
        </dependency>
        <dependency>
            <groupId>org.metawidget.modules</groupId>
            <artifactId>metawidget-annotation</artifactId>
            <version>${metawidget.version}</version>
        </dependency>
        <dependency>
            <groupId>org.metawidget.modules</groupId>
            <artifactId>metawidget-java5</artifactId>
            <version>${metawidget.version}</version>
        </dependency>
        <dependency>
            <groupId>org.metawidget.modules</groupId>
            <artifactId>metawidget-jpa</artifactId>
            <version>${metawidget.version}</version>
        </dependency>
        <dependency>
            <groupId>org.metawidget.modules</groupId>
            <artifactId>metawidget-beanvalidation</artifactId>
            <version>${metawidget.version}</version>
        </dependency>
     ...
   </dependencies>
  ...
{code}


> Update MetaWidget dependencies to not bring in metawidget-all
> -------------------------------------------------------------
>
>                 Key: SEAMFORGE-156
>                 URL: https://issues.jboss.org/browse/SEAMFORGE-156
>             Project: Seam Forge
>          Issue Type: Task
>            Reporter: Andrew Rubinger
>            Assignee: Lincoln Baxter III
>             Fix For: 1.0.0.Alpha4
>
>
> We don't need MetaWidget-all, which will also bring in Spring core classes (breaking in AS7 deployments).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-dev mailing list