Download dbunit-2.5.2.jar file

Introduction

You can download dbunit-2.5.2.jar in this page.

License

GNU Lesser General Public License, Version 2.1

Type List

dbunit-2.5.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.dbunit/dbunit/pom.properties
META-INF/maven/org.dbunit/dbunit/pom.xml
org.dbunit.AbstractDatabaseTester.class
org.dbunit.Assertion.class
org.dbunit.DBTestCase.class
org.dbunit.DataSourceBasedDBTestCase.class
org.dbunit.DataSourceDatabaseTester.class
org.dbunit.DatabaseTestCase.class
org.dbunit.DatabaseUnitException.class
org.dbunit.DatabaseUnitRuntimeException.class
org.dbunit.DefaultDatabaseTester.class
org.dbunit.DefaultOperationListener.class
org.dbunit.DefaultPrepAndExpectedTestCase.class
org.dbunit.IDatabaseTester.class
org.dbunit.IOperationListener.class
org.dbunit.JdbcBasedDBTestCase.class
org.dbunit.JdbcDatabaseTester.class
org.dbunit.JndiBasedDBTestCase.class
org.dbunit.JndiDatabaseTester.class
org.dbunit.PrepAndExpectedTestCase.class
org.dbunit.PrepAndExpectedTestCaseSteps.class
org.dbunit.PropertiesBasedJdbcDatabaseTester.class
org.dbunit.VerifyTableDefinition.class
org.dbunit.ant.AbstractStep.class
org.dbunit.ant.Compare.class
org.dbunit.ant.DbConfig.class
org.dbunit.ant.DbUnitTask.class
org.dbunit.ant.DbUnitTaskStep.class
org.dbunit.ant.Export.class
org.dbunit.ant.Operation.class
org.dbunit.ant.Query.class
org.dbunit.ant.QuerySet.class
org.dbunit.ant.Table.class
org.dbunit.assertion.DbAssertionFailedError.class
org.dbunit.assertion.DbComparisonFailure.class
org.dbunit.assertion.DbUnitAssert.class
org.dbunit.assertion.DefaultFailureHandler.class
org.dbunit.assertion.DiffCollectingFailureHandler.class
org.dbunit.assertion.Difference.class
org.dbunit.assertion.DifferenceListener.class
org.dbunit.assertion.FailureFactory.class
org.dbunit.assertion.FailureHandler.class
org.dbunit.assertion.JUnitFailureFactory.class
org.dbunit.assertion.SimpleAssert.class
org.dbunit.database.AbstractDatabaseConnection.class
org.dbunit.database.AbstractResultSetTable.class
org.dbunit.database.AmbiguousTableNameException.class
org.dbunit.database.CachedResultSetTable.class
org.dbunit.database.CachedResultSetTableFactory.class
org.dbunit.database.CyclicTablesDependencyException.class
org.dbunit.database.DatabaseConfig.class
org.dbunit.database.DatabaseConnection.class
org.dbunit.database.DatabaseDataSet.class
org.dbunit.database.DatabaseDataSourceConnection.class
org.dbunit.database.DatabaseSequenceFilter.class
org.dbunit.database.DatabaseTableIterator.class
org.dbunit.database.DatabaseTableMetaData.class
org.dbunit.database.DefaultMetadataHandler.class
org.dbunit.database.ForwardOnlyResultSetTable.class
org.dbunit.database.ForwardOnlyResultSetTableFactory.class
org.dbunit.database.IDatabaseConnection.class
org.dbunit.database.IMetadataHandler.class
org.dbunit.database.IResultSetTable.class
org.dbunit.database.IResultSetTableFactory.class
org.dbunit.database.PrimaryKeyFilter.class
org.dbunit.database.PrimaryKeyFilteredTableWrapper.class
org.dbunit.database.QueryDataSet.class
org.dbunit.database.QueryTableIterator.class
org.dbunit.database.ResultSetTableMetaData.class
org.dbunit.database.ScrollableResultSetTable.class
org.dbunit.database.search.AbstractMetaDataBasedSearchCallback.class
org.dbunit.database.search.ExportedKeysSearchCallback.class
org.dbunit.database.search.FKRelationshipEdge.class
org.dbunit.database.search.ForeignKeyRelationshipEdge.class
org.dbunit.database.search.ImportedAndExportedKeysSearchCallback.class
org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs.class
org.dbunit.database.search.ImportedKeysSearchCallback.class
org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs.class
org.dbunit.database.search.TablesDependencyHelper.class
org.dbunit.database.statement.AbstractBatchStatement.class
org.dbunit.database.statement.AbstractPreparedBatchStatement.class
org.dbunit.database.statement.AbstractStatementFactory.class
org.dbunit.database.statement.AutomaticPreparedBatchStatement.class
org.dbunit.database.statement.BatchStatement.class
org.dbunit.database.statement.BatchStatementDecorator.class
org.dbunit.database.statement.CompoundStatement.class
org.dbunit.database.statement.IBatchStatement.class
org.dbunit.database.statement.IPreparedBatchStatement.class
org.dbunit.database.statement.IStatementFactory.class
org.dbunit.database.statement.PreparedBatchStatement.class
org.dbunit.database.statement.PreparedStatementFactory.class
org.dbunit.database.statement.SimplePreparedStatement.class
org.dbunit.database.statement.SimpleStatement.class
org.dbunit.database.statement.StatementFactory.class
org.dbunit.dataset.AbstractDataSet.class
org.dbunit.dataset.AbstractTable.class
org.dbunit.dataset.AbstractTableMetaData.class
org.dbunit.dataset.CachedDataSet.class
org.dbunit.dataset.CachedTable.class
org.dbunit.dataset.CaseInsensitiveDataSet.class
org.dbunit.dataset.CaseInsensitiveTable.class
org.dbunit.dataset.Column.class
org.dbunit.dataset.ColumnFilterTable.class
org.dbunit.dataset.Columns.class
org.dbunit.dataset.CompositeDataSet.class
org.dbunit.dataset.CompositeTable.class
org.dbunit.dataset.DataSetException.class
org.dbunit.dataset.DataSetUtils.class
org.dbunit.dataset.DefaultDataSet.class
org.dbunit.dataset.DefaultTable.class
org.dbunit.dataset.DefaultTableIterator.class
org.dbunit.dataset.DefaultTableMetaData.class
org.dbunit.dataset.FilteredDataSet.class
org.dbunit.dataset.FilteredTableMetaData.class
org.dbunit.dataset.ForwardOnlyDataSet.class
org.dbunit.dataset.ForwardOnlyTable.class
org.dbunit.dataset.IDataSet.class
org.dbunit.dataset.IRowValueProvider.class
org.dbunit.dataset.ITable.class
org.dbunit.dataset.ITableIterator.class
org.dbunit.dataset.ITableMetaData.class
org.dbunit.dataset.LowerCaseDataSet.class
org.dbunit.dataset.LowerCaseTableMetaData.class
org.dbunit.dataset.NoPrimaryKeyException.class
org.dbunit.dataset.NoSuchColumnException.class
org.dbunit.dataset.NoSuchTableException.class
org.dbunit.dataset.OrderedTableNameMap.class
org.dbunit.dataset.ReplacementDataSet.class
org.dbunit.dataset.ReplacementTable.class
org.dbunit.dataset.RowFilterTable.class
org.dbunit.dataset.RowOutOfBoundsException.class
org.dbunit.dataset.SortedDataSet.class
org.dbunit.dataset.SortedTable.class
org.dbunit.dataset.common.handlers.AbstractPipelineComponent.class
org.dbunit.dataset.common.handlers.AllHandler.class
org.dbunit.dataset.common.handlers.EnforceHandler.class
org.dbunit.dataset.common.handlers.EscapeHandler.class
org.dbunit.dataset.common.handlers.Handler.class
org.dbunit.dataset.common.handlers.Helper.class
org.dbunit.dataset.common.handlers.IllegalInputCharacterException.class
org.dbunit.dataset.common.handlers.IsAlnumHandler.class
org.dbunit.dataset.common.handlers.LineEndHandler.class
org.dbunit.dataset.common.handlers.NoHandler.class
org.dbunit.dataset.common.handlers.Pipeline.class
org.dbunit.dataset.common.handlers.PipelineComponent.class
org.dbunit.dataset.common.handlers.PipelineConfig.class
org.dbunit.dataset.common.handlers.PipelineException.class
org.dbunit.dataset.common.handlers.QuoteHandler.class
org.dbunit.dataset.common.handlers.SeparatorHandler.class
org.dbunit.dataset.common.handlers.TransparentHandler.class
org.dbunit.dataset.common.handlers.UnquotedFieldAssembler.class
org.dbunit.dataset.common.handlers.WhitespacesHandler.class
org.dbunit.dataset.csv.CsvDataSet.class
org.dbunit.dataset.csv.CsvDataSetWriter.class
org.dbunit.dataset.csv.CsvParser.class
org.dbunit.dataset.csv.CsvParserException.class
org.dbunit.dataset.csv.CsvParserImpl.class
org.dbunit.dataset.csv.CsvProducer.class
org.dbunit.dataset.csv.CsvURLDataSet.class
org.dbunit.dataset.csv.CsvURLProducer.class
org.dbunit.dataset.csv.IllegalCharacterSeen.class
org.dbunit.dataset.datatype.AbstractDataType.class
org.dbunit.dataset.datatype.BigIntegerDataType.class
org.dbunit.dataset.datatype.BinaryStreamDataType.class
org.dbunit.dataset.datatype.BitDataType.class
org.dbunit.dataset.datatype.BlobDataType.class
org.dbunit.dataset.datatype.BooleanDataType.class
org.dbunit.dataset.datatype.BytesDataType.class
org.dbunit.dataset.datatype.ClobDataType.class
org.dbunit.dataset.datatype.DataType.class
org.dbunit.dataset.datatype.DataTypeException.class
org.dbunit.dataset.datatype.DateDataType.class
org.dbunit.dataset.datatype.DefaultDataTypeFactory.class
org.dbunit.dataset.datatype.DoubleDataType.class
org.dbunit.dataset.datatype.FloatDataType.class
org.dbunit.dataset.datatype.IDataTypeFactory.class
org.dbunit.dataset.datatype.IDbProductRelatable.class
org.dbunit.dataset.datatype.IntegerDataType.class
org.dbunit.dataset.datatype.LongDataType.class
org.dbunit.dataset.datatype.NumberDataType.class
org.dbunit.dataset.datatype.NumberTolerantDataType.class
org.dbunit.dataset.datatype.StringDataType.class
org.dbunit.dataset.datatype.StringIgnoreCaseDataType.class
org.dbunit.dataset.datatype.TimeDataType.class
org.dbunit.dataset.datatype.TimestampDataType.class
org.dbunit.dataset.datatype.ToleratedDeltaMap.class
org.dbunit.dataset.datatype.TypeCastException.class
org.dbunit.dataset.datatype.UnknownDataType.class
org.dbunit.dataset.datatype.UuidAwareBytesDataType.class
org.dbunit.dataset.excel.XlsDataSet.class
org.dbunit.dataset.excel.XlsDataSetWriter.class
org.dbunit.dataset.excel.XlsTable.class
org.dbunit.dataset.filter.AbstractTableFilter.class
org.dbunit.dataset.filter.DefaultColumnFilter.class
org.dbunit.dataset.filter.DefaultTableFilter.class
org.dbunit.dataset.filter.ExcludeTableFilter.class
org.dbunit.dataset.filter.IColumnFilter.class
org.dbunit.dataset.filter.IRowFilter.class
org.dbunit.dataset.filter.ITableFilter.class
org.dbunit.dataset.filter.ITableFilterSimple.class
org.dbunit.dataset.filter.IncludeTableFilter.class
org.dbunit.dataset.filter.PatternMatcher.class
org.dbunit.dataset.filter.SequenceTableFilter.class
org.dbunit.dataset.filter.SequenceTableIterator.class
org.dbunit.dataset.sqlloader.SqlLoaderControlDataSet.class
org.dbunit.dataset.sqlloader.SqlLoaderControlParser.class
org.dbunit.dataset.sqlloader.SqlLoaderControlParserException.class
org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl.class
org.dbunit.dataset.sqlloader.SqlLoaderControlProducer.class
org.dbunit.dataset.stream.BufferedConsumer.class
org.dbunit.dataset.stream.DataSetProducerAdapter.class
org.dbunit.dataset.stream.DefaultConsumer.class
org.dbunit.dataset.stream.IDataSetConsumer.class
org.dbunit.dataset.stream.IDataSetProducer.class
org.dbunit.dataset.stream.StreamingDataSet.class
org.dbunit.dataset.stream.StreamingIterator.class
org.dbunit.dataset.xml.FlatDtdDataSet.class
org.dbunit.dataset.xml.FlatDtdProducer.class
org.dbunit.dataset.xml.FlatDtdWriter.class
org.dbunit.dataset.xml.FlatXmlDataSet.class
org.dbunit.dataset.xml.FlatXmlDataSetBuilder.class
org.dbunit.dataset.xml.FlatXmlProducer.class
org.dbunit.dataset.xml.FlatXmlWriter.class
org.dbunit.dataset.xml.XmlDataSet.class
org.dbunit.dataset.xml.XmlDataSetWriter.class
org.dbunit.dataset.xml.XmlProducer.class
org.dbunit.ext.db2.Db2Connection.class
org.dbunit.ext.db2.Db2DataTypeFactory.class
org.dbunit.ext.db2.Db2MetadataHandler.class
org.dbunit.ext.h2.H2Connection.class
org.dbunit.ext.h2.H2DataTypeFactory.class
org.dbunit.ext.hsqldb.HsqldbConnection.class
org.dbunit.ext.hsqldb.HsqldbDataTypeFactory.class
org.dbunit.ext.mckoi.MckoiConnection.class
org.dbunit.ext.mckoi.MckoiDataTypeFactory.class
org.dbunit.ext.mssql.InsertIdentityOperation.class
org.dbunit.ext.mssql.MsSqlConnection.class
org.dbunit.ext.mssql.MsSqlDataTypeFactory.class
org.dbunit.ext.mssql.UniqueIdentifierType.class
org.dbunit.ext.mysql.MySqlConnection.class
org.dbunit.ext.mysql.MySqlDataTypeFactory.class
org.dbunit.ext.mysql.MySqlMetadataHandler.class
org.dbunit.ext.netezza.NetezzaDataTypeFactory.class
org.dbunit.ext.netezza.NetezzaMetadataHandler.class
org.dbunit.ext.oracle.Oracle10DataTypeFactory.class
org.dbunit.ext.oracle.OracleBlobDataType.class
org.dbunit.ext.oracle.OracleClobDataType.class
org.dbunit.ext.oracle.OracleConnection.class
org.dbunit.ext.oracle.OracleDataTypeFactory.class
org.dbunit.ext.oracle.OracleNClobDataType.class
org.dbunit.ext.oracle.OracleSdoElemInfoArray.class
org.dbunit.ext.oracle.OracleSdoGeometry.class
org.dbunit.ext.oracle.OracleSdoGeometryDataType.class
org.dbunit.ext.oracle.OracleSdoHelper.class
org.dbunit.ext.oracle.OracleSdoOrdinateArray.class
org.dbunit.ext.oracle.OracleSdoPointType.class
org.dbunit.ext.oracle.OracleXMLTypeDataType.class
org.dbunit.ext.postgresql.CitextType.class
org.dbunit.ext.postgresql.GenericEnumType.class
org.dbunit.ext.postgresql.GeometryType.class
org.dbunit.ext.postgresql.InetType.class
org.dbunit.ext.postgresql.IntervalType.class
org.dbunit.ext.postgresql.PostgresqlDataTypeFactory.class
org.dbunit.ext.postgresql.UuidType.class
org.dbunit.operation.AbstractBatchOperation.class
org.dbunit.operation.AbstractOperation.class
org.dbunit.operation.CloseConnectionOperation.class
org.dbunit.operation.CompositeOperation.class
org.dbunit.operation.DatabaseOperation.class
org.dbunit.operation.DeleteAllOperation.class
org.dbunit.operation.DeleteOperation.class
org.dbunit.operation.ExclusiveTransactionException.class
org.dbunit.operation.InsertOperation.class
org.dbunit.operation.OperationData.class
org.dbunit.operation.RefreshOperation.class
org.dbunit.operation.TransactionOperation.class
org.dbunit.operation.TruncateTableOperation.class
org.dbunit.operation.UpdateOperation.class
org.dbunit.util.Base64.class
org.dbunit.util.CollectionsHelper.class
org.dbunit.util.FileHelper.class
org.dbunit.util.QualifiedTableName.class
org.dbunit.util.SQLHelper.class
org.dbunit.util.TableFormatter.class
org.dbunit.util.concurrent.BoundedBuffer.class
org.dbunit.util.concurrent.BoundedChannel.class
org.dbunit.util.concurrent.BoundedLinkedQueue.class
org.dbunit.util.concurrent.Channel.class
org.dbunit.util.concurrent.DefaultChannelCapacity.class
org.dbunit.util.concurrent.Executor.class
org.dbunit.util.concurrent.LinkedNode.class
org.dbunit.util.concurrent.LinkedQueue.class
org.dbunit.util.concurrent.PropertyChangeMulticaster.class
org.dbunit.util.concurrent.Puttable.class
org.dbunit.util.concurrent.Semaphore.class
org.dbunit.util.concurrent.SemaphoreControlledChannel.class
org.dbunit.util.concurrent.Slot.class
org.dbunit.util.concurrent.Sync.class
org.dbunit.util.concurrent.SynchronizedInt.class
org.dbunit.util.concurrent.SynchronizedVariable.class
org.dbunit.util.concurrent.SynchronousChannel.class
org.dbunit.util.concurrent.Takable.class
org.dbunit.util.concurrent.TimeoutException.class
org.dbunit.util.fileloader.AbstractDataFileLoader.class
org.dbunit.util.fileloader.CsvDataFileLoader.class
org.dbunit.util.fileloader.DataFileLoader.class
org.dbunit.util.fileloader.FlatXmlDataFileLoader.class
org.dbunit.util.fileloader.FullXmlDataFileLoader.class
org.dbunit.util.fileloader.XlsDataFileLoader.class
org.dbunit.util.search.AbstractExcludeNodesSearchCallback.class
org.dbunit.util.search.AbstractIncludeNodesSearchCallback.class
org.dbunit.util.search.AbstractNodesFilterSearchCallback.class
org.dbunit.util.search.DepthFirstSearch.class
org.dbunit.util.search.Edge.class
org.dbunit.util.search.IEdge.class
org.dbunit.util.search.ISearchAlgorithm.class
org.dbunit.util.search.ISearchCallback.class
org.dbunit.util.search.SearchException.class
org.dbunit.util.xml.XmlWriter.class
org/dbunit/dataset/xml/dataset.dtd

