Skip to content

Commit

Permalink
Merge pull request #878 from dickschoeller/dependabot/maven/com.faste…
Browse files Browse the repository at this point in the history
…rxml.jackson.core-jackson-databind-2.9.10.1

build(deps): bump jackson-databind from 2.9.9.2 to 2.9.10.1
  • Loading branch information
dickschoeller committed Dec 17, 2019
2 parents a8402a6 + 118f257 commit 342622d
Show file tree
Hide file tree
Showing 20 changed files with 3,039 additions and 18,485 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
- secure: "sMdtSxE1udkKi1DQOEnMW/WG5HCXEieHzVuyRwdA6dnTHb5IQEDkv/cVpBQ/m+ufEcg/mezNHK+P1kWbs/Nynv17CdxTxOZYTRCtLKeAMl7ev7B36eEwoqfmyCyPbjeVHbljatJKSYKBjKluzTMFbsSonrQosoHMF30ynFRRYoF5EVKt1FSc2K+RZR29u1fzSAsqFLPAl7hq8uO2BVspNUBj5vDL93WWidZ941Su1M1l+LDlj0ZYeHAdrsjRdO88l2ElPdbaQzHFewF+gjbC8Tm+OkKuio+Z9I9/6WJ4fZsnPQNtX2n8CysvxUDB6glk9RRZV5bfsJbE0Yig3ckY4IBWgBopk6IiGgiV7i3F9HxsSz1Vim6EEjar3BUVGc3D03K5bHxafIdxroq7x8e/8GzmojFREdcxKKbKCpvv8s5pVczIE5yNLVpatrKZOc7uMMuK6JqK1vzL4U5Cm1Xr4d4njy73+Fxt8iI4AyJZoHn11PTlkR9mPHT/0gb3IKFSvuLomKQXU/lE46tGTH/OephCJM+alIKBI+7ORoIKspfCL4Q2Gh4XbSnkO7eya9UqpLjqoFja1ms8Mxa2YMM5KL9WOmGJBbu8JRRYzQF/kQcOxrH3bOua8MYjXMNCGeGrDL6/X6KDLgkTiwEndOHzw+TDjid6dY3OHGPq8CwMkXk="

jdk:
- oraclejdk8
- openjdk8

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Allow field shadowing with constructor and setter arguments
<module name="Checker">
<property name="fileExtensions" value="java, xml, properties, html, yml, txt, css"/>
<property name="severity" value="warning"/>
<module name="LineLength"/>
<module name="TreeWalker">
<module name="SuppressWarningsHolder">
<property name="aliasList" value="ParameterNumberCheck=paramnum"/>
Expand All @@ -38,7 +39,6 @@ Allow field shadowing with constructor and setter arguments
<module name="UnusedImports"/>
<module name="MethodLength"/>
<module name="ParameterNumber"/>
<module name="LineLength"/>
<module name="EmptyForIteratorPad"/>
<module name="MethodParamPad"/>
<module name="NoWhitespaceAfter"/>
Expand Down
25 changes: 25 additions & 0 deletions gedbrowserng-frontend/e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"compileOnSave": false,
"compilerOptions": {
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
],
"module": "es2015",
"baseUrl": "./"
},
"angularCompilerOptions": {
"preserveWhitespaces": true
}
}
Loading

0 comments on commit 342622d

Please sign in to comment.