/** * Licensed Materials - Property of IBM * IBM Watson Analytics (C) Copyright IBM Corp. 2016 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. * */ /* jshint ignore:start */ if (typeof define !== 'function') { // NOSONAR var define = require('amdefine')(module); // NOSONAR } /* jshint ignore:end */ define([ './lib/UpgradeRunner', './lib/MigrationFactory', './UpgradeBase' ], function(UpgradeRunner, MigrationFactory, UpgradeBase) { return { UpgradeRunner: UpgradeRunner, MigrationFactory: MigrationFactory, UpgradeBase: UpgradeBase }; });