-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
50 lines (42 loc) · 1.89 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
<!--
~ This file is part of TI. It is subject to the license terms in the LICENSE file found in the top-level
~ directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of TI,
~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained
~ in the LICENSE file.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>wtf.metio.ti</groupId>
<artifactId>thats-interesting.java</artifactId>
<version>9999.99.99-SNAPSHOT</version>
</parent>
<artifactId>thats-interesting-converters</artifactId>
<name>That's Interesting :: Converters</name>
<packaging>pom</packaging>
<modules>
<module>thats-interesting-gson</module>
<module>thats-interesting-jackson</module>
<module>thats-interesting-jsr353</module>
<module>thats-interesting-moshi</module>
<!-- TODO -->
<!--
<module>thats-interesting-fastjson</module>
<module>thats-interesting-genson</module>
<module>thats-interesting-json-io</module>
<module>thats-interesting-simple</module>
-->
<!-- deactivated because of bnd error: The JAR/ZIP file (~/.m2/repository/org/jibx/jibx-run/1.3.1/jibx-run-1.3.1.jar) seems corrupted, error: zip file is empty -->
<!--
<module>thats-interesting-jibx</module>
-->
<!-- deactivated because xstream does not support jigsaw yet -->
<!--
<module>thats-interesting-xstream</module>
-->
<!-- TODO: Add Eclipse MOXy -->
<!-- TODO: Add JAXB -->
<!-- TODO: Add LoganSquare -->
</modules>
</project>