Quick question — If you have a pom file that defin...
# general
l
Quick question — If you have a pom file that defines a type of “test-jar”, how does that translate in the pants world. I am missing some dependencies when I am trying to build it:
Copy code
<dependency>
            <groupId>org.neo4j</groupId>
            <artifactId>neo4j-kernel</artifactId>
            <version>${neo4j.version}</version>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>