You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/09/19 20:07:24 UTC

incubator-juneau git commit: Remove parent section from juneau-microservice-template project.

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 3e52ccd64 -> 61b076a02


Remove parent section from juneau-microservice-template project.

This is a template project that other teams can use as a starting point
for creating their own REST microservice.  It's not 'our' project.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/61b076a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/61b076a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/61b076a0

Branch: refs/heads/master
Commit: 61b076a02b104a6b07f17b60285ff90152020b63
Parents: 3e52ccd
Author: jamesbognar <ja...@gmail.com>
Authored: Mon Sep 19 16:07:21 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Mon Sep 19 16:07:21 2016 -0400

----------------------------------------------------------------------
 juneau-microservice-template/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/61b076a0/juneau-microservice-template/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-microservice-template/pom.xml b/juneau-microservice-template/pom.xml
index b63108e..d450092 100644
--- a/juneau-microservice-template/pom.xml
+++ b/juneau-microservice-template/pom.xml
@@ -16,12 +16,6 @@
 <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/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache.juneau</groupId>
-		<artifactId>juneau</artifactId>
-		<version>6.0.0-incubating-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<artifactId>juneau-microservice-template</artifactId>
 	<name>Apache Juneau Microservice Template</name>
 	<description>A template project developers use to start with to create a microservice.</description>
@@ -31,11 +25,6 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.juneau</groupId>
-			<artifactId>juneau-core</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.juneau</groupId>
 			<artifactId>juneau-microservice</artifactId>
 			<version>${project.version}</version>
 		</dependency>