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 2017/09/10 22:03:31 UTC

incubator-juneau git commit: Fix juneau-all packaging.

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 398a3cbcc -> c31cc80ef


Fix juneau-all packaging.

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

Branch: refs/heads/master
Commit: c31cc80efe36dd056f65862bfa057a3a587e914d
Parents: 398a3cb
Author: JamesBognar <ja...@apache.org>
Authored: Sun Sep 10 18:03:28 2017 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Sun Sep 10 18:03:28 2017 -0400

----------------------------------------------------------------------
 juneau-releng/juneau-all/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/c31cc80e/juneau-releng/juneau-all/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-releng/juneau-all/pom.xml b/juneau-releng/juneau-all/pom.xml
index 27202e7..458a39b 100644
--- a/juneau-releng/juneau-all/pom.xml
+++ b/juneau-releng/juneau-all/pom.xml
@@ -68,12 +68,12 @@
 					<createDependencyReducedPom>false</createDependencyReducedPom>
 					<artifactSet>
 						<includes>
-							<include>org.apache.juneau:juneau-core</include>
-							<include>org.apache.juneau:juneau-core-rdf</include>
-							<include>org.apache.juneau:juneau-rest</include>
-							<include>org.apache.juneau:juneau-rest-jaxrs</include>
+							<include>org.apache.juneau:juneau-marshall</include>
+							<include>org.apache.juneau:juneau-svl</include>
+							<include>org.apache.juneau:juneau-config</include>
+							<include>org.apache.juneau:juneau-dto</include>
+							<include>org.apache.juneau:juneau-rest-server</include>
 							<include>org.apache.juneau:juneau-rest-client</include>
-							<include>org.apache.juneau:juneau-microservice</include>
 						</includes>
 					</artifactSet>
 				</configuration>