2013-11-11 09:56:49 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-03-11 09:00:01 -04:00
|
|
|
<!--
|
|
|
|
|
2014-05-09 08:22:51 -04:00
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
2014-03-11 09:00:01 -04:00
|
|
|
|
2014-05-09 08:22:51 -04:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2014-03-11 09:00:01 -04:00
|
|
|
|
2014-05-09 08:22:51 -04:00
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
2014-03-11 09:00:01 -04:00
|
|
|
|
|
|
|
-->
|
2014-02-17 11:13:36 -05:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2014-05-09 08:22:51 -04:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2014-03-11 09:00:01 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2014-02-17 08:20:31 -05:00
|
|
|
|
2014-09-11 03:45:50 -04:00
|
|
|
<artifactId>odata-server-core</artifactId>
|
2015-04-18 12:00:09 -04:00
|
|
|
<packaging>bundle</packaging>
|
2014-03-11 09:00:01 -04:00
|
|
|
<name>${project.artifactId}</name>
|
2014-02-17 08:20:31 -05:00
|
|
|
|
2014-03-11 09:00:01 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.olingo</groupId>
|
2014-09-11 03:45:50 -04:00
|
|
|
<artifactId>odata-lib</artifactId>
|
2017-09-01 09:35:37 -04:00
|
|
|
<version>4.5.0-SNAPSHOT</version>
|
2014-03-11 09:00:01 -04:00
|
|
|
<relativePath>..</relativePath>
|
|
|
|
</parent>
|
2014-02-17 08:20:31 -05:00
|
|
|
|
2014-03-11 09:00:01 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.olingo</groupId>
|
2014-09-11 03:45:50 -04:00
|
|
|
<artifactId>odata-server-api</artifactId>
|
2014-03-11 09:00:01 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.olingo</groupId>
|
2014-09-11 03:45:50 -04:00
|
|
|
<artifactId>odata-commons-core</artifactId>
|
2014-03-11 09:00:01 -04:00
|
|
|
<version>${project.version}</version>
|
2014-04-04 11:21:32 -04:00
|
|
|
</dependency>
|
2014-05-09 08:22:51 -04:00
|
|
|
<dependency>
|
2014-04-04 11:21:32 -04:00
|
|
|
<groupId>javax.servlet</groupId>
|
2014-05-13 10:05:00 -04:00
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<scope>provided</scope>
|
2014-03-11 09:00:01 -04:00
|
|
|
</dependency>
|
2015-07-10 04:50:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
2015-09-15 07:55:16 -04:00
|
|
|
<scope>test</scope>
|
2015-07-10 04:50:33 -04:00
|
|
|
</dependency>
|
2014-05-13 10:05:00 -04:00
|
|
|
|
2016-01-08 07:12:45 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
</dependency>
|
2016-01-13 10:14:03 -05:00
|
|
|
|
2016-01-08 07:12:45 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml</groupId>
|
|
|
|
<artifactId>aalto-xml</artifactId>
|
|
|
|
</dependency>
|
2016-01-13 10:14:03 -05:00
|
|
|
|
2014-03-11 09:00:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2013-11-11 09:56:49 -05:00
|
|
|
|
2014-03-11 09:00:01 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2015-09-10 08:39:14 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<skip>false</skip>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-04-18 12:00:09 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
2015-08-10 14:09:46 -04:00
|
|
|
<version>${maven.bundle.plugin.version}</version>
|
2015-04-18 12:00:09 -04:00
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<instructions>
|
2015-08-10 14:09:46 -04:00
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
2015-09-03 02:59:54 -04:00
|
|
|
<Implementation-Title>${project.name}</Implementation-Title>
|
2015-04-18 12:00:09 -04:00
|
|
|
<Export-Package>
|
|
|
|
org.apache.olingo.server.core
|
|
|
|
</Export-Package>
|
|
|
|
<Import-Package>
|
|
|
|
*
|
|
|
|
</Import-Package>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2014-03-11 09:00:01 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2013-11-11 09:56:49 -05:00
|
|
|
|
|
|
|
</project>
|