Header
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/2b2cca1f Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/2b2cca1f Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/2b2cca1f Branch: refs/heads/master Commit: 2b2cca1f174c3714c35e528e8d36f08efde2f677 Parents: a5f2192 Author: Jonathan Gallimore <[email protected]> Authored: Fri Dec 21 16:18:23 2018 +0000 Committer: Jonathan Gallimore <[email protected]> Committed: Fri Dec 21 16:18:23 2018 +0000 ---------------------------------------------------------------------- examples/mp-faulttolerance-fallback/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/2b2cca1f/examples/mp-faulttolerance-fallback/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mp-faulttolerance-fallback/pom.xml b/examples/mp-faulttolerance-fallback/pom.xml index 40e771c..b55a86c 100644 --- a/examples/mp-faulttolerance-fallback/pom.xml +++ b/examples/mp-faulttolerance-fallback/pom.xml @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <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">
