summaryrefslogtreecommitdiff
path: root/qpid/tools/src/java/qpid-qmf2/pom.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-05-02 21:57:03 +0000
committerRobert Gemmell <robbie@apache.org>2014-05-02 21:57:03 +0000
commit255979cc180383f3adc212e5d06756d236e011e6 (patch)
treeda79fe01bd726a539bdb84bc9e18e8f083986336 /qpid/tools/src/java/qpid-qmf2/pom.xml
parentb4dca0ab49ee27d82d53d13ba80ac985ff2578de (diff)
downloadqpid-python-255979cc180383f3adc212e5d06756d236e011e6.tar.gz
QPID-5610: copy the mavenised qmf2 java tools build tree to trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592057 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/tools/src/java/qpid-qmf2/pom.xml')
-rw-r--r--qpid/tools/src/java/qpid-qmf2/pom.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/qpid/tools/src/java/qpid-qmf2/pom.xml b/qpid/tools/src/java/qpid-qmf2/pom.xml
new file mode 100644
index 0000000000..f4d9724f15
--- /dev/null
+++ b/qpid/tools/src/java/qpid-qmf2/pom.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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
+
+ 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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>qpid-qmf2-parent</artifactId>
+ <version>0.30-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>qpid-qmf2</artifactId>
+ <name>Qpid QMF2</name>
+ <description>QMF2 Agent and Console</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>qpid-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ <version>${geronimo-jms-1-1-version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4j-version}</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ </build>
+
+</project>