~mattiasa-avm/bzr-jira/jira4

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: Mattias Amnefelt
  • Date: 2010-10-21 08:41:02 UTC
  • Revision ID: mattiasa@avm.se-20101021084102-133m6btjfgeps69n
Added atlassians public repo as a pluginRepo to allow maven to find all needed dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        -->
45
45
        <repositories>
46
46
           <repository>
47
 
               <id>atlassian</id>
 
47
               <id>atlassian-public</id>
48
48
               <url>https://maven.atlassian.com/repository/public</url>
49
49
           </repository>
50
50
        </repositories>
 
51
        <pluginRepositories>
 
52
           <pluginRepository>
 
53
               <id>atlassian-public</id>
 
54
               <url>https://maven.atlassian.com/repository/public</url>
 
55
           </pluginRepository>
 
56
        </pluginRepositories>
51
57
        <dependencies>
52
58
                <dependency>
53
59
                        <groupId>org.vcs.bazaar.client</groupId>