Skip to content

Commit

Permalink
Add maven-scm-api. I don't know why we need it in dependencies becaus…
Browse files Browse the repository at this point in the history
…e it's a transitive dependency of maven-scm-manager-plexus

git-svn-id: https://svn.apache.org/repos/asf/maven/continuum/trunk@326861 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Emmanuel Venisse committed Oct 20, 2005
1 parent 008e6b1 commit 05eec01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions continuum-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-manager-plexus</artifactId>
</dependency>
<!-- Don't know why we need to add this dependency because it's a transitive dep of maven-scm-manager-plexus -->
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
Expand Down

0 comments on commit 05eec01

Please sign in to comment.