summaryrefslogtreecommitdiffstats
path: root/docs/submodules/integration
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2020-02-05 12:23:43 +0200
committerGerrit Code Review <gerrit@onap.org>2020-02-05 10:23:43 +0000
commitda928df5dab72551dccc9e8a43429f0e567e5847 (patch)
tree992a7134e92c2dc0d1e217274ee74d9e51f7d26e /docs/submodules/integration
parent8b00393b076c601124f7e1caa1e20ec0572ef018 (diff)
Update git submodules
* Update docs/submodules/vid.git from branch 'master' to 4fe55a9f53c156fd8f2103ea6ec81a4652d98d19 - Respect permissions by owning-entity-id when searching instances by owning entity Issue-ID: VID-758 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I98d3e551231bb5aca3150da99f3431268f3373d8 - add owningEntityId to each result of getServicesByOwningEntityId Issue-ID: VID-758 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I4546b5d86e6a1b929b3430aa41f13980f07cfdaf - regression unit test for getServicesByProjectNames Issue-ID: VID-758 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ibb4f6b63448dfb53bae5c262b3d8ce4f253935e0
Diffstat (limited to 'docs/submodules/integration')
0 files changed, 0 insertions, 0 deletions
336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<jboss-deployment-structure>
	<deployment>
		<!-- Exclusions allow you to prevent the server from automatically adding some dependencies -->
		<exclusions>
			<module name="org.apache.log4j" />
			<module name="org.slf4j" />
			<module name="org.slf4j.impl" />
			<!-- Just to make sure these modules are not loaded -->
			<module name="org.jboss.resteasy.resteasy-jackson-provider"/>
			<module name="org.jboss.resteasy.resteasy-jettison-provider"/>
			<module name="org.hibernate" />
		</exclusions>
		<dependencies>
				<module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import"/>
				<!-- This module contain the ProviderBase class: -->
				<module name="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" export="true"/>
			    <module name="org.jboss.jandex" slot="main" />
                <module name="org.javassist" slot="main" />
                <module name="org.antlr" slot="main" />
                <module name="org.dom4j" slot="main" />
		</dependencies>
	</deployment>
</jboss-deployment-structure>