blob: 366fd48760a9ec567391e70a2b55eff4cb1658a4 [file] [log] [blame]
Stephan Wahlbrink439fc282019-01-30 09:51:12 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 #=============================================================================#
Stephan Wahlbrink9d2c63a2021-01-21 11:08:25 +01004 # Copyright (c) 2018, 2021 Stephan Wahlbrink and others.
Stephan Wahlbrink439fc282019-01-30 09:51:12 +01005 #
6 # This program and the accompanying materials are made available under the
7 # terms of the Eclipse Public License 2.0 which is available at
8 # https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9 # which is available at https://www.apache.org/licenses/LICENSE-2.0.
10 #
11 # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
12 #
13 # Contributors:
14 # Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
15 #=============================================================================#
16-->
17
18<project xmlns="http://maven.apache.org/POM/4.0.0"
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <modelVersion>4.0.0</modelVersion>
22
23 <parent>
24 <groupId>org.eclipse.statet.3rdparty</groupId>
25 <artifactId>bundle-recipes</artifactId>
Stephan Wahlbrinkcfe8a412021-07-08 15:36:14 +020026 <version>4.5.0-SNAPSHOT</version>
Stephan Wahlbrink439fc282019-01-30 09:51:12 +010027 <relativePath>../bundle-recipes-pom.xml</relativePath>
28 </parent>
29
30 <artifactId>3rdparty.apache-commons</artifactId>
Stephan Wahlbrinkcfe8a412021-07-08 15:36:14 +020031 <version>4.5.0-SNAPSHOT</version>
Stephan Wahlbrink439fc282019-01-30 09:51:12 +010032 <packaging>pom</packaging>
33
34 <name>Eclipse StatET 3rd Party Recipes - Apache Commons</name>
35
36 <modules>
37 <module>org.apache.commons.pool</module>
38 <module>org.apache.commons.dbcp</module>
39 </modules>
40
41</project>