2 Replies Latest reply on Aug 17, 2012 2:19 PM by ichanjasper

    Can't find maven dependency for connector-file

    ichanjasper

      I am trying to use maven to look up connector-file from 8.1.1.CR1-SNAPSHOT or other snapshot.  However, this connector-file-8.1.1.CR1-20120804.071945-1-lib.jar is not in standard syntax.  It ends with "-lib.jar" instead of ".jar".  Maven fails to resolve conector-file jar file.  Is it other dependency that I can use?

       

          <dependency>
              <groupId>org.jboss.teiid.connectors</groupId>
              <artifactId>connector-file</artifactId>
              <version>8.1.1.CR1-SNAPSHOT</version>
          </dependency>

       

      https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/teiid/connectors/connector-file/8.1.1.CR1-SNAPSHOT/

       

      Thanks,

       

      Man-Kit