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 2020/04/11 13:48:34 UTC

[juneau] branch master updated: JUNEAU-217

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new b9cc19d  JUNEAU-217
b9cc19d is described below

commit b9cc19d8a416a2be4fda537b4a9ba263d833e8c3
Author: JamesBognar <ja...@apache.org>
AuthorDate: Sat Apr 11 09:48:17 2020 -0400

    JUNEAU-217
    
    my-jetty-microservice sample eclipse project - The type
    org.apache.juneau.utils.Args cannot be resolved. It is indirectly
    referenced from required .class files
---
 juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml        | 2 +-
 juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml   | 2 +-
 .../juneau-my-jetty-microservice/build-overlay/pom.xml.2                | 2 +-
 juneau-microservice/juneau-my-jetty-microservice/pom.xml                | 2 +-
 .../juneau-my-springboot-microservice/build-overlay/pom.xml.2           | 2 +-
 juneau-microservice/juneau-my-springboot-microservice/pom.xml           | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
index 6bb9653..19bc870 100644
--- a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
@@ -21,7 +21,7 @@
 	with java -jar juneau-microservice-template-1.0.0.jar microservice.cfg
 	The group/artifact/version information is meant to be overwritten by developers to match their own needs.
 -->
-<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/xsd/maven-4.0.0.xsd">
+<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>
 
diff --git a/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml b/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
index 4cced15..cf76288 100644
--- a/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
@@ -24,7 +24,7 @@
 		
 	The group/artifact/version information is meant to be overwritten by developers to match their own needs.
 -->
-<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/xsd/maven-4.0.0.xsd">
+<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>
 
diff --git a/juneau-microservice/juneau-my-jetty-microservice/build-overlay/pom.xml.2 b/juneau-microservice/juneau-my-jetty-microservice/build-overlay/pom.xml.2
index 48f2cbe..35a31ac 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/build-overlay/pom.xml.2
+++ b/juneau-microservice/juneau-my-jetty-microservice/build-overlay/pom.xml.2
@@ -24,7 +24,7 @@
 		
 	The group/artifact/version information is meant to be overwritten by developers to match their own needs.
 -->
-<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/xsd/maven-4.0.0.xsd">
+<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>
 	
diff --git a/juneau-microservice/juneau-my-jetty-microservice/pom.xml b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
index 25e74a4..a7d95c6 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
@@ -21,7 +21,7 @@
 	with java -jar juneau-microservice-template-1.0.0.jar microservice.cfg
 	The group/artifact/version information is meant to be overwritten by developers to match their own needs.
 -->
-<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/xsd/maven-4.0.0.xsd">
+<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>
 	
diff --git a/juneau-microservice/juneau-my-springboot-microservice/build-overlay/pom.xml.2 b/juneau-microservice/juneau-my-springboot-microservice/build-overlay/pom.xml.2
index 7c55169..ee35981 100644
--- a/juneau-microservice/juneau-my-springboot-microservice/build-overlay/pom.xml.2
+++ b/juneau-microservice/juneau-my-springboot-microservice/build-overlay/pom.xml.2
@@ -24,7 +24,7 @@
 		
 	The group/artifact/version information is meant to be overwritten by developers to match their own needs.
 -->
-<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/xsd/maven-4.0.0.xsd">
+<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>
 
diff --git a/juneau-microservice/juneau-my-springboot-microservice/pom.xml b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
index 73d7253..ca7d427 100644
--- a/juneau-microservice/juneau-my-springboot-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
@@ -21,7 +21,7 @@
 	with java -jar juneau-microservice-template-1.0.0.jar microservice.cfg
 	The group/artifact/version information is meant to be overwritten by developers to match their own needs.
 -->
-<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/xsd/maven-4.0.0.xsd">
+<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>