Ignore:
Timestamp:
11/18/15 00:20:05 (9 years ago)
Author:
Oliver Schonefeld
Message:
  • initial support for FCS 2.0 query language
  • update some dependencies
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCSSimpleEndpoint/trunk/pom.xml

    r6109 r6826  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1<?xml version="1.0" encoding="UTF-8"?>
     2<project xmlns="http://maven.apache.org/POM/4.0.0"
     3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    24    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    35    <modelVersion>4.0.0</modelVersion>
     
    1820        <maven.compiler.target>1.6</maven.compiler.target>
    1921        <!-- versions of common dependencies -->
    20         <slf4j.version>1.7.7</slf4j.version>
     22        <slf4j.version>1.7.12</slf4j.version>
    2123    </properties>
    2224
     
    3840            <groupId>eu.clarin.sru</groupId>
    3941            <artifactId>sru-server</artifactId>
    40             <version>1.7.0</version>
     42            <version>1.8.0-SNAPSHOT</version>
     43        </dependency>
     44
     45        <dependency>
     46            <groupId>eu.clarin.sru.fcs</groupId>
     47            <artifactId>fcs-ql</artifactId>
     48            <version>0.1-SNAPSHOT</version>
    4149        </dependency>
    4250       
     
    4452            <groupId>org.codehaus.woodstox</groupId>
    4553            <artifactId>woodstox-core-lgpl</artifactId>
    46             <version>4.1.3</version>
     54            <version>4.4.1</version>
    4755                        <exclusions>
    4856                                <!-- StAX comes with Java 1.6 -->
Note: See TracChangeset for help on using the changeset viewer.