Repository: tomee Updated Branches: refs/heads/tomee-1.7.x 4e125a43c -> 38d7b2a41
Missed on previous commit Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/38d7b2a4 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/38d7b2a4 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/38d7b2a4 Branch: refs/heads/tomee-1.7.x Commit: 38d7b2a418ce91ab6b2055ed846cd8f90bd43e53 Parents: 4e125a4 Author: Jonathan Gallimore <[email protected]> Authored: Mon Sep 18 23:18:17 2017 +0100 Committer: Jonathan Gallimore <[email protected]> Committed: Mon Sep 18 23:18:17 2017 +0100 ---------------------------------------------------------------------- deps/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/38d7b2a4/deps/pom.xml ---------------------------------------------------------------------- diff --git a/deps/pom.xml b/deps/pom.xml new file mode 100644 index 0000000..6ee1e5c --- /dev/null +++ b/deps/pom.xml @@ -0,0 +1,31 @@ + +<?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/maven-v4_0_0.xsd"> + <parent> + <artifactId>openejb</artifactId> + <groupId>org.apache.openejb</groupId> + <version>4.7.5-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>deps</artifactId> + <packaging>pom</packaging> + <name>OpenEJB :: Dependencies</name> + + <modules> + <module>jstl-patched</module> + </modules> +</project>
