Re: Fwd: OJB dependencies

Carlos Chávez <[email protected]>
Newsgroups gmane.comp.jakarta.ojb.user
Organization AG Software, S.A.
Message-ID <[email protected]>
Mike Perham escribió:
> Any comments would be appreciated, even if it's partial knowledge.
> I'm an OJB newbie so everything helps.
>
> mike
    Hi Mike.

   This is my POM configuration.
    Some of them are including in others POM files, so i excluded

    <dependency>
      <groupId>ojb</groupId>
      <artifactId>db-ojb</artifactId>
      <version>1.0.4</version>
      <exclusions>
        <exclusion>
          <groupId>jdo</groupId>
          <artifactId>jdo</artifactId>
        </exclusion>
        <exclusion>
          <groupId>jdo</groupId>
          <artifactId>jdori</artifactId>
        </exclusion>
        <exclusion>
          <groupId>geronimo-spec-j2ee</groupId>
          <artifactId>geronimo-spec-j2ee</artifactId>
        </exclusion>
        <exclusion>
          <groupId>hsqldb</groupId>
          <artifactId>hsqldb</artifactId>
        </exclusion>
        <exclusion>
          <groupId>jcs</groupId>
          <artifactId>jcs</artifactId>
        </exclusion>
        <exclusion>
          <groupId>geronimo-spec-servlet</groupId>
          <artifactId>geronimo-spec-servlet</artifactId>
        </exclusion>
        <exclusion>
          <groupId>geronimo-spec-jta</groupId>
          <artifactId>geronimo-spec-jta</artifactId>
        </exclusion>
        <exclusion>
          <groupId>p6spy</groupId>
          <artifactId>p6spy</artifactId>
        </exclusion>
        <exclusion>
          <groupId>ant</groupId>
          <artifactId>ant</artifactId>
        </exclusion>
        <exclusion>
          <groupId>antlr</groupId>
          <artifactId>antlr</artifactId>
        </exclusion>
        <exclusion>
          <groupId>torque</groupId>
          <artifactId>torque</artifactId>
        </exclusion>
        <exclusion>
          <groupId>velocity</groupId>
          <artifactId>velocity</artifactId>
        </exclusion>
        <exclusion>
          <groupId>xdoclet</groupId>
          <artifactId>xdoclet</artifactId>
        </exclusion>
        <exclusion>
          <groupId>xjavadoc</groupId>
          <artifactId>xjavadoc</artifactId>
        </exclusion>
        <exclusion>
          <groupId>xalan</groupId>
          <artifactId>xalan</artifactId>
        </exclusion>
        <exclusion>
          <groupId>commons-collections</groupId>
          <artifactId>commons-collections</artifactId>
        </exclusion>
        <exclusion>
          <groupId>commons-beanutils</groupId>
          <artifactId>commons-beanutils</artifactId>
        </exclusion>
        <exclusion>
          <groupId>xerces</groupId>
          <artifactId>xercesImpl</artifactId>
        </exclusion>
        <exclusion>
          <groupId>xml-apis</groupId>
          <artifactId>xml-apis</artifactId>
        </exclusion>
        <exclusion>
          <groupId>regexp</groupId>
          <artifactId>regexp</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

The following link show the dependencies: 
http://www.mavenregistry.com/search/version/69044

Cheers.
Carlos Chávez.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.