queue-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.cisco.oss.foundation.queue</groupId>
<artifactId>queue-api</artifactId>
<version>1.1.1-2</version>
</dependency><?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
~ Copyright 2015 Cisco Systems, Inc.
~
~ Licensed 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
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ 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.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.cisco.oss.foundation</groupId>
<artifactId>foundation-common-base</artifactId>
<version>1.0.1-8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.cisco.oss.foundation.queue</groupId>
<artifactId>queue-api</artifactId>
<name>queue-api</name>
<version>1.1.1-2</version>
<description>This project defines common api for queue api for foundation runtime software</description>
<url>https://github.com/foundation-runtime/communication/tree/master/queue-api</url>
<issueManagement>
<system>GitHub</system>
</issueManagement>
<mailingLists>
<mailingList />
</mailingLists>
<developers>
<developer>
<id>yaogen</id>
<name>Yair Ogen</name>
<email>yaogen@cisco.com</email>
<organization>Cisco</organization>
<organizationUrl>http://www.cisco.com</organizationUrl>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:foundation-runtime/communication.git</connection>
<developerConnection>scm:git:git@github.com:foundation-runtime/communication.git</developerConnection>
<url>https://github.com/foundation-runtime/communication.git</url>
<tag>queue-api-1.1.1-2</tag>
</scm>
<organization>
<name>Cisco</name>
<url>http://www.cisco.com</url>
</organization>
<properties>
<foundation-common-base-version>1.0.1-5</foundation-common-base-version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.5</version>
<configuration>
<archive>
<index>true</index>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.cisco.oss.foundation</groupId>
<artifactId>configuration-api</artifactId>
<version>1.0.2-1</version>
</dependency>
<dependency>
<groupId>com.cisco.oss.foundation</groupId>
<artifactId>monitoring-api</artifactId>
<version>1.0.2-1</version>
</dependency>
</dependencies>
</project>