You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2018/12/07 01:40:54 UTC

metamodel git commit: Marking jaxws-rt as "provided" instead of included

Repository: metamodel
Updated Branches:
  refs/heads/no-jaxb-impl [created] fa076a810


Marking jaxws-rt as "provided" instead of included


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

Branch: refs/heads/no-jaxb-impl
Commit: fa076a8108e3d90018cac0115f2ddca3c2cc0ffc
Parents: 3faebed
Author: Kasper Sørensen <i....@gmail.com>
Authored: Thu Dec 6 17:40:36 2018 -0800
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Thu Dec 6 17:40:36 2018 -0800

----------------------------------------------------------------------
 sugarcrm/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel/blob/fa076a81/sugarcrm/pom.xml
----------------------------------------------------------------------
diff --git a/sugarcrm/pom.xml b/sugarcrm/pom.xml
index c19f95e..75b379f 100644
--- a/sugarcrm/pom.xml
+++ b/sugarcrm/pom.xml
@@ -166,6 +166,7 @@ under the License.
 			<groupId>com.sun.xml.ws</groupId>
 			<artifactId>jaxws-rt</artifactId>
 			<version>${jaxws.version}</version>
+			<scope>provided</scope>
 			<exclusions>
 				<exclusion>
 					<groupId>javax.xml.stream</groupId>