Skip to content

Commit

Permalink
Remove some dangling Maven manual references
Browse files Browse the repository at this point in the history
These should have been removed when the manual content was moved from
the modules in question to new docs modules.
  • Loading branch information
benbc committed Oct 5, 2016
1 parent fbb5223 commit c7a8dc3
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions manual/contents/pom.xml
Expand Up @@ -69,34 +69,6 @@
<classifier>docs</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-backup</artifactId>
<version>${neo4j.version}</version>
<classifier>docs</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-backup</artifactId>
<version>${neo4j.version}</version>
<classifier>test-sources</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-shell</artifactId>
<version>${neo4j.version}</version>
<classifier>docs</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-udc</artifactId>
<version>${neo4j.version}</version>
<classifier>docs</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-backup-docs</artifactId>
Expand Down Expand Up @@ -417,4 +389,3 @@
</plugins>
</build>
</project>

0 comments on commit c7a8dc3

Please sign in to comment.