migratory-core

This is the parent POM for Ness open source maven projects.

License

License

GroupId

GroupId

com.nesscomputing.migratory
ArtifactId

ArtifactId

migratory-core
Last Version

Last Version

4.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

migratory-core
This is the parent POM for Ness open source maven projects.
Project Organization

Project Organization

Ness Computing, Inc.

Download migratory-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.nesscomputing.migratory/migratory-core/ -->
<dependency>
    <groupId>com.nesscomputing.migratory</groupId>
    <artifactId>migratory-core</artifactId>
    <version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nesscomputing.migratory/migratory-core/
implementation 'com.nesscomputing.migratory:migratory-core:4.2.0'
// https://jarcasting.com/artifacts/com.nesscomputing.migratory/migratory-core/
implementation ("com.nesscomputing.migratory:migratory-core:4.2.0")
'com.nesscomputing.migratory:migratory-core:jar:4.2.0'
<dependency org="com.nesscomputing.migratory" name="migratory-core" rev="4.2.0">
  <artifact name="migratory-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nesscomputing.migratory', module='migratory-core', version='4.2.0')
)
libraryDependencies += "com.nesscomputing.migratory" % "migratory-core" % "4.2.0"
[com.nesscomputing.migratory/migratory-core "4.2.0"]

Dependencies

compile (8)

Group / Artifact Type Version
org.jdbi : jdbi jar 2.38.1
org.skife.config : config-magic jar 0.17
org.apache.commons : commons-lang3 jar 3.1
com.google.guava : guava jar 15.0
org.jgrapht : jgrapht-jdk1.5 jar 0.7.3
org.antlr : stringtemplate jar 3.2.1
org.slf4j : slf4j-api jar 1.7.5
com.google.code.findbugs : jsr305 Optional jar 2.0.2

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (7)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-core jar 1.3
log4j : log4j jar 1.2.17
commons-io : commons-io jar 2.4
com.h2database : h2 jar 1.3.168
postgresql : postgresql jar 9.1-901-1.jdbc4
com.nesscomputing.testing : ness-log4j-config jar 1.0.2

Project Modules

There are no modules declared in this project.

Migratory

Managing databases.

Acknowledgements

This product owes a debt of gratitude to the Flyway project at https://github.com/flyway/flyway. While looking through various ways to replace our homebrewed tool for database migrations, this was the most promising one that got close to what we wanted (but did not include the independent personality management that we require). A lot of the structure and even some of the unit tests are a testament to this. However, we vastly changed the scope and the functionality to suit our needs.

Bugs

There should be actual documentation.


Copyright (C) 2012 Ness Computing, Inc.

com.nesscomputing.migratory

Ness Computing

Versions

Version
4.2.0
4.1.0
4.0.0
3.1.1
3.0.0