This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pom.xml
69 lines (62 loc) · 2.06 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.orbit.bundles</groupId>
<artifactId>orbit-bundles-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>releng/mavenparent</relativePath>
</parent>
<artifactId>orbit-recipes</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Orbit :: Bundle Recipes</name>
<scm>
<!-- reset SCM information so that we get a good Maven default -->
<connection>scm:git:https://github.com/eclipse/orbit.git</connection>
<developerConnection>scm:git:https://github.com/eclipse/orbit.git</developerConnection>
<url>https://github.com/eclipse/orbit/</url>
</scm>
<modules>
<module>antlr</module>
<module>aopalliance</module>
<module>args4j</module>
<module>asm</module>
<module>assertj</module>
<module>apache</module>
<module>bouncycastle</module>
<module>bytebuddy</module>
<module>commonmark</module>
<module>cup</module>
<module>drmaa</module>
<module>freemarker</module>
<module>github</module>
<module>glassfish</module>
<module>glazedlists</module>
<module>google</module>
<module>graphql</module>
<module>hamcrest</module>
<module>hsqldb</module>
<module>icu4j</module>
<module>immutables</module>
<module>jackson</module>
<module>javax</module>
<module>jaxb</module>
<module>jcraft</module>
<module>jgrapht</module>
<module>jini</module>
<module>jna</module>
<module>junit</module>
<module>knowm</module>
<module>logging</module>
<module>mockito</module>
<module>netty</module>
<module>objenesis</module>
<module>reactivestreams</module>
<module>snakeyaml</module>
<module>sourceforge</module>
<module>tukaani</module>
<module>uom</module>
<module>xml</module>
</modules>
</project>