Changeset 6949 for SRUClient


Ignore:
Timestamp:
02/08/16 13:23:49 (8 years ago)
Author:
Oliver Schonefeld
Message:
  • add repository/distributionRepository stuff to pom
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUClient/trunk/pom.xml

    r6946 r6949  
    4141            <artifactId>woodstox-core-lgpl</artifactId>
    4242            <version>4.4.1</version>
    43         </dependency>
    44 
    45         <dependency>
    46             <groupId>org.slf4j</groupId>
    47             <!-- <artifactId>slf4j-jdk14</artifactId> -->
    48             <artifactId>slf4j-log4j12</artifactId>
    49             <version>${slf4j.version}</version>
    50             <scope>test</scope>
    5143        </dependency>
    5244    </dependencies>
     
    9486    </build>
    9587
     88    <distributionManagement>
     89        <snapshotRepository>
     90            <id>CLARIN-snapshot</id>
     91            <url>https://nexus.clarin.eu/content/repositories/clarin-snapshot</url>
     92        </snapshotRepository>
     93
     94        <repository>
     95            <id>CLARIN</id>
     96            <url>https://nexus.clarin.eu/content/repositories/Clarin</url>
     97        </repository>
     98    </distributionManagement>
    9699</project>
Note: See TracChangeset for help on using the changeset viewer.