simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 2 | <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"> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 4 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 5 | <parent> |
Tatu Saloranta | 0946809 | 2014-02-28 20:37:39 -0800 | [diff] [blame] | 6 | <groupId>com.fasterxml.jackson</groupId> |
| 7 | <artifactId>jackson-parent</artifactId> |
Tatu Saloranta | cafc830 | 2014-12-18 19:37:42 -0800 | [diff] [blame] | 8 | <version>2.5</version> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 9 | </parent> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 10 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 11 | <groupId>com.fasterxml.jackson.core</groupId> |
| 12 | <artifactId>jackson-databind</artifactId> |
Tatu | cc9623e | 2014-08-13 12:38:09 -0700 | [diff] [blame] | 13 | <version>2.5.0-SNAPSHOT</version> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 14 | <name>jackson-databind</name> |
Lukasz Dywicki | 9fb18f4 | 2013-09-03 19:27:55 +0200 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 16 | <description>General data-binding functionality for Jackson: works on core streaming API</description> |
Tatu Saloranta | 7cf95f1 | 2014-11-06 08:28:25 -0800 | [diff] [blame] | 17 | <url>http://github.com/FasterXML/jackson</url> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 18 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 19 | <scm> |
| 20 | <connection>scm:git:git@github.com:FasterXML/jackson-databind.git</connection> |
| 21 | <developerConnection>scm:git:git@github.com:FasterXML/jackson-databind.git</developerConnection> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 22 | <url>http://github.com/FasterXML/jackson-databind</url> |
Tatu Saloranta | 76cb030 | 2014-07-14 22:31:50 -0700 | [diff] [blame] | 23 | <tag>HEAD</tag> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 24 | </scm> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 25 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 26 | <properties> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 27 | <osgi.export> |
| 28 | com.fasterxml.jackson.databind, |
| 29 | com.fasterxml.jackson.databind.annotation, |
| 30 | com.fasterxml.jackson.databind.cfg, |
| 31 | com.fasterxml.jackson.databind.deser, |
| 32 | com.fasterxml.jackson.databind.deser.impl, |
| 33 | com.fasterxml.jackson.databind.deser.std, |
| 34 | com.fasterxml.jackson.databind.exc, |
| 35 | com.fasterxml.jackson.databind.ext, |
| 36 | com.fasterxml.jackson.databind.introspect, |
| 37 | com.fasterxml.jackson.databind.jsonschema, |
| 38 | com.fasterxml.jackson.databind.jsonFormatVisitors, |
| 39 | com.fasterxml.jackson.databind.jsontype, |
| 40 | com.fasterxml.jackson.databind.jsontype.impl, |
| 41 | com.fasterxml.jackson.databind.module, |
| 42 | com.fasterxml.jackson.databind.node, |
| 43 | com.fasterxml.jackson.databind.ser, |
| 44 | com.fasterxml.jackson.databind.ser.impl, |
| 45 | com.fasterxml.jackson.databind.ser.std, |
| 46 | com.fasterxml.jackson.databind.type, |
| 47 | com.fasterxml.jackson.databind.util |
| 48 | </osgi.export> |
| 49 | <osgi.import> |
| 50 | com.fasterxml.jackson.annotation, |
| 51 | com.fasterxml.jackson.core, |
| 52 | com.fasterxml.jackson.core.base, |
| 53 | com.fasterxml.jackson.core.format, |
| 54 | com.fasterxml.jackson.core.json, |
| 55 | com.fasterxml.jackson.core.io, |
| 56 | com.fasterxml.jackson.core.util, |
| 57 | com.fasterxml.jackson.core.type, |
| 58 | org.xml.sax,org.w3c.dom, org.w3c.dom.bootstrap, org.w3c.dom.ls, |
| 59 | javax.xml.datatype, javax.xml.namespace, javax.xml.parsers |
| 60 | </osgi.import> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 61 | |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 62 | <!-- Generate PackageVersion.java into this directory. --> |
Tatu Saloranta | f314ac7 | 2013-01-10 19:50:17 -0800 | [diff] [blame] | 63 | <packageVersion.dir>com/fasterxml/jackson/databind/cfg</packageVersion.dir> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 64 | <packageVersion.package>com.fasterxml.jackson.databind.cfg</packageVersion.package> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 65 | </properties> |
| 66 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 67 | <dependencies> |
| 68 | <!-- Builds on core streaming API; also needs core annotations --> |
| 69 | <dependency> |
| 70 | <groupId>com.fasterxml.jackson.core</groupId> |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 71 | <artifactId>jackson-annotations</artifactId> |
Tatu | cc9623e | 2014-08-13 12:38:09 -0700 | [diff] [blame] | 72 | <version>2.5.0-SNAPSHOT</version> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>com.fasterxml.jackson.core</groupId> |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 76 | <artifactId>jackson-core</artifactId> |
Tatu | cc9623e | 2014-08-13 12:38:09 -0700 | [diff] [blame] | 77 | <version>2.5.0-SNAPSHOT</version> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 78 | </dependency> |
Tatu Saloranta | 6e21fbf | 2011-12-24 10:08:25 -0800 | [diff] [blame] | 79 | |
Tatu Saloranta | 0946809 | 2014-02-28 20:37:39 -0800 | [diff] [blame] | 80 | <!-- and for testing we need a few libraries |
Tatu Saloranta | 6e21fbf | 2011-12-24 10:08:25 -0800 | [diff] [blame] | 81 | libs for which we use reflection for code, but direct dep for testing |
| 82 | --> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 83 | <dependency> |
Tatu Saloranta | 6e21fbf | 2011-12-24 10:08:25 -0800 | [diff] [blame] | 84 | <groupId>cglib</groupId> |
| 85 | <artifactId>cglib</artifactId> |
| 86 | <version>2.2.2</version> |
| 87 | <scope>test</scope> |
| 88 | </dependency> |
| 89 | <dependency> |
Tatu Saloranta | 6e21fbf | 2011-12-24 10:08:25 -0800 | [diff] [blame] | 90 | <groupId>org.codehaus.groovy</groupId> |
| 91 | <artifactId>groovy</artifactId> |
| 92 | <version>1.7.9</version> |
| 93 | <scope>test</scope> |
| 94 | </dependency> |
Michael Spiegel | e7c5420 | 2014-11-26 20:40:21 -0500 | [diff] [blame] | 95 | <!-- For testing TestNoClassDefFoundDeserializer --> |
| 96 | <dependency> |
Michael Spiegel | 95f3fab | 2014-11-29 10:51:55 -0500 | [diff] [blame] | 97 | <groupId>javax.measure</groupId> |
| 98 | <artifactId>jsr-275</artifactId> |
| 99 | <version>0.9.2</version> |
Michael Spiegel | e7c5420 | 2014-11-26 20:40:21 -0500 | [diff] [blame] | 100 | <scope>test</scope> |
| 101 | </dependency> |
| 102 | |
| 103 | |
Tatu Saloranta | 252af51 | 2011-12-24 10:25:45 -0800 | [diff] [blame] | 104 | <dependency> <!-- from core we just test for repackaged cglib, not hibernate proper --> |
Tatu Saloranta | 6e21fbf | 2011-12-24 10:08:25 -0800 | [diff] [blame] | 105 | <groupId>org.hibernate</groupId> |
Tatu Saloranta | 252af51 | 2011-12-24 10:25:45 -0800 | [diff] [blame] | 106 | <artifactId>hibernate-cglib-repack</artifactId> |
| 107 | <version>2.1_3</version> |
Tatu Saloranta | 6e21fbf | 2011-12-24 10:08:25 -0800 | [diff] [blame] | 108 | <scope>test</scope> |
| 109 | </dependency> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 110 | </dependencies> |
| 111 | |
| 112 | <build> |
Tatu Saloranta | 7eeabba | 2014-04-26 12:23:49 -0700 | [diff] [blame] | 113 | <plugins> |
Tatu Saloranta | 4294ffc | 2014-09-03 22:40:45 -0700 | [diff] [blame] | 114 | <plugin> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 115 | <groupId>org.apache.maven.plugins</groupId> |
Cowtowncoder | 044bb5a | 2014-10-03 10:50:17 -0700 | [diff] [blame] | 116 | <version>${version.plugin.surefire}</version> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 117 | <artifactId>maven-surefire-plugin</artifactId> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 118 | <configuration> |
Michael Spiegel | e7c5420 | 2014-11-26 20:40:21 -0500 | [diff] [blame] | 119 | <classpathDependencyExcludes> |
Michael Spiegel | 95f3fab | 2014-11-29 10:51:55 -0500 | [diff] [blame] | 120 | <exclude>javax.measure:jsr-275</exclude> |
Michael Spiegel | e7c5420 | 2014-11-26 20:40:21 -0500 | [diff] [blame] | 121 | </classpathDependencyExcludes> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 122 | <excludes> |
| 123 | <exclude>com/fasterxml/jackson/failing/*.java</exclude> |
| 124 | </excludes> |
| 125 | </configuration> |
| 126 | </plugin> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 127 | |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 128 | <plugin> |
| 129 | <groupId>org.apache.maven.plugins</groupId> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 130 | <artifactId>maven-javadoc-plugin</artifactId> |
Tatu Saloranta | 4294ffc | 2014-09-03 22:40:45 -0700 | [diff] [blame] | 131 | <version>${version.plugin.javadoc}</version> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 132 | <configuration> |
| 133 | <links> |
| 134 | <link>http://docs.oracle.com/javase/6/docs/api/</link> |
Tatu | cc9623e | 2014-08-13 12:38:09 -0700 | [diff] [blame] | 135 | <link>http://fasterxml.github.com/jackson-annotations/javadoc/2.5/</link> |
| 136 | <link>http://fasterxml.github.com/jackson-core/javadoc/2.5/</link> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 137 | </links> |
| 138 | </configuration> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 139 | </plugin> |
Tatu Saloranta | fe45e71 | 2013-12-13 20:09:00 -0800 | [diff] [blame] | 140 | |
| 141 | <!-- May want to configure debug info --> |
| 142 | <plugin> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 143 | <!-- Inherited from oss-base. Generate PackageVersion.java.--> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 144 | <groupId>com.google.code.maven-replacer-plugin</groupId> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 145 | <artifactId>replacer</artifactId> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 146 | <executions> |
| 147 | <execution> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 148 | <id>process-packageVersion</id> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 149 | <phase>process-sources</phase> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 150 | </execution> |
| 151 | </executions> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 152 | </plugin> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 153 | </plugins> |
| 154 | </build> |
Tatu Saloranta | 65c8369 | 2011-12-24 18:15:07 -0800 | [diff] [blame] | 155 | |
Tatu Saloranta | c3b3704 | 2014-05-20 12:47:01 -0700 | [diff] [blame] | 156 | <reporting> |
| 157 | <plugins> |
| 158 | <plugin> |
| 159 | <groupId>org.codehaus.mojo</groupId> |
| 160 | <artifactId>cobertura-maven-plugin</artifactId> |
| 161 | </plugin> |
| 162 | </plugins> |
| 163 | </reporting> |
| 164 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 165 | <profiles> |
Tatu Saloranta | 9af5904 | 2012-02-19 00:03:55 -0800 | [diff] [blame] | 166 | <profile> |
| 167 | <id>release</id> |
| 168 | <properties> |
| 169 | <maven.test.skip>true</maven.test.skip> |
| 170 | <skipTests>true</skipTests> |
| 171 | </properties> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 172 | </profile> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 173 | </profiles> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 174 | |
| 175 | </project> |