summaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-cli/pom.xml
blob: a6caa37e10eadfece667d7c46a0f320eb6e47eae (plain)
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
51
52
53
54
55
56
57
<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">
	<modelVersion>4.0.0</modelVersion>

	<groupId>org.onap.sdc.common</groupId>
	<name>onap-configuration-management-cli</name>
	<artifactId>onap-configuration-management-cli</artifactId>

	<parent>
		<artifactId>onap-common-configuration-management</artifactId>
		<groupId>org.onap.sdc.common</groupId>
		<version>1.2.0-SNAPSHOT</version>
		<relativePath>..</relativePath>
	</parent>

	<dependencies>
		<dependency>
			<groupId>org.onap.sdc.common</groupId>
			<artifactId>onap-configuration-management-api</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>tools</groupId>
			<artifactId>tools</artifactId>
			<version>1.8</version>
			<optional>true</optional>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-shade-plugin</artifactId>
				<version>1.5</version>
				<executions>
					<execution>
						<phase>package</phase>
						<goals>
							<goal>shade</goal>
						</goals>
						<configuration>
							<transformers>
								<transformer
									implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
									<mainClass>org.onap.config.gui.app.Configuration</mainClass>
								</transformer>
							</transformers>
						</configuration>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

</project>
e-js": "^2.4.0", "d3": "^4.10.0", "dox-sequence-diagram-ui": "file:../dox-sequence-diagram-ui", "intl": "^1.0.1", "intl-format-cache": "^2.0.5", "intl-messageformat": "^1.2.0", "intl-relativeformat": "^1.2.0", "lodash": "^4.13.1", "md5": "^2.1.0", "prop-types": "^15.6.0", "react": "^15.6.2", "react-bootstrap": "^0.32.1", "react-click-outside": "^2.3.1", "react-datepicker": "^0.48.0", "react-dnd": "^2.5.4", "react-dnd-html5-backend": "^2.5.4", "react-dom": "^15.6.2", "react-dropzone": "4.2.3", "react-input-autosize": "^2.2.0", "react-redux": "^5.0.6", "react-select": "1.2.1", "react-show-more-text": "^1.0.3", "react-sortable": "^1.2.0", "react-transition-group": "^2.3.1", "redux": "^3.7.2", "sdc-ui": "1.6.57", "uuid-js": "^0.7.5", "validator": "^4.3.0" }, "devDependencies": { "babel-core": "^6.24.0", "babel-eslint": "^8.2.1", "babel-jest": "^22.1.0", "babel-loader": "7.1.4", "babel-plugin-transform-class-properties": "^6.10.2", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.23.0", "clean-webpack-plugin": "^0.1.19", "css-loader": "^0.23.1", "deep-freeze": "0.0.1", "del": "^3.0.0", "enzyme": "^2.7.1", "eslint": "^4.18.1", "eslint-config-prettier": "^2.9.0", "eslint-loader": "^2.0.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.7.0", "express": "^4.13.3", "file-loader": "^0.8.5", "html-loader": "^0.4.3", "http-proxy-middleware": "^0.17.4", "ignore-loader": "^0.1.1", "jasmine-core": "^2.5.2", "jest": "^21.2.1", "jshint": "^2.9.4", "json-loader": "^0.5.4", "jsx-loader": "^0.13.2", "mkdirp": "^0.5.1", "moment": "^2.18.1", "node-sass": "^4.7.2", "node-watch": "^0.3.5", "prettier": "1.10.2", "prompt": "^0.2.14", "randomstring": "^1.1.5", "react-addons-test-utils": "~15.3.2", "react-hot-loader": "^3.1.3", "rosie": "^1.6.0", "run-sequence": "^2.2.1", "sass-loader": "^6.0.6", "source-map-loader": "^0.1.5", "storyshots": "^3.2.2", "style-loader": "^0.13.0", "svg-sprite-loader": "^3.7.3", "url-loader": "^0.5.7", "webpack": "^4.5.0", "webpack-cli": "^2.0.14", "webpack-dev-server": "^3.1.3" }, "engines": { "node": ">=8.0.0", "npm": ">=5.0.0", "yarn": "^1.7.0" }, "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test-utils/fileMock.js", "\\.(css|scss)$": "<rootDir>/test-utils/styleMock.js", "^nfvo-utils/RestAPIUtil.js$": "<rootDir>/test-utils/MockRest.js", "^sdc-ui/lib/react/SVGIcon.js$": "<rootDir>/test-utils/MockSVGIcon.js", "^react-show-more$": "<rootDir>/test-utils/ShowMore.js", "^nfvo-utils(.*)$": "<rootDir>/src/nfvo-utils$1", "^nfvo-components(.*)$": "<rootDir>/src/nfvo-components$1", "^sdc-app(.*)$": "<rootDir>/src/sdc-app$1", "^test-utils(.*)$": "<rootDir>/test-utils$1", "^i18nJson$": "<rootDir>/src/nfvo-utils/i18n/en.json", "^src(.*)$": "<rootDir>/src$1" }, "globals": { "DEBUG": false }, "setupFiles": [ "<rootDir>/test-utils/test-env-setup.js" ], "setupTestFrameworkScriptFile": "<rootDir>/test-utils/test-setup.js", "testPathIgnorePatterns": [ "<rootDir>/node_modules/", "<rootDir>/test/nfvo-components/storyshots.test.js" ], "collectCoverageFrom": [ "src/**/*.{js,jsx}" ], "coveragePathIgnorePatterns": [ "/node_modules/", "(.)*.stories.js" ], "coverageReporters": [ "lcov" ] } }