Ignore:
Timestamp:
08/09/14 20:45:17 (10 years ago)
Author:
Oliver Schonefeld
Message:
  • support new FCS specification (with some backwards compatibility for old spec)

HEADS UP: not yet ready for release; needs more testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCSSimpleEndpoint/trunk/pom.xml

    r5477 r5546  
    44    <groupId>eu.clarin.sru.fcs</groupId>
    55    <artifactId>fcs-simple-endpoint</artifactId>
    6     <version>2.0-SNAPSHOT</version>
     6    <version>1.3.0-SNAPSHOT</version>
    77    <packaging>jar</packaging>
    88    <name>A simple CLARIN FCS endpoint</name>
     
    1818        <maven.compiler.target>1.6</maven.compiler.target>
    1919        <!-- versions of common dependencies -->
    20         <slf4j.version>1.7.2</slf4j.version>
     20        <slf4j.version>1.7.7</slf4j.version>
    2121    </properties>
    2222
     
    4545            <artifactId>woodstox-core-lgpl</artifactId>
    4646            <version>4.1.3</version>
     47                        <exclusions>
     48                                <!-- StAX comes with Java 1.6 -->
     49                                <exclusion>
     50                                        <artifactId>stax-api</artifactId>
     51                                        <groupId>javax.xml.stream</groupId>
     52                                </exclusion>
     53                                <exclusion>
     54                                        <artifactId>stax-api</artifactId>
     55                                        <groupId>stax</groupId>
     56                                </exclusion>
     57                        </exclusions>
    4758        </dependency>
    4859    </dependencies>
Note: See TracChangeset for help on using the changeset viewer.