Pom

dbunit-2.5.2.pom file content.

<?xml version="1.0" encoding="ISO-8859-1"?>
<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">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

  <groupId>org.dbunit</groupId>
  <artifactId>dbunit</artifactId>
  <version>2.5.2</version>
  <packaging>jar</packaging>
  <name>dbUnit Extension</name>
  <url>http://dbunit.sourceforge.net</url>
  <inceptionYear>2002</inceptionYear>
  <description>
    dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
  </description>
  <licenses>
    <license>
      <name>GNU Lesser General Public License, Version 2.1</name>
      <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <properties>
    <!-- Maven configuration -->
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <project.scm.id>sourceforge</project.scm.id>

    <!-- General values -->
    <compileSource>1.5</compileSource>
    <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes>
    <mavenVersion>3.0.4</mavenVersion>

    <!-- Maven plugin versions -->
    <assemblyPluginVersion>2.5.3</assemblyPluginVersion>
    <changelogPluginVersion>2.3</changelogPluginVersion>
    <changesPluginVersion>2.11</changesPluginVersion>
    <checkstylePluginVersion>2.15</checkstylePluginVersion>
    <cleanPluginVersion>2.6.1</cleanPluginVersion>
    <coberturaPluginVersion>2.7</coberturaPluginVersion>
    <compilerPluginVersion>3.3</compilerPluginVersion>
    <deployPluginVersion>2.8.2</deployPluginVersion>
    <enforcerPluginVersion>1.4</enforcerPluginVersion>
    <failsafePluginVersion>2.18.1</failsafePluginVersion>
    <gpgPluginVersion>1.6</gpgPluginVersion>
    <installPluginVersion>2.5.2</installPluginVersion>
    <jarPluginVersion>2.6</jarPluginVersion>
    <javadocPluginVersion>2.10.3</javadocPluginVersion>
    <jdependPluginVersion>2.0</jdependPluginVersion>
    <jxrPluginVersion>2.5</jxrPluginVersion>
    <pmdPluginVersion>3.4</pmdPluginVersion>
    <projectInfoReportsPluginVersion>2.8</projectInfoReportsPluginVersion>
    <releasePluginVersion>2.5.1</releasePluginVersion>
    <resourcesPluginVersion>2.7</resourcesPluginVersion>
    <sitePluginVersion>3.4</sitePluginVersion>
    <sqlPluginVersion>1.5</sqlPluginVersion>
    <surefirePluginVersion>2.18.1</surefirePluginVersion>

    <!-- Framework versions --> 
    <junitVersion>4.12</junitVersion>
    <logbackVersion>1.1.3</logbackVersion>
    <slf4jVersion>1.7.12</slf4jVersion>
    
    <!-- Other versions --> 
    <wagonSshVersion>2.8</wagonSshVersion>
  </properties>

  <prerequisites>
    <maven>${mavenVersion}</maven>
  </prerequisites>

  <scm>
    <connection>scm:git:http://git.code.sf.net/p/dbunit/code.git</connection>
    <developerConnection>scm:git:https://git.code.sf.net/p/dbunit/code.git</developerConnection>
    <url>http://sourceforge.net/p/dbunit/code.git/ci/master/tree/</url>
    <tag>dbunit-2.5.2</tag>
  </scm>
  <issueManagement>
    <system>SourceForge</system>
    <!-- old: <url>http://sourceforge.net/tracker/?group_id=47439</url> -->
    <url>http://sourceforge.net/p/dbunit/bugs/</url>
    <!-- features; how to have both? <url>http://sourceforge.net/p/dbunit/feature-requests/</url> -->
  </issueManagement>
  <ciManagement>
    <system>parabuild</system>
    <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url>
    <notifiers>
      <notifier>
        <type>mail</type>
        <sendOnError>true</sendOnError>
        <sendOnFailure>false</sendOnFailure>
        <sendOnSuccess>false</sendOnSuccess>
        <sendOnWarning>false</sendOnWarning>
        <configuration>
          <address>gommma@users.sourceforge.net</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>

  <mailingLists>
    <mailingList>
      <name>dbUnit User List</name>
      <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe>
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive>
    </mailingList>
    <mailingList>
      <name>dbUnit Developer List</name>
      <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe>
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive>
    </mailingList>
    <mailingList>
      <name>dbUnit SVN Commit List</name>
      <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe>
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive>
    </mailingList>
  </mailingLists>

  <!--
     - Who are the developers for the project, in order of recent activity.
    -->
  <developers>
    <!--
       - Note: email of first developer is used by the announcements-email plugin
      -->
    <developer>
      <name>Matthias Gommeringer</name>
      <id>gommma</id>
      <email>gommma@users.sourceforge.net</email>
      <roles>
        <role>Java Developer (very active)</role>
      </roles>
    </developer>
    <developer>
      <name>John Hurst</name>
      <id>jbhurst</id>
      <email>jbhurst@users.sourceforge.net</email>
      <roles>
        <role>Java Developer (very active)</role>
      </roles>
    </developer>
    <developer>
      <name>Jeff Jensen</name>
      <id>jeffjensen</id>
      <email>jeffjensen@users.sourceforge.net</email>
      <roles>
        <role>Java Developer (active)</role>
      </roles>
    </developer>
    <developer>
      <name>Roberto Lo Giacco</name>
      <id>rlogiacco</id>
      <email>rlogiacco@users.sourceforge.net</email>
      <organization>SmartLab</organization>
      <roles>
        <role>Java Developer (active)</role>
      </roles>
    </developer>
    <developer>
      <name>Felipe Leme</name>
      <id>felipeal</id>
      <email>dbunit@felipeal.net</email>
      <organization>GoldenGate Software</organization>
      <timezone>-8</timezone>
      <roles>
        <role>Java Developer (mostly inactive :-)</role>
      </roles>
    </developer>
    <developer>
      <name>David Eric Pugh</name>
      <id>dep4b</id>
      <email>epugh@opensourceconnections.com</email>
      <organization>OpenSource Connections</organization>
      <roles>
        <role>Java Developer (inactive)</role>
      </roles>
    </developer>
    <developer>
      <name>Sebastien Le Callonnec</name>
      <id>slecallonnec</id>
      <email>slecallonnec@users.sourceforge.net</email>
      <roles>
        <role>Java Developer (inactive)</role>
      </roles>
    </developer>
    <developer>
      <name>Manuel Laflamme</name>
      <id>mlaflamm</id>
      <organization>Oz Communication</organization>
      <roles>
        <role>Project Founder (inactive)</role>
      </roles>
    </developer>
    <developer>
      <name>Benjamin Cox</name>
      <id>bdrum</id>
      <roles>
        <role>Java Developer (inactive)</role>
      </roles>
    </developer>
    <developer>
      <name>Federico Spinazzi</name>
      <id>fspinazzi</id>
      <email>f.spinazzi@masterhouse.it</email>
      <organization>Master House S.r.l</organization>
      <roles>
        <role>Java Developer (inactive)</role>
      </roles>
    </developer>
    <developer>
      <name>Timothy J. Ruppert</name>
      <id>zieggy</id>
      <roles>
        <role>Java Developer (inactive)</role>
      </roles>
    </developer>
  </developers>

  <contributors>
    <contributor>
      <name>Klas Axel</name>
      <roles>
        <role>HsqldbDataTypeFactory</role>
      </roles>
    </contributor>
    <contributor>
      <name>Erik Price</name>
      <roles>
        <role>DatabaseSequenceOperation</role>
      </roles>
    </contributor>
    <contributor>
      <name>Jeremy Stein</name>
      <roles>
        <role>InsertIndentityOperation</role>
      </roles>
    </contributor>
    <contributor>
      <name>Keven Kizer</name>
      <roles>
        <role>Early guinea pig</role>
      </roles>
    </contributor>
    <contributor>
      <name>Mike Bresnahan</name>
      <roles>
        <role>DbUnit evangelist</role>
      </roles>
    </contributor>
    <contributor>
      <name>Andres Almiray</name>
      <email>aalmiray@users.sourceforge.net</email>
      <roles>
        <role>IDatabaseTester creator</role>
      </roles>
    </contributor>
    <contributor>
      <name>Darryl Pierce</name>
      <email>mcpierceaim@users.sourceforge.net</email>
      <roles>
        <role>SQLServer uniqueidentifier column type</role>
      </roles>
    </contributor>
  </contributors>


  <dependencies>

    <!--
      TODO: check which dependencies could marked as optional. For
      instance, ant is optional because it's only necessary for the
      dbunit Ant tasks.
    -->

    <!-- TODO: add exclusion for dependencies that include xerces/xalan -->

    <!-- LOGGING -->
    <!-- NOTE: must list slf4j first to override other logger frameworks -->
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>${slf4jVersion}</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <version>${slf4jVersion}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>${logbackVersion}</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>hsqldb</groupId>
      <artifactId>hsqldb</artifactId>
      <version>1.8.0.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>${junitVersion}</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2.1</version>
    </dependency>
    <dependency>
      <groupId>ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.5.4</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.poi</groupId>
      <artifactId>poi</artifactId>
      <version>3.11</version>
      <exclusions>
        <exclusion>
          <artifactId>log4j</artifactId>
          <groupId>log4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.poi</groupId>
      <artifactId>poi-ooxml</artifactId>
      <version>3.11</version>
    </dependency>

    <dependency>
      <groupId>org.apache.ant</groupId>
      <artifactId>ant-testutil</artifactId>
      <version>1.7.0</version>
      <optional>true</optional>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit-addons</groupId>
      <artifactId>junit-addons</artifactId>
      <version>1.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>mockobjects</groupId>
      <artifactId>mockobjects-core</artifactId>
      <version>0.07</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>mockmaker</groupId>
      <artifactId>mmmockobjects</artifactId>
      <version>1.12.0</version>
      <scope>test</scope>
    </dependency>
    <!-- TODO: check why follow dependency is necessary -->
    <dependency>
      <groupId>mockobjects</groupId>
      <artifactId>mockobjects-jdk1.3</artifactId>
      <version>0.07</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.h2database</groupId>
      <artifactId>h2</artifactId>
      <version>1.1.113</version>
      <!-- Note that the 1.1.113 version is the last one officially built with JDK 1.4 -->
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>gsbase</groupId>
      <artifactId>gsbase</artifactId>
      <version>2.0.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>1.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xmlParserAPIs</artifactId>
      <version>2.6.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <defaultGoal>install</defaultGoal>
    <pluginManagement>
      <plugins>
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-assembly-plugin</artifactId>
          <version>${assemblyPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-changelog-plugin</artifactId>
          <version>${changelogPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-changes-plugin</artifactId>
          <version>${changesPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-checkstyle-plugin</artifactId>
          <version>${checkstylePluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-clean-plugin</artifactId>
          <version>${cleanPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>cobertura-maven-plugin</artifactId>
          <version>${coberturaPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>${compilerPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-deploy-plugin</artifactId>
          <version>${deployPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-enforcer-plugin</artifactId>
          <version>${enforcerPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-failsafe-plugin</artifactId>
          <version>${failsafePluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-gpg-plugin</artifactId>
          <version>${gpgPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-install-plugin</artifactId>
          <version>${installPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-jar-plugin</artifactId>
          <version>${jarPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-javadoc-plugin</artifactId>
          <version>${javadocPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>jdepend-maven-plugin</artifactId>
          <version>${jdependPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-jxr-plugin</artifactId>
          <version>${jxrPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-pmd-plugin</artifactId>
          <version>${pmdPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-project-info-reports-plugin</artifactId>
          <version>${projectInfoReportsPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
          <version>${releasePluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-resources-plugin</artifactId>
          <version>${resourcesPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>sql-maven-plugin</artifactId>
          <version>${sqlPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-site-plugin</artifactId>
          <version>${sitePluginVersion}</version>
          <dependencies>
            <dependency>
              <groupId>org.apache.maven.wagon</groupId>
              <artifactId>wagon-ssh</artifactId>
              <version>${wagonSshVersion}</version>
            </dependency>
          </dependencies>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>${surefirePluginVersion}</version>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <excludes>
            <exclude>**/Abstract*.java</exclude>
          </excludes>
          <includes>
            <include>**/*Test.java</include>
          </includes>
          <systemProperties>
            <property>
              <name>dbunit.profile</name>
              <value>${dbunit.profile}</value>
            </property>
            <property>
              <name>dbunit.profile.driverClass</name>
              <value>${dbunit.profile.driverClass}</value>
            </property>
            <property>
              <name>dbunit.profile.url</name>
              <value>${dbunit.profile.url}</value>
            </property>
            <property>
              <name>dbunit.profile.schema</name>
              <value>${dbunit.profile.schema}</value>
            </property>
            <property>
              <name>dbunit.profile.user</name>
              <value>${dbunit.profile.user}</value>
            </property>
            <property>
              <name>dbunit.profile.password</name>
              <value>${dbunit.profile.password}</value>
            </property>
            <property>
              <name>dbunit.profile.unsupportedFeatures</name>
              <value>${dbunit.profile.unsupportedFeatures}</value>
            </property>
          </systemProperties>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-failsafe-plugin</artifactId>
        <configuration>
          <encoding>UTF-8</encoding>
          <systemProperties>
            <property>
              <name>dbunit.profile</name>
              <value>${dbunit.profile}</value>
            </property>
            <property>
              <name>dbunit.profile.driverClass</name>
              <value>${dbunit.profile.driverClass}</value>
            </property>
            <property>
              <name>dbunit.profile.url</name>
              <value>${dbunit.profile.url}</value>
            </property>
            <property>
              <name>dbunit.profile.schema</name>
              <value>${dbunit.profile.schema}</value>
            </property>
            <property>
              <name>dbunit.profile.user</name>
              <value>${dbunit.profile.user}</value>
            </property>
            <property>
              <name>dbunit.profile.password</name>
              <value>${dbunit.profile.password}</value>
            </property>
            <property>
              <name>dbunit.profile.unsupportedFeatures</name>
              <value>${dbunit.profile.unsupportedFeatures}</value>
            </property>
          </systemProperties>
        </configuration>
        <executions>
          <execution>
            <goals>
              <goal>integration-test</goal>
              <goal>verify</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>${compileSource}</source>
          <target>${compileSource}</target>
          <compilerVersion>${compileSource}</compilerVersion>
          <debug>true</debug>
          <fork>true</fork>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <includes>
            <include>/LICENSE.txt</include>
            <include>**</include>
          </includes>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptors>
            <descriptor>assembly.xml</descriptor>
          </descriptors>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>sql-maven-plugin</artifactId>
        <configuration>
          <driver>${dbunit.profile.driverClass}</driver>
          <url>${dbunit.profile.url}</url>
          <username>${dbunit.profile.user}</username>
          <password>${dbunit.profile.password}</password>
        </configuration>
        <dependencies>
          <dependency>
            <groupId>hsqldb</groupId>
            <artifactId>hsqldb</artifactId>
            <version>1.8.0.1</version>
          </dependency>
          <dependency>
            <groupId>com.oracle</groupId>
            <artifactId>ojdbc14</artifactId>
            <version>10.2.0.4.0</version>
          </dependency>
          <dependency>
            <groupId>postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <version>8.4-701.jdbc3</version>
          </dependency>
          <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <version>5.1.6</version>
          </dependency>
          <dependency>
            <groupId>org.apache.derby</groupId>
            <artifactId>derby</artifactId>
            <version>10.4.1.3</version>
          </dependency>
          <dependency>
            <groupId>com.h2database</groupId>
            <artifactId>h2</artifactId>
            <version>1.1.118</version>
          </dependency>
        </dependencies>
        <executions>
          <execution>
            <id>sql-ddl</id>
            <phase>pre-integration-test</phase>
            <goals>
              <goal>execute</goal>
            </goals>
            <configuration>
              <srcFiles>
                <srcFile>src/test/resources/sql/${dbunit.profile.ddl}</srcFile>
              </srcFiles>
              <onError>continue</onError>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>clean</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-enforcer-plugin</artifactId>
        <executions>
          <execution>
            <id>enforce-versions</id>
            <goals>
              <goal>enforce</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <rules>
            <!--
            Links to rules:
              1) http://maven.apache.org/enforcer/enforcer-rules/index.html
              2) http://mojo.codehaus.org/extra-enforcer-rules/
            -->
            <requireMavenVersion>
              <version>${mavenVersion}</version>
            </requireMavenVersion>
            <requireJavaVersion>
              <version>${compileSource}</version>
            </requireJavaVersion>
            <requirePluginVersions>
              <phases>compile</phases>
            </requirePluginVersions>
          </rules>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jxr-plugin</artifactId>
        <version>${jxrPluginVersion}</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-report-plugin</artifactId>
        <version>${surefirePluginVersion}</version>
        <reportSets>
          <reportSet>
            <id>tests</id>
            <reports>
              <report>report-only</report>
            </reports>
            <configuration>
              <outputName>surefire-report</outputName>
              <reportsDirectories>
                <reportsDirectory>target/surefire-reports</reportsDirectory>
              </reportsDirectories>
            </configuration>
          </reportSet>
          <reportSet>
            <id>integration-tests</id>
            <reports>
              <report>report-only</report>
            </reports>
            <configuration>
              <outputName>failsafe-report</outputName>
              <reportsDirectories>
                <reportsDirectory>target/failsafe-reports</reportsDirectory>
              </reportsDirectories>
            </configuration>
          </reportSet>
        </reportSets>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <version>${projectInfoReportsPluginVersion}</version>
      </plugin>
      <!--
        <plugin> <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId> </plugin>
      -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <version>${checkstylePluginVersion}</version>
        <configuration>
          <configLocation>${basedir}/checkstyle.xml</configLocation>
          <argLine>-Xmx512m -Xms128m</argLine>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-pmd-plugin</artifactId>
        <version>${pmdPluginVersion}</version>
        <configuration>
          <linkXref>true</linkXref>
          <sourceEncoding>utf-8</sourceEncoding>
          <minimumTokens>100</minimumTokens>
          <targetJdk>${compileSource}</targetJdk>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jdepend-maven-plugin</artifactId>
        <version>${jdependPluginVersion}</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>${javadocPluginVersion}</version>
        <configuration>
          <quiet>true</quiet>
          <stylesheet>maven</stylesheet>
          <tags>
            <tag>
              <name>TODO</name>
              <placement>a</placement>
              <head>To do:</head>
            </tag>
          </tags>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changes-plugin</artifactId>
        <version>2.1</version>
        <configuration>
          <smtpHost>localhost</smtpHost>
          <smtpPort implementation="java.lang.Integer">25</smtpPort>
          <introduction>If you are reading this, the maintainer forgot to describe what's the purpose of this release!!!</introduction>
          <toAddresses>
            <toAddress implementation="java.lang.String">dbunit-developer@lists.sourceforge.net</toAddress>
            <toAddress implementation="java.lang.String">dbunit-user@lists.sourceforge.net</toAddress>
          </toAddresses>
          <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload>
          <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate>
        </configuration>
        <reportSets>
          <reportSet>
            <reports>
              <report>changes-report</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
    </plugins>
  </reporting>

  <distributionManagement>
    <!-- distribution repos specified in parent -->
    <site>
      <id>sourceforge</id>
      <url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs</url>
    </site>
  </distributionManagement>

  <profiles>
    <profile>
      <id>official</id>
      <!-- JH_TODO: it would be better to "chain" these from the default profile.  But it appears this isn't possible with Maven. -->
      <properties>
        <dbunit.profile>hsqldb</dbunit.profile>
        <dbunit.profile.driverClass>org.hsqldb.jdbcDriver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:hsqldb:mem:.</dbunit.profile.url>
        <dbunit.profile.schema>PUBLIC</dbunit.profile.schema>
        <dbunit.profile.user>sa</dbunit.profile.user>
        <dbunit.profile.password />
        <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>empty.sql</dbunit.profile.ddl> <!-- DDL in HypersonicEnvironment -->
      </properties>
      <dependencies>
        <dependency>
          <groupId>javax.sql</groupId>
          <artifactId>jdbc-stdext</artifactId>
          <version>2.0</version>
          <optional>true</optional>
        </dependency>
        <dependency>
          <groupId>com.oracle</groupId>
          <artifactId>ojdbc14</artifactId>
          <version>10.2.0.4.0</version>
          <optional>true</optional>
        </dependency>
      </dependencies>
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-compiler-plugin</artifactId>
              <configuration>
                <source>${compileSource}</source>
                <target>${compileSource}</target>
                <compilerVersion>${compileSource}</compilerVersion>
                <debug>true</debug>
                <fork>true</fork>
              </configuration>
            </plugin>
          </plugins>
        </pluginManagement>
      </build>

      <reporting>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-jxr-plugin</artifactId>
            <version>${jxrPluginVersion}</version>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-javadoc-plugin</artifactId>
            <version>${javadocPluginVersion}</version>
          </plugin>
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>cobertura-maven-plugin</artifactId>
            <version>${coberturaPluginVersion}</version>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-changes-plugin</artifactId>
            <version>${changesPluginVersion}</version>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-changelog-plugin</artifactId>
            <version>${changelogPluginVersion}</version>
          </plugin>
        </plugins>
      </reporting>
    </profile>
    <profile>
      <id>oracle-default</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <dependencies>
        <dependency>
          <groupId>com.oracle</groupId>
          <artifactId>ojdbc14</artifactId>
          <version>10.2.0.4.0</version>
          <optional>true</optional>
        </dependency>
      </dependencies>
    </profile>
    <profile>
      <id>hsqldb</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <dbunit.profile>hsqldb</dbunit.profile>
        <dbunit.profile.driverClass>org.hsqldb.jdbcDriver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:hsqldb:mem:.</dbunit.profile.url>
        <dbunit.profile.schema>PUBLIC</dbunit.profile.schema>
        <dbunit.profile.user>sa</dbunit.profile.user>
        <dbunit.profile.password />
        <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>empty.sql</dbunit.profile.ddl> <!-- DDL in HypersonicEnvironment -->
      </properties>
    </profile>
    <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 10 JDBC driver for Java 1.4 -->
    <profile>
      <id>oracle-ojdbc14</id>
      <properties>
        <dbunit.profile>oracle</dbunit.profile>
        <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
        <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
        <dbunit.profile.user>dbunit</dbunit.profile.user>
        <dbunit.profile.password>dbunit</dbunit.profile.password>
        <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>oracle.sql</dbunit.profile.ddl>
      </properties>
      <dependencies>
        <dependency>
          <groupId>com.oracle</groupId>
          <artifactId>ojdbc14</artifactId>
          <version>10.2.0.4.0</version>
          <optional>true</optional>
        </dependency>
      </dependencies>
    </profile>
    <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 11 JDBC driver for Java 6 -->
    <profile>
      <id>oracle-ojdbc6</id>
      <properties>
        <dbunit.profile>oracle</dbunit.profile>
        <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
        <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
        <dbunit.profile.user>dbunit</dbunit.profile.user>
        <dbunit.profile.password>dbunit</dbunit.profile.password>
        <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>oracle.sql</dbunit.profile.ddl>
      </properties>
      <dependencies>
        <dependency>
          <groupId>com.oracle</groupId>
          <artifactId>ojdbc6</artifactId>
          <version>11.1.0.7.0</version>
          <optional>true</optional>
        </dependency>
      </dependencies>
    </profile>
    <!-- "newer" Oracle10DataTypeFactory with Oracle 10 JDBC driver for Java 1.4 -->
    <profile>
      <id>oracle10-ojdbc14</id>
      <properties>
        <dbunit.profile>oracle10</dbunit.profile>
        <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
        <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
        <dbunit.profile.user>dbunit</dbunit.profile.user>
        <dbunit.profile.password>dbunit</dbunit.profile.password>
        <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>oracle.sql</dbunit.profile.ddl>
      </properties>
      <dependencies>
        <dependency>
          <groupId>com.oracle</groupId>
          <artifactId>ojdbc14</artifactId>
          <version>10.2.0.4.0</version>
          <optional>true</optional>
        </dependency>
      </dependencies>
    </profile>
    <!-- "newer" Oracle10DataTypeFactory with Oracle 11 JDBC driver for Java 6 -->
    <profile>
      <id>oracle10-ojdbc6</id>
      <properties>
        <dbunit.profile>oracle10</dbunit.profile>
        <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
        <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
        <dbunit.profile.user>dbunit</dbunit.profile.user>
        <dbunit.profile.password>dbunit</dbunit.profile.password>
        <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>oracle.sql</dbunit.profile.ddl>
      </properties>
      <dependencies>
        <dependency>
          <groupId>com.oracle</groupId>
          <artifactId>ojdbc6</artifactId>
          <version>11.1.0.7.0</version>
          <optional>true</optional>
        </dependency>
      </dependencies>
    </profile>
    <profile>
      <id>postgresql</id>
      <properties>
        <dbunit.profile>postgresql</dbunit.profile>
        <dbunit.profile.driverClass>org.postgresql.Driver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:postgresql://localhost/dbunit</dbunit.profile.url>
        <dbunit.profile.schema>public</dbunit.profile.schema>
        <dbunit.profile.user>dbunit</dbunit.profile.user>
        <dbunit.profile.password>dbunit</dbunit.profile.password>
        <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,CLOB,BLOB,SCROLLABLE_RESULTSET,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>postgresql.sql</dbunit.profile.ddl>
      </properties>
      <dependencies>
        <dependency>
          <groupId>postgresql</groupId>
          <artifactId>postgresql</artifactId>
          <version>8.4-701.jdbc3</version>
        </dependency>
      </dependencies>
    </profile>
    <profile>
      <id>mysql</id>
      <properties>
        <dbunit.profile>mysql</dbunit.profile>
        <dbunit.profile.driverClass>com.mysql.jdbc.Driver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:mysql://localhost:3306/dbunit</dbunit.profile.url>
        <dbunit.profile.schema />
        <dbunit.profile.user>dbunit</dbunit.profile.user>
        <dbunit.profile.password>dbunit</dbunit.profile.password>
        <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>mysql.sql</dbunit.profile.ddl>
      </properties>
      <dependencies>
        <dependency>
          <groupId>mysql</groupId>
          <artifactId>mysql-connector-java</artifactId>
          <version>5.1.6</version>
        </dependency>
      </dependencies>
    </profile>
    <profile>
      <id>mssql</id>
      <properties>
        <dbunit.profile>mssql</dbunit.profile>
        <dbunit.profile.driverClass>com.microsoft.jdbc.sqlserver.SQLServerDriver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:microsoft:sqlserver://localhost\\dbunit:1433;DatabaseName=dbunit;SelectMethod=cursor</dbunit.profile.url>
        <dbunit.profile.schema>dbo</dbunit.profile.schema>
        <dbunit.profile.user>dbunit</dbunit.profile.user>
        <dbunit.profile.password>dbunit</dbunit.profile.password>
        <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>mssql.sql</dbunit.profile.ddl>
      </properties>
      <!-- JH_TODO: mssql dependencies -->
    </profile>
    <profile>
      <id>db2</id>
      <properties>
        <dbunit.profile>db2</dbunit.profile>
        <dbunit.profile.driverClass>TODO</dbunit.profile.driverClass>
        <dbunit.profile.url>TODO</dbunit.profile.url>
        <dbunit.profile.schema>TODO</dbunit.profile.schema>
        <dbunit.profile.user>TODO</dbunit.profile.user>
        <dbunit.profile.password>TODO</dbunit.profile.password>
        <dbunit.profile.unsupportedFeatures>TODO</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>db2xml.sql</dbunit.profile.ddl>
      </properties>
      <!-- JH_TODO: db2 dependencies -->
    </profile>
    <profile>
      <id>derby</id>
      <properties>
        <dbunit.profile>derby</dbunit.profile>
        <dbunit.profile.driverClass>org.apache.derby.jdbc.EmbeddedDriver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:derby:target/derby_db;create=true</dbunit.profile.url>
        <dbunit.profile.schema>APP</dbunit.profile.schema>
        <dbunit.profile.user>APP</dbunit.profile.user>
        <dbunit.profile.password>APP</dbunit.profile.password>
        <dbunit.profile.unsupportedFeatures>VARBINARY,BLOB,CLOB,TRANSACTION,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>empty.sql</dbunit.profile.ddl> <!-- DDL in DerbyEnvironment -->
      </properties>
      <dependencies>
        <dependency>
          <groupId>org.apache.derby</groupId>
          <artifactId>derby</artifactId>
          <version>10.4.1.3</version>
          <scope>test</scope>
        </dependency>
      </dependencies>
    </profile>
    <profile>
      <id>h2</id>
      <properties>
        <dbunit.profile>h2</dbunit.profile>
        <dbunit.profile.driverClass>org.h2.Driver</dbunit.profile.driverClass>
        <dbunit.profile.url>jdbc:h2:target/h2/test</dbunit.profile.url>
        <dbunit.profile.schema>PUBLIC</dbunit.profile.schema>
        <dbunit.profile.user>sa</dbunit.profile.user>
        <dbunit.profile.password />
        <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
        <dbunit.profile.ddl>empty.sql</dbunit.profile.ddl> <!-- DDL in H2Environment -->
      </properties>
      <dependencies>
        <dependency>
           <groupId>com.h2database</groupId>
           <artifactId>h2</artifactId>
           <version>1.1.118</version>
       </dependency>
      </dependencies>
    </profile>
  </profiles>

</project>

POM Entry

<dependency>
   <groupId>org.dbunit</groupId>
   <artifactId>dbunit</artifactId>
   <version>2.5.2</version>
</dependency>

Download

If you think the following dbunit-2.5.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download dbunit-2.5.2.jar file




PreviousNext

Related