You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/27 02:00:56 UTC

svn commit: r1561577 - /juddi/trunk/juddi-examples/uddiv2-api-bridge-example/pom.xml

Author: alexoree
Date: Mon Jan 27 01:00:56 2014
New Revision: 1561577

URL: http://svn.apache.org/r1561577
Log:
JUDDI-820 pom added

Added:
    juddi/trunk/juddi-examples/uddiv2-api-bridge-example/pom.xml

Added: juddi/trunk/juddi-examples/uddiv2-api-bridge-example/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/uddiv2-api-bridge-example/pom.xml?rev=1561577&view=auto
==============================================================================
--- juddi/trunk/juddi-examples/uddiv2-api-bridge-example/pom.xml (added)
+++ juddi/trunk/juddi-examples/uddiv2-api-bridge-example/pom.xml Mon Jan 27 01:00:56 2014
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.juddi.example</groupId>
+    <artifactId>juddi-examples</artifactId>
+    <version>3.2.0-SNAPSHOT</version>
+  </parent>
+  <groupId>org.apache.juddi.example</groupId>
+  <artifactId>uddiv2-api-bridge-example</artifactId>
+  <version>3.2.0-SNAPSHOT</version>
+  <name>jUDDI Example Access UDDIv2 using Transport Adapter</name>
+  <url>http://maven.apache.org</url>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.juddi</groupId>
+      <artifactId>juddi-client</artifactId>
+      <version>3.2.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org