From 2e9d597fe70064b9c61d9203c8a93a380a667238 Mon Sep 17 00:00:00 2001 From: talevy013 <66559756+talevy013@users.noreply.github.com> Date: Tue, 9 Jun 2020 10:46:45 +0300 Subject: [PATCH] Hi --- package.json | 101 ++++++++++++++++++++++++++++++ pom (1).xml | 172 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 273 insertions(+) create mode 100644 package.json create mode 100644 pom (1).xml diff --git a/package.json b/package.json new file mode 100644 index 0000000..043b444 --- /dev/null +++ b/package.json @@ -0,0 +1,101 @@ +{ + "name": "cla-assistant", + "author": "https://github.com/cla-assistant", + "version": "1.8.3", + "homepage": "https://cla-assistant.io", + "description": "Contributor licencse agreement", + "keywords": [ + "licencse", + "contributor", + "agreement", + "github", + "cla" + ], + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/cla-assistant/cla-assistant" + }, + "bugs": "https://github.com/cla-assistant/cla-assistant/issues", + "contributors": [], + "dependencies": { + "angular": "^1.7.0", + "array-sugar": "^1.2.2", + "async": "^2.6.0", + "body-parser": "^1.18.2", + "bower": "^1.8.4", + "bunyan": "^1.8.12", + "bunyan-sentry-stream": "^1.2.1", + "bunyan-slack": "0.0.10", + "codeceptjs": "^1.3.3", + "colors": "^1.2.1", + "connect-mongo": "^2.0.1", + "cookie-parser": "^1.4.3", + "dont-sniff-mimetype": "^1.0.0", + "ejs": "^2.5.8", + "express": "^4.16.3", + "express-session": "^1.15.6", + "github": "^13.1.1", + "glob": "^7.1.2", + "joi": "^13.1.2", + "json-stable-stringify": "^1.0.1", + "lodash": "^4.17.5", + "memory-cache": "^0.2.0", + "merge": "^1.2.0", + "mongoose": "^4.13.12", + "node-sass-middleware": "^0.11.0", + "passport": "^0.4.0", + "passport-accesstoken": "^0.1.0", + "passport-github": "^1.1.0", + "q": "^1.5.1", + "raven": "^2.6.2", + "request": "^2.87.0", + "snyk": "^1.80.1", + "socket.io": "^2.1.0", + "valid-url": "^1.0.9", + "x-frame-options": "^1.0.0" + }, + "devDependencies": { + "eslint": "^4.19.1", + "grunt": "^1.0.3", + "grunt-cli": "^1.2.0", + "grunt-contrib-jshint": "^1.1.0", + "grunt-contrib-uglify": "^3.3.0", + "grunt-contrib-watch": "^1.1.0", + "grunt-coveralls": "^2.0.0", + "grunt-eslint": "^20.1.0", + "grunt-http": "^2.3.1", + "grunt-karma": "^3.0.0", + "grunt-mocha-istanbul": "^5.0.2", + "grunt-mocha-test": "^0.13.3", + "grunt-scss-lint": "^0.5.0", + "istanbul": "^0.4.5", + "karma": "^3.0.0", + "karma-chrome-launcher": "^2.2.0", + "karma-mocha": "^1.3.0", + "karma-ng-html2js-preprocessor": "~1.0.0", + "karma-phantomjs-launcher": "1.0.4", + "load-grunt-tasks": "^3.5.2", + "mkdirp": "0.5.1", + "mocha": "^5.2.0", + "phantomjs-prebuilt": "^2.1.16", + "rewire": "^3.0.2", + "should": "^13.2.1", + "sinon": "^4.5.0", + "supertest": "3.0.0", + "webdriverio": "^4.13.2" + }, + "engines": { + "node": "8" + }, + "scripts": { + "start": "node app.js", + "postinstall": "bower install", + "test": "grunt test", + "acceptance_test": "source .env && npx codeceptjs run", + "snyk-monitor": "snyk auth $SNYK_TOKEN && snyk monitor", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true +} diff --git a/pom (1).xml b/pom (1).xml new file mode 100644 index 0000000..72a2e31 --- /dev/null +++ b/pom (1).xml @@ -0,0 +1,172 @@ + + 4.0.0 + + org.example + jpademo + 1.0 + jar + + + scm:git:ssh://my.git.server.internal/home/git/jpademo + scm:git:ssh://my.git.server.internal/home/git/jpademo + + + jenkins + https://my.jenkins.internal/jenkins + + + + jpademo + http://maven.apache.org + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + jar + + jar + + + + + src/main/resources/Manifest.txt + + true + + com.footballradar.jpademo.App + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 1.4 + + + package + + shade + + + + + ${project.artifactId}-${project.version} + + + + + + + + + + http://download.java.net/maven/2/ + hibernate-support + default + Repository for library Library[hibernate-support] + + + + + + + UTF-8 + + + + + junit + junit + 3.8.1 + test + + + org.hibernate + hibernate-core + 3.6.3.Final + + + org.hibernate + hibernate + 3.2.5.ga + + + org.hibernate + hibernate-entitymanager + 3.3.2.GA + + + javax.sql + jdbc-stdext + 2.0 + + + javax.transaction + jta + 1.0.1B + + + org.hibernate + ejb3-persistence + 1.0.1.GA + + + mysql + mysql-connector-java + 5.1.41 + + + slf4j-api + org.slf4j + jar + 1.6.1 + + + org.slf4j + log4j-over-slf4j + 1.6.1 + + + org.slf4j + slf4j-simple + 1.6.1 + + + + + + My_Artifactory_Releases + My_Artifactory-releases + http://my.maven.repository.internal/artifactory/release + + + + My_Artifactory_Snapshots + My_Artifactory-snapshots + http://my.maven.repository.internal/artifactory/snapshot + + + + + + + +