trivy icon indicating copy to clipboard operation
trivy copied to clipboard

Failed to get report for artifact , Unexpected EOF Trivy scan issue

Open janepelladinesh opened this issue 2 years ago • 16 comments

Description


 trivy image scan issue with the error ( Failed to get report for artifact %s of mimetype %s, error ......................Job 'IMAGE_SCAN:4d7599e288a3d60e9f1722e1' exit with error: run error: unexpected EOF  ) 

Trivy scan is failing for some images with above error , but if we pushed the same failed  image after some time . we are seeing success scan of that image

##Container logs

{"exit_code":0,"image_ref":","level":"debug","msg":"Running trivy finished","std_out":"2022-11-08T06:58:49.755Z\t\u001b[35mDEBUG\u001b[0m\tSeverities: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL\n2022-11-08T06:58:49.757Z\t\u001b[35mDEBUG\u001b[0m\tcache dir:  /home/scanner/.cache/trivy\n2022-11-08T06:58:49.757Z\t\u001b[35mDEBUG\u001b[0m\tDB update was skipped because the local DB is the latest\n2022-11-08T06:58:49.757Z\t\u001b[35mDEBUG\u001b[0m\tDB Schema: 2, UpdatedAt: 2022-11-08 06:07:23.250983747 +0000 UTC, NextUpdate: 2022-11-08 12:07:23.250983347 +0000 UTC, DownloadedAt: 2022-11-08 06:58:08.153143008 +0000 UTC\n2022-11-08T06:58:49.758Z\t\u001b[34mINFO\u001b[0m\tVulnerability scanning is enabled\n2022-11-08T06:58:49.758Z\t\u001b[35mDEBUG\u001b[0m\tVulnerability type:  [os library]\n2022-11-08T06:58:49.758Z\t\u001b[34mINFO\u001b[0m\tSecret scanning is enabled\n2022-11-08T06:58:49.758Z\t\u001b[34mINFO\u001b[0m\tIf your scanning is slow, please try '--security-checks vuln' to disable secret scanning\n2022-11-08T06:58:49.758Z\t\u001b[34mINFO\u001b[0m\tPlease see also https://aquasecurity.github.io/trivy/v0.29.2/docs/secret/scanning/#recommendation for faster secret detection\n2022-11-08T06:58:49.833Z\t\u001b[35mDEBUG\u001b[0m\tNo secret config detected: trivy-secret.yaml\n2022-11-08T06:58:49.903Z\t\u001b[35mDEBUG\u001b[0m\tImage ID: \tMissing image ID in cache: sha256:bf8d918f1cd0314125c166698d6afa398fa3a81abcf9f6ed1f0a97952b5b1e77\n2022-11-08T06:58:49.906Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:1e1264fd8ff48e9078ebfd24a478ba44d45e398f18b7f0ff3532f243ad62d2fc\n2022-11-08T06:58:49.906Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:954489626ffc176cddfeb78264c0a4f5debe7312deadf267ae5b2d53a597c639\n2022-11-08T06:58:49.906Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:6cd3609506e6745e1b56dced9880b0f742ae5ee8b5bd47537556d2cad51b5106\n2022-11-sha256:1775d71e0d5b8a721e94dbe3c2edc54d9fe21a129a510c265cedd7cc2f55b492\n2022-11-08T06:58:49.908Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:ead65baf07b73b440a4b2abab4ea4985470f35a93d06502a10ad6d1b43fd1420\n2022-11-08T06:58:49.908Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:83c77c561ab54ae77697b163f4b1e14694fc6e1bbd18a2eb005d313e86cc2a6f\n2022-11-08T06:58:49.908Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: 08T07:00:54.181Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: os version: 7\n2022-11-08T07:00:54.181Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: the number of packages: 157\n2022-11-08T07:00:54.230Z\t\u001b[34mINFO\u001b[0m\tNumber of language-specific files: 2\n2022-11-08T07:00:54.230Z\t\u001b[34mINFO\u001b[0m\tDetecting gobinary vulnerabilities...\n2022-11-08T07:00:54.230Z\t\u001b[35mDEBUG\u001b[0m\tDetecting library vulnerabilities, type: gobinary, path: usr/local/bin/serviceguard\n2022-11-08T07:00:54.230Z\t\u001b[35mDEBUG\u001b[0m\tDetecting library vulnerabilities, type: gobinary, path: webserver\n","time":"2022-11-08T07:00:54Z"}
{"level":"debug","msg":"Removing scan report tmp file","path":"/home/scanner/.cache/reports/scan_report_2445756078.json","time":"2022-11-08T07:00:54Z"}

Output of trivy -v:

 [/pkg/scan/job.go:243]: Report with mime type application/vnd.security.vulnerability.report; version=1.1 is not ready yet, retry after 5 seconds
[ERROR] [/pkg/scan/job.go:300]: Failed to get report for artifact %s of mimetype %s, error %vsha256:304e80a65d8c4dXXXXXXXXXXXXXXXXXXXXXXXXdd12cfapplication/vnd.security.vulnerability.report; version=1.1unexpected EOF
 jobservice[10376]: 2022-11-08T07:03:05Z [ERROR] [/jobservice/runner/redis.go:122]: Job 'IMAGE_SCAN:4d7599e288a3d60e9f1722e1' exit with error: run error: unexpected EOF

Additional details (base image name, container registry info...):

I tried to update all the timeouts , worker job concurrency in env but it didn;t worked SCANNER_JOB_QUEUE_WORKER_CONCURRENCY=10

please help , also could you suggest any changes do we have to made

Trivy version TRIVY_VERSION=v0.29.2

janepelladinesh avatar Nov 08 '22 08:11 janepelladinesh

It seems that the redis connection timed out

walkerxiong avatar Nov 09 '22 14:11 walkerxiong

@walkerxiong We have already increased the REDIS TIME OUT in env file for docker compose , but still we are facing same issue

these are the additional env's we recently added

SCANNER_TRIVY_TIMEOUT=30m0s
SCANNER_REDIS_POOL_CONNECTION_TIMEOUT=120s
SCANNER_REDIS_POOL_READ_TIMEOUT=120s
SCANNER_REDIS_POOL_WRITE_TIMEOUT=120s
SCANNER_REDIS_POOL_MAX_ACTIVE=10
SCANNER_REDIS_POOL_MAX_IDLE=10
SCANNER_REDIS_POOL_IDLE_TIMEOUT=10m
SCANNER_JOB_QUEUE_WORKER_CONCURRENCY=30
SCANNER_API_SERVER_READ_TIMEOUT=150s
SCANNER_API_SERVER_WRITE_TIMEOUT=150s
SCANNER_API_SERVER_IDLE_TIMEOUT=200s
SCANNER_TRIVY_DEBUG_MODE=true

janepelladinesh avatar Nov 09 '22 14:11 janepelladinesh

Additional debug logs

github.com/aquasecurity/trivy/pkg/commands/artifact.run /home/runner/work/trivy/trivy/pkg/commands/artifact/run.go:355

  • scan error: github.com/aquasecurity/trivy/pkg/commands/artifact.(*runner).scanArtifact /home/runner/work/trivy/trivy/pkg/commands/artifact/run.go:217
  • image scan failed: github.com/aquasecurity/trivy/pkg/commands/artifact.scan /home/runner/work/trivy/trivy/pkg/commands/artifact/run.go:515
  • failed analysis: github.com/aquasecurity/trivy/pkg/scanner.Scanner.ScanArtifact /home/runner/work/trivy/trivy/pkg/scanner/scan.go:112
  • analyze error: github.com/aquasecurity/trivy/pkg/fanal/artifact/image.Artifact.Inspect /home/runner/work/trivy/trivy/pkg/fanal/artifact/image/image.go:114
  • failed to analyze layer: sha256:da92ce3d32bc977b974e3b67479e2ea81d34db8a7c734904a2b01a520faff0c7 : github.com/aquasecurity/trivy/pkg/fanal/artifact/image.Artifact.inspect.func1 /home/runner/work/trivy/trivy/pkg/fanal/artifact/image/image.go:174
  • walk error: github.com/aquasecurity/trivy/pkg/fanal/artifact/image.Artifact.inspectLayer /home/runner/work/trivy/trivy/pkg/fanal/artifact/image/image.go:230
  • failed to process the file: github.com/aquasecurity/trivy/pkg/fanal/walker.LayerTar.Walk /home/runner/work/trivy/trivy/pkg/fanal/walker/tar.go:81
  • failed to analyze file: github.com/aquasecurity/trivy/pkg/fanal/walker.LayerTar.processFile /home/runner/work/trivy/trivy/pkg/fanal/walker/tar.go:95
  • failed to analyze resources/resources/DenseCRF/ru/word_to_index.json: github.com/aquasecurity/trivy/pkg/fanal/artifact/image.Artifact.inspectLayer.func1 /home/runner/work/trivy/trivy/pkg/fanal/artifact/image/image.go:225
  • unable to open resources/resources/DenseCRF/ru/word_to_index.json: github.com/aquasecurity/trivy/pkg/fanal/analyzer.AnalyzerGroup.AnalyzeFile /home/runner/work/trivy/trivy/pkg/fanal/analyzer/analyzer.go:308
  • failed to open: github.com/aquasecurity/trivy/pkg/fanal/walker.(*tarFile).Open /home/runner/work/trivy/trivy/pkg/fanal/walker/tar.go:162
  • unable to read the file: github.com/aquasecurity/trivy/pkg/fanal/walker.(*tarFile).Open.func1 /home/runner/work/trivy/trivy/pkg/fanal/walker/tar.go:155 jobservice[10376]: - read tcp 172.18.0.4:43390->52.92.19.64:443: read: connection reset by peer : general response handler: unexpected status code: 500, expected: 200

janepelladinesh avatar Nov 09 '22 14:11 janepelladinesh

It seems that the redis connection timed out

@walkerxiong could you provide any suggestions , we are still facing this issue

@DmitriyLewen could you please check it , we are facing this issue from long time

janepelladinesh avatar Nov 24 '22 05:11 janepelladinesh

Hello @janepelladinesh Sorry for waiting!

##Container logs

I don't see problem in logs.

Additional debug logs

Looks like problem with resources/resources/DenseCRF/ru/word_to_index.json. Trivy can't read this file.


Can you update Trivy to v0.34.0 and try again?

Regards, Dmitry

DmitriyLewen avatar Nov 24 '22 06:11 DmitriyLewen

Hi @DmitriyLewen

We are using Harbor trivy , where trivy version configuration is by default come up with harbor i.e, v.2.6.2 , and latest trivy in harbor is v0.32.1 , could you tell us how or where we can change the trivy version

janepelladinesh avatar Nov 24 '22 06:11 janepelladinesh

if i understand correctly - we can't change Trivy version in Harbor.

Okay, can you install Trivy(as standalone app) and try to reproduce this error?

DmitriyLewen avatar Nov 24 '22 07:11 DmitriyLewen

if i understand correctly - we can't change Trivy version in Harbor.

Okay, can you install Trivy(as standalone app) and try to reproduce this error?

Hi @DmitriyLewen

I have updated the trivy version in env file and i can see the trivy version value in container env

i have tried with new version v0.34.0 and also old version 0.24.2 , but in both cases i got the same error in harbor trivy

Failed to get report for artifact , Unexpected EOF Trivy scan issue

janepelladinesh avatar Nov 24 '22 16:11 janepelladinesh

Failed to get report for artifact , Unexpected EOF Trivy scan issue

this is error from harbor.

Can you send Trivy log(as you sent here)?

and 1 more question: you get error with only 1 image?

DmitriyLewen avatar Nov 25 '22 03:11 DmitriyLewen

Failed to get report for artifact , Unexpected EOF Trivy scan issue

this is error from harbor.

Can you send Trivy log(as you sent here)?

and 1 more question: you get error with only 1 image?

Hi @DmitriyLewen

Not only for one image , this issue arising for multiple images , if i pushed 10 images , 2 images are getting failed with same error , if i pushed those images again then it is success

Please find the attached logs

Nov 25 11:55:24 ip-[9994]: 2022-11-25T11:55:24Z [INFO] [/pkg/scan/job.go:224]: Get report for mime type: application/vnd.security.vulnerability.report; version=1.1 Nov 25 11:55:26 ip-[9994]: 2022-11-25T11:55:26Z [INFO] [/pkg/scan/job.go:245]: Report with mime type application/vnd.security.vulnerability.report; version=1.1 is not ready yet, retry after 5 seconds Nov 25 11:55:31 ip-[9994]: 2022-11-25T11:55:31Z [INFO] [/pkg/scan/job.go:245]: Report with mime type application/vnd.security.vulnerability.report; version=1.1 is not ready yet, retry after 5 seconds Nov 25 11:55:36 ip-[9994]: 2022-11-25T11:55:36Z [INFO] [/pkg/scan/job.go:245]: Report with mime type application/vnd.security.vulnerability.report; version=1.1 is not ready yet, retry after 5 seconds Nov 25 11:55:41 ip-[9994]: 2022-11-25T11:55:41Z [INFO] [/pkg/scan/job.go:245]: Report with mime type application/vnd.security.vulnerability.report; version=1.1 is not ready yet, retry after 5 seconds Nov 25 11:55:46 ip-[9994]: 2022-11-25T11:55:46Z [ERROR] [/pkg/scan/job.go:302]: Failed to get report for artifact %s of mimetype %s, error %vsha256:d434ea7908808a5c65db762dcee40659e58b586fda4ef1a13552d61d64177b89application/vnd.security.vulnerability.report; version=1.1unexpected EOF Nov 25 11:55:46 ip-**********[9994]: 2022-11-25T11:55:46Z [ERROR] [/jobservice/runner/redis.go:123]: Job 'IMAGE_SCAN:7865e8190d463f7eeaf31760' exit with error: run error: unexpected EOF

janepelladinesh avatar Nov 25 '22 12:11 janepelladinesh

@DmitriyLewen , please check this Trivy Container Logs

{"image_ref":"core:8080/test/ds-proxem-storage@sha256:3a96627284885a1329c414f699c580a8fbcafae2d1fb4b123fbac866bf9695c4","level":"debug","msg":"Started scanning","time":"2022-11-08T07:01:19Z"}
{"level":"debug","msg":"Saving scan report to tmp file","path":"/home/scanner/.cache/reports/scan_report_523776377.json","time":"2022-11-08T07:01:19Z"}
{"level":"debug","msg":"Executing enqueued scan job","scan_job_id":"80cb5399d1ca3f4daf00f336","time":"2022-11-08T07:01:20Z"}
{"level":"debug","msg":"Updating status for scan job","new_status":"Pending","scan_job_id":"80cb5399d1ca3f4daf00f336","time":"2022-11-08T07:01:20Z"}
{"expire":7200,"level":"debug","msg":"Updating scan job","redis_key":"harbor.scanner.trivy:store:scan-job:80cb5399d1ca3f4daf00f336","scan_job_id":"80cb5399d1ca3f4daf00f336","scan_job_status":"Pending","time":"2022-11-08T07:01:20Z"}
{"image_ref":"core:8080/test/license-hancom-docviewer@sha256:042cdbcc8640ac18db7efdf645ef1a16ad986a59153813a5d451d62b0c670538","level":"debug","msg":"Started scanning","time":"2022-11-08T07:01:20Z"}
{"level":"debug","msg":"Saving scan report to tmp file","path":"/home/scanner/.cache/reports/scan_report_1584183422.json","time":"2022-11-08T07:01:20Z"}
{"exit_code":0,"image_ref":"core:8080/test/ds-webserver@sha256:16ae06ce92000162032aa23f6a21dd0308edfee75f998f1bd477240318b96c49","level":"debug","msg":"Running trivy finished","std_out":"2022-11-08T06:59:20.477Z\t\u001b[35mDEBUG\u001b[0m\tSeverities: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL\n2022-11-08T07:01:03.020Z\t\u001b[35mDEBUG\u001b[0m\tcache dir:  /home/scanner/.cache/trivy\n2022-11-08T07:01:03.020Z\t\u001b[35mDEBUG\u001b[0m\tDB update was skipped because the local DB is the latest\n2022-11-08T07:01:03.021Z\t\u001b[35mDEBUG\u001b[0m\tDB Schema: 2, UpdatedAt: 2022-11-08 06:07:23.250983747 +0000 UTC, NextUpdate: 2022-11-08 12:07:23.250983347 +0000 UTC, DownloadedAt: 2022-11-08 06:58:08.153143008 +0000 UTC\n2022-11-08T07:01:03.021Z\t\u001b[34mINFO\u001b[0m\tVulnerability scanning is enabled\n2022-11-08T07:01:03.021Z\t\u001b[35mDEBUG\u001b[0m\tVulnerability type:  [os library]\n2022-11-08T07:01:03.021Z\t\u001b[34mINFO\u001b[0m\tSecret scanning is enabled\n2022-11-08T07:01:03.021Z\t\u001b[34mINFO\u001b[0m\tIf your scanning is slow, please try '--security-checks vuln' to disable secret scanning\n2022-11-08T07:01:03.021Z\t\u001b[34mINFO\u001b[0m\tPlease see also https://aquasecurity.github.io/trivy/v0.29.2/docs/secret/scanning/#recommendation for faster secret detection\n2022-11-08T07:01:03.124Z\t\u001b[35mDEBUG\u001b[0m\tNo secret config detected: trivy-secret.yaml\n2022-11-08T07:01:03.201Z\t\u001b[35mDEBUG\u001b[0m\tImage ID: sha256:4a1045dc551bbdd13b4ba6a576bccad2497d067b6af3bc852a66405bf041b71e\n2022-11-08T07:01:03.201Z\t\u001b[35mDEBUG\u001b[0m\tDiff IDs: [sha256:790889cbb3f391858007a81fcd8d67050ff798c96acf1a2042fb3813b0abf11b sha256:866f8ec3074e65636cc33844f60509e4acd280624194d8cddb8dbe16ef3a8e11 sha256:ab1daab5d384a0eaa5b35c1ff97639fb0d0b9f8ab74cbc8909ca47ae85f51419 sha256:174e323d1220b6ba58f542a75ee9d02f5be92c35794f9efbb0682b22ff302385 sha256:752f863dc800b0f4b7720921fc0664a8c388fe9e685f13fa2f19c416f17bac7c sha256:4e8cc033b8676db1b9141eabcc642f468b027356e7df15a3dab9e27e409538a5 sha256:fed2309664345e31b570e13f325e4a21f509db14351db44a6b4682f4f59e9547 sha256:15aa7a57fb3b21f86e2c651b3c2c3e0fb646394846b34035eb76a29780290b6a sha256:75817e077281ada5d4fe6accb08f4f8a035015e760b8bb181db711a0bcadb85b sha256:e09071017a8f801dd429b39e220c7a4ceae184c20930e2f0d8aafe2e3ffafd09]\n2022-11-08T07:01:03.201Z\t\u001b[35mDEBUG\u001b[0m\tBase Layers: [sha256:790889cbb3f391858007a81fcd8d67050ff798c96acf1a2042fb3813b0abf11b]\n2022-11-08T07:01:03.202Z\t\u001b[35mDEBUG\u001b[0m\tMissing image ID in cache: sha256:4a1045dc551bbdd13b4ba6a576bccad2497d067b6af3bc852a66405bf041b71e\n2022-11-08T07:01:03.202Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:e09071017a8f801dd429b39e220c7a4ceae184c20930e2f0d8aafe2e3ffafd09\n2022-11-08T07:01:03.203Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:752f863dc800b0f4b7720921fc0664a8c388fe9e685f13fa2f19c416f17bac7c\n2022-11-08T07:01:03.203Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:ab1daab5d384a0eaa5b35c1ff97639fb0d0b9f8ab74cbc8909ca47ae85f51419\n2022-11-08T07:01:03.203Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:174e323d1220b6ba58f542a75ee9d02f5be92c35794f9efbb0682b22ff302385\n2022-11-08T07:01:03.203Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:866f8ec3074e65636cc33844f60509e4acd280624194d8cddb8dbe16ef3a8e11\n2022-11-08T07:01:03.203Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:fed2309664345e31b570e13f325e4a21f509db14351db44a6b4682f4f59e9547\n2022-11-08T07:01:03.203Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:15aa7a57fb3b21f86e2c651b3c2c3e0fb646394846b34035eb76a29780290b6a\n2022-11-08T07:01:03.203Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:75817e077281ada5d4fe6accb08f4f8a035015e760b8bb181db711a0bcadb85b\n2022-11-08T07:01:03.204Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:4e8cc033b8676db1b9141eabcc642f468b027356e7df15a3dab9e27e409538a5\n2022-11-08T07:01:04.026Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.026Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.116Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.116Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.130Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.130Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.179Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.179Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.185Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.192Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.202Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.237Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.243Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.243Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.253Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:04.253Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:20.763Z\t\u001b[34mINFO\u001b[0m\tDetected OS: centos\n2022-11-08T07:01:20.763Z\t\u001b[34mINFO\u001b[0m\tDetecting RHEL/CentOS vulnerabilities...\n2022-11-08T07:01:20.763Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: os version: 7\n2022-11-08T07:01:20.763Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: the number of packages: 285\n2022-11-08T07:01:20.905Z\t\u001b[34mINFO\u001b[0m\tNumber of language-specific files: 1\n2022-11-08T07:01:20.905Z\t\u001b[34mINFO\u001b[0m\tDetecting python-pkg vulnerabilities...\n2022-11-08T07:01:20.905Z\t\u001b[35mDEBUG\u001b[0m\tDetecting library vulnerabilities, type: python-pkg, path: \n","time":"2022-11-08T07:01:21Z"}
{"level":"debug","msg":"Removing scan report tmp file","path":"/home/scanner/.cache/reports/scan_report_4272425158.json","time":"2022-11-08T07:01:21Z"}
{"level":"debug","msg":"Updating reports for scan job","scan_job_id":"3301c1370a410f9edabdd6a9","time":"2022-11-08T07:01:21Z"}
{"expire":7200,"level":"debug","msg":"Updating scan job","redis_key":"harbor.scanner.trivy:store:scan-job:3301c1370a410f9edabdd6a9","scan_job_id":"3301c1370a410f9edabdd6a9","scan_job_status":"Pending","time":"2022-11-08T07:01:21Z"}
{"level":"debug","msg":"Updating status for scan job","new_status":"Finished","scan_job_id":"3301c1370a410f9edabdd6a9","time":"2022-11-08T07:01:21Z"}
{"expire":7200,"level":"debug","msg":"Updating scan job","redis_key":"harbor.scanner.trivy:store:scan-job:3301c1370a410f9edabdd6a9","scan_job_id":"3301c1370a410f9edabdd6a9","scan_job_status":"Finished","time":"2022-11-08T07:01:21Z"}
{"exit_code":0,"image_ref":"core:8080/test/license-hancom-docviewer@sha256:042cdbcc8640ac18db7efdf645ef1a16ad986a59153813a5d451d62b0c670538","level":"debug","msg":"Running trivy finished","std_out":"2022-11-08T07:01:20.351Z\t\u001b[35mDEBUG\u001b[0m\tSeverities: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL\n2022-11-08T07:01:21.209Z\t\u001b[35mDEBUG\u001b[0m\tcache dir:  /home/scanner/.cache/trivy\n2022-11-08T07:01:21.210Z\t\u001b[35mDEBUG\u001b[0m\tDB update was skipped because the local DB is the latest\n2022-11-08T07:01:21.210Z\t\u001b[35mDEBUG\u001b[0m\tDB Schema: 2, UpdatedAt: 2022-11-08 06:07:23.250983747 +0000 UTC, NextUpdate: 2022-11-08 12:07:23.250983347 +0000 UTC, DownloadedAt: 2022-11-08 06:58:08.153143008 +0000 UTC\n2022-11-08T07:01:21.210Z\t\u001b[34mINFO\u001b[0m\tVulnerability scanning is enabled\n2022-11-08T07:01:21.210Z\t\u001b[35mDEBUG\u001b[0m\tVulnerability type:  [os library]\n2022-11-08T07:01:21.210Z\t\u001b[34mINFO\u001b[0m\tSecret scanning is enabled\n2022-11-08T07:01:21.210Z\t\u001b[34mINFO\u001b[0m\tIf your scanning is slow, please try '--security-checks vuln' to disable secret scanning\n2022-11-08T07:01:21.210Z\t\u001b[34mINFO\u001b[0m\tPlease see also https://aquasecurity.github.io/trivy/v0.29.2/docs/secret/scanning/#recommendation for faster secret detection\n2022-11-08T07:01:21.289Z\t\u001b[35mDEBUG\u001b[0m\tNo secret config detected: trivy-secret.yaml\n2022-11-08T07:01:21.373Z\t\u001b[35mDEBUG\u001b[0m\tImage ID: sha256:7192b32ac0a4bb32eccc1decbe4d6a52b3a793c8dc6f94c60ae8b7e1c292dc4a\n2022-11-08T07:01:21.373Z\t\u001b[35mDEBUG\u001b[0m\tDiff IDs: [sha256:790889cbb3f391858007a81fcd8d67050ff798c96acf1a2042fb3813b0abf11b sha256:5ebab150a69540efef8ea670fd06f1d77ce9b020ecae53e8ea1bef6be33981e2 sha256:39e3b81297187f3746d3bb68e2a35dfbe50321b8b9603ffe78f106968a8a0ff4 sha256:5c958ec24ffe3a14dc13241d3332cc3cd0e44affa92f1cb9f28326bb65ced660 sha256:3c75a626cf625b7f03dc51ab55749d731fae0a88105a58d003d4e35bcdf1374c sha256:445211d5b7f4b2a07253dfb715219fb276b91661a4e911f10ab5805c1866e738 sha256:551ea8e4b3c5ee8fcbfd518a36ed851e2bffc3fec039b4a1fc7c2327ff2a4667]\n2022-11-08T07:01:21.373Z\t\u001b[35mDEBUG\u001b[0m\tBase Layers: [sha256:790889cbb3f391858007a81fcd8d67050ff798c96acf1a2042fb3813b0abf11b]\n2022-11-08T07:01:21.375Z\t\u001b[35mDEBUG\u001b[0m\tMissing image ID in cache: sha256:7192b32ac0a4bb32eccc1decbe4d6a52b3a793c8dc6f94c60ae8b7e1c292dc4a\n2022-11-08T07:01:21.375Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:551ea8e4b3c5ee8fcbfd518a36ed851e2bffc3fec039b4a1fc7c2327ff2a4667\n2022-11-08T07:01:21.375Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:3c75a626cf625b7f03dc51ab55749d731fae0a88105a58d003d4e35bcdf1374c\n2022-11-08T07:01:21.375Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:445211d5b7f4b2a07253dfb715219fb276b91661a4e911f10ab5805c1866e738\n2022-11-08T07:01:21.416Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/ds-exporter/OfficeDocumentEditorMonitoring.jar\"}\n2022-11-08T07:01:21.417Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/ds-exporter/X3DCommonMonitoringV2.jar\"}\n2022-11-08T07:01:21.419Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/ds-exporter/commons-logging.jar\"}\n2022-11-08T07:01:21.420Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/ds-exporter/fasterxml-jackson-annotations.jar\"}\n2022-11-08T07:01:21.431Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/ds-exporter/fasterxml-jackson-core.jar\"}\n2022-11-08T07:01:21.697Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"X3DCommonMonitoringV2.jar\"}\n2022-11-08T07:01:21.697Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/ds-exporter/fasterxml-jackson-databind.jar\"}\n2022-11-08T07:01:21.698Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"OfficeDocumentEditorMonitoring.jar\"}\n2022-11-08T07:01:21.714Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/ds-exporter/httpclient.jar\"}\n2022-11-08T07:01:21.765Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/ds-exporter/httpcore.jar\"}\n2022-11-08T07:01:21.810Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/ds-exporter/javaee-api7.jar\"}\n2022-11-08T07:01:22.174Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"javaee-api7.jar\"}\n2022-11-08T07:01:22.180Z\t\u001b[34mINFO\u001b[0m\tDetected OS: centos\n2022-11-08T07:01:22.180Z\t\u001b[34mINFO\u001b[0m\tDetecting RHEL/CentOS vulnerabilities...\n2022-11-08T07:01:22.180Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: os version: 7\n2022-11-08T07:01:22.180Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: the number of packages: 149\n2022-11-08T07:01:22.233Z\t\u001b[34mINFO\u001b[0m\tNumber of language-specific files: 1\n2022-11-08T07:01:22.233Z\t\u001b[34mINFO\u001b[0m\tDetecting jar vulnerabilities...\n2022-11-08T07:01:22.233Z\t\u001b[35mDEBUG\u001b[0m\tDetecting library vulnerabilities, type: jar, path: \n","time":"2022-11-08T07:01:22Z"}
{"level":"debug","msg":"Removing scan report tmp file","path":"/home/scanner/.cache/reports/scan_report_1584183422.json","time":"2022-11-08T07:01:22Z"}
{"level":"debug","msg":"Updating reports for scan job","scan_job_id":"80cb5399d1ca3f4daf00f336","time":"2022-11-08T07:01:22Z"}
{"expire":7200,"level":"debug","msg":"Updating scan job","redis_key":"harbor.scanner.trivy:store:scan-job:80cb5399d1ca3f4daf00f336","scan_job_id":"80cb5399d1ca3f4daf00f336","scan_job_status":"Pending","time":"2022-11-08T07:01:22Z"}
{"level":"debug","msg":"Updating status for scan job","new_status":"Finished","scan_job_id":"80cb5399d1ca3f4daf00f336","time":"2022-11-08T07:01:22Z"}
{"expire":7200,"level":"debug","msg":"Updating scan job","redis_key":"harbor.scanner.trivy:store:scan-job:80cb5399d1ca3f4daf00f336","scan_job_id":"80cb5399d1ca3f4daf00f336","scan_job_status":"Finished","time":"2022-11-08T07:01:22Z"}
{"level":"debug","msg":"Scan job has not finished yet","scan_job_id":"d6f18efd315f796cee49803a","scan_job_status":1,"time":"2022-11-08T07:01:24Z"}
{"level":"debug","msg":"Scan job has not finished yet","scan_job_id":"d6f18efd315f796cee49803a","scan_job_status":1,"time":"2022-11-08T07:01:29Z"}
{"level":"debug","msg":"Scan job has not finished yet","scan_job_id":"d6f18efd315f796cee49803a","scan_job_status":1,"time":"2022-11-08T07:01:34Z"}
{"level":"debug","msg":"Scan job has not finished yet","scan_job_id":"d6f18efd315f796cee49803a","scan_job_status":1,"time":"2022-11-08T07:01:39Z"}
{"exit_code":0,"image_ref":"core:8080/test/ds-proxem-proxy@sha256:553f6784c53f53bbed9f38abcc54f484d689ce64b73163973f758e766cf27388","level":"debug","msg":"Running trivy finished","std_out":"2022-11-08T06:59:30.858Z\t\u001b[35mDEBUG\u001b[0m\tSeverities: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL\n2022-11-08T07:01:22.369Z\t\u001b[35mDEBUG\u001b[0m\tcache dir:  /home/scanner/.cache/trivy\n2022-11-08T07:01:22.369Z\t\u001b[35mDEBUG\u001b[0m\tDB update was skipped because the local DB is the latest\n2022-11-08T07:01:22.369Z\t\u001b[35mDEBUG\u001b[0m\tDB Schema: 2, UpdatedAt: 2022-11-08 06:07:23.250983747 +0000 UTC, NextUpdate: 2022-11-08 12:07:23.250983347 +0000 UTC, DownloadedAt: 2022-11-08 06:58:08.153143008 +0000 UTC\n2022-11-08T07:01:22.370Z\t\u001b[34mINFO\u001b[0m\tVulnerability scanning is enabled\n2022-11-08T07:01:22.370Z\t\u001b[35mDEBUG\u001b[0m\tVulnerability type:  [os library]\n2022-11-08T07:01:22.370Z\t\u001b[34mINFO\u001b[0m\tSecret scanning is enabled\n2022-11-08T07:01:22.370Z\t\u001b[34mINFO\u001b[0m\tIf your scanning is slow, please try '--security-checks vuln' to disable secret scanning\n2022-11-08T07:01:22.370Z\t\u001b[34mINFO\u001b[0m\tPlease see also https://aquasecurity.github.io/trivy/v0.29.2/docs/secret/scanning/#recommendation for faster secret detection\n2022-11-08T07:01:22.455Z\t\u001b[35mDEBUG\u001b[0m\tNo secret config detected: trivy-secret.yaml\n2022-11-08T07:01:22.529Z\t\u001b[35mDEBUG\u001b[0m\tImage ID: sha256:fdcd75b70efacffb192e3cdc925b589c4e6e0c6d54e9b7c493aaaa079518527e\n2022-11-08T07:01:22.529Z\t\u001b[35mDEBUG\u001b[0m\tDiff IDs: [sha256:790889cbb3f391858007a81fcd8d67050ff798c96acf1a2042fb3813b0abf11b sha256:4d481269e437c8a76fabbe933b0564b5d41bc9e67a991f7ae1d2e8324d2fc084 sha256:df2dd78201bfd800c2dbba13d3428fae2860a6659613211558f620dd1e70dfb0 sha256:fac30cc5434f025ea27582654bb3a365efa836b81955341316e719b64c294d90 sha256:01293f966152274fa57be34808b6e40f790cf1b7ad2b3357917902df401c2624 sha256:c74c6b6623df32e30638b5ae6f326286d87270f68b90e5004e08b95bdd4da44e sha256:5740bffa69efafa30fac6eb65a3b09ce347f98dbcc583f95c738c6d088738626 sha256:4564be7a3758351ba02732f71d33fc232cf48628568be1c942b0663e5e928741 sha256:24a4440ab44aee6d3cf6478c9908114583933a4f8c8dd522ce22088e2c00dccb sha256:bf063e62a0def2dcc79588123bf19794ac9d90b6ac8559c9b7f6a8a52d8475e3 sha256:560b3f66e762f11280a5c3fbea5574a6444bce5cb43cf0909675762ddb42593c sha256:53a9868844b9c1d08d9750691b86e55141873f0a6af4a19c1d7dda919345c220 sha256:15d53679dd4ac13808e111db02b1cd646bcd0f47da95e42cd6f71baf94ab8dca]\n2022-11-08T07:01:22.529Z\t\u001b[35mDEBUG\u001b[0m\tBase Layers: [sha256:790889cbb3f391858007a81fcd8d67050ff798c96acf1a2042fb3813b0abf11b sha256:4d481269e437c8a76fabbe933b0564b5d41bc9e67a991f7ae1d2e8324d2fc084 sha256:df2dd78201bfd800c2dbba13d3428fae2860a6659613211558f620dd1e70dfb0 sha256:fac30cc5434f025ea27582654bb3a365efa836b81955341316e719b64c294d90]\n2022-11-08T07:01:22.531Z\t\u001b[35mDEBUG\u001b[0m\tMissing image ID in cache: sha256:fdcd75b70efacffb192e3cdc925b589c4e6e0c6d54e9b7c493aaaa079518527e\n2022-11-08T07:01:22.531Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:15d53679dd4ac13808e111db02b1cd646bcd0f47da95e42cd6f71baf94ab8dca\n2022-11-08T07:01:22.531Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:df2dd78201bfd800c2dbba13d3428fae2860a6659613211558f620dd1e70dfb0\n2022-11-08T07:01:22.531Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:4564be7a3758351ba02732f71d33fc232cf48628568be1c942b0663e5e928741\n2022-11-08T07:01:22.531Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:fac30cc5434f025ea27582654bb3a365efa836b81955341316e719b64c294d90\n2022-11-08T07:01:22.531Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:bf063e62a0def2dcc79588123bf19794ac9d90b6ac8559c9b7f6a8a52d8475e3\n2022-11-08T07:01:22.531Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:c74c6b6623df32e30638b5ae6f326286d87270f68b90e5004e08b95bdd4da44e\n2022-11-08T07:01:22.532Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:5740bffa69efafa30fac6eb65a3b09ce347f98dbcc583f95c738c6d088738626\n2022-11-08T07:01:22.532Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:560b3f66e762f11280a5c3fbea5574a6444bce5cb43cf0909675762ddb42593c\n2022-11-08T07:01:22.532Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:24a4440ab44aee6d3cf6478c9908114583933a4f8c8dd522ce22088e2c00dccb\n2022-11-08T07:01:22.532Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:53a9868844b9c1d08d9750691b86e55141873f0a6af4a19c1d7dda919345c220\n2022-11-08T07:01:22.532Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:01293f966152274fa57be34808b6e40f790cf1b7ad2b3357917902df401c2624\n2022-11-08T07:01:22.648Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/bin/bootstrap.jar\"}\n2022-11-08T07:01:22.663Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/bin/commons-daemon.jar\"}\n2022-11-08T07:01:22.667Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/proxem-proxy/lib/ProxemEncrypt.jar\"}\n2022-11-08T07:01:22.668Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/ProxemEncrypt.jar\"}\n2022-11-08T07:01:22.668Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/ProxemAuth.jar\"}\n2022-11-08T07:01:22.668Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/bin/tomcat-juli.jar\"}\n2022-11-08T07:01:22.670Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/ProxemProxy.jar\"}\n2022-11-08T07:01:22.682Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/RegistryClient.jar\"}\n2022-11-08T07:01:22.687Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/bin/bootstrap.jar\"}\n2022-11-08T07:01:22.696Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/bin/commons-daemon.jar\"}\n2022-11-08T07:01:22.703Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/proxem-proxy/lib/ProxemEncrypt.jar\"}\n2022-11-08T07:01:22.710Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/bin/tomcat-juli.jar\"}\n2022-11-08T07:01:22.726Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/bin/bootstrap.jar\"}\n2022-11-08T07:01:22.733Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-broker.jar\"}\n2022-11-08T07:01:22.792Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-client.jar\"}\n2022-11-08T07:01:22.799Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-broker.jar\"}\n2022-11-08T07:01:22.810Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/bin/commons-daemon.jar\"}\n2022-11-08T07:01:22.847Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-client.jar\"}\n2022-11-08T07:01:22.847Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/bin/tomcat-juli.jar\"}\n2022-11-08T07:01:22.934Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"bootstrap.jar\"}\n2022-11-08T07:01:22.934Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-jdbc-store.jar\"}\n2022-11-08T07:01:22.949Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ProxemEncrypt.jar\"}\n2022-11-08T07:01:22.949Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/cas-client-core.jar\"}\n2022-11-08T07:01:22.950Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ProxemAuth.jar\"}\n2022-11-08T07:01:22.951Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ProxemEncrypt.jar\"}\n2022-11-08T07:01:22.957Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ProxemProxy.jar\"}\n2022-11-08T07:01:22.958Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/commons-io.jar\"}\n2022-11-08T07:01:22.962Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/dspassport-cas-client-proxy-filter.jar\"}\n2022-11-08T07:01:22.963Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/fasterxml-jackson-annotations.jar\"}\n2022-11-08T07:01:22.963Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"bootstrap.jar\"}\n2022-11-08T07:01:22.964Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-jdbc-store.jar\"}\n2022-11-08T07:01:22.981Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ProxemEncrypt.jar\"}\n2022-11-08T07:01:23.007Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"bootstrap.jar\"}\n2022-11-08T07:01:23.016Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-broker.jar\"}\n2022-11-08T07:01:23.019Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-daemon.jar\"}\n2022-11-08T07:01:23.019Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-kahadb-store.jar\"}\n2022-11-08T07:01:23.019Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-broker.jar\"}\n2022-11-08T07:01:23.020Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-juli.jar\"}\n2022-11-08T07:01:23.032Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"RegistryClient.jar\"}\n2022-11-08T07:01:23.032Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/fasterxml-jackson-core.jar\"}\n2022-11-08T07:01:23.036Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-openwire-legacy.jar\"}\n2022-11-08T07:01:23.041Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-protobuf.jar\"}\n2022-11-08T07:01:23.055Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-daemon.jar\"}\n2022-11-08T07:01:23.056Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-kahadb-store.jar\"}\n2022-11-08T07:01:23.058Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-client.jar\"}\n2022-11-08T07:01:23.065Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-juli.jar\"}\n2022-11-08T07:01:23.077Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-openwire-legacy.jar\"}\n2022-11-08T07:01:23.153Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-client.jar\"}\n2022-11-08T07:01:23.154Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-ra.jar\"}\n2022-11-08T07:01:23.157Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-broker.jar\"}\n2022-11-08T07:01:23.157Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-protobuf.jar\"}\n2022-11-08T07:01:23.163Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-daemon.jar\"}\n2022-11-08T07:01:23.167Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-jdbc-store.jar\"}\n2022-11-08T07:01:23.203Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-client.jar\"}\n2022-11-08T07:01:23.203Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-ra.jar\"}\n2022-11-08T07:01:23.204Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-juli.jar\"}\n2022-11-08T07:01:23.204Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-kahadb-store.jar\"}\n2022-11-08T07:01:23.215Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-jdbc-store.jar\"}\n2022-11-08T07:01:23.217Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/batchee-jbatch.jar\"}\n2022-11-08T07:01:23.239Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-openwire-legacy.jar\"}\n2022-11-08T07:01:23.243Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"dspassport-cas-client-proxy-filter.jar\"}\n2022-11-08T07:01:23.243Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-jdbc-store.jar\"}\n2022-11-08T07:01:23.244Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/fasterxml-jackson-databind.jar\"}\n2022-11-08T07:01:23.245Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/batchee-jbatch.jar\"}\n2022-11-08T07:01:23.293Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-broker.jar\"}\n2022-11-08T07:01:23.293Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-protobuf.jar\"}\n2022-11-08T07:01:23.297Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cas-client-core.jar\"}\n2022-11-08T07:01:23.297Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/httpclient.jar\"}\n2022-11-08T07:01:23.302Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-kahadb-store.jar\"}\n2022-11-08T07:01:23.312Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-openwire-legacy.jar\"}\n2022-11-08T07:01:23.317Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/httpcore.jar\"}\n2022-11-08T07:01:23.317Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/httpmime.jar\"}\n2022-11-08T07:01:23.337Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-kahadb-store.jar\"}\n2022-11-08T07:01:23.360Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-openwire-legacy.jar\"}\n2022-11-08T07:01:23.377Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/bcprov-jdk15on.jar\"}\n2022-11-08T07:01:23.387Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-protobuf.jar\"}\n2022-11-08T07:01:23.393Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/javaee-api.jar\"}\n2022-11-08T07:01:23.405Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/bval-jsr.jar\"}\n2022-11-08T07:01:23.408Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-ant.jar\"}\n2022-11-08T07:01:23.410Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-client.jar\"}\n2022-11-08T07:01:23.412Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/activemq-ra.jar\"}\n2022-11-08T07:01:23.416Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/bcprov-jdk15on.jar\"}\n2022-11-08T07:01:23.440Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/bval-jsr.jar\"}\n2022-11-08T07:01:23.450Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-jdbc-store.jar\"}\n2022-11-08T07:01:23.453Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-ra.jar\"}\n2022-11-08T07:01:23.453Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-ha.jar\"}\n2022-11-08T07:01:23.454Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/batchee-jbatch.jar\"}\n2022-11-08T07:01:23.479Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-ra.jar\"}\n2022-11-08T07:01:23.479Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-ant.jar\"}\n2022-11-08T07:01:23.484Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-kahadb-store.jar\"}\n2022-11-08T07:01:23.494Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"batchee-jbatch.jar\"}\n2022-11-08T07:01:23.494Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-ssi.jar\"}\n2022-11-08T07:01:23.523Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-openwire-legacy.jar\"}\n2022-11-08T07:01:23.525Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/logback-classic.jar\"}\n2022-11-08T07:01:23.527Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"batchee-jbatch.jar\"}\n2022-11-08T07:01:23.529Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-ha.jar\"}\n2022-11-08T07:01:23.566Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/bcprov-jdk15on.jar\"}\n2022-11-08T07:01:23.568Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-protobuf.jar\"}\n2022-11-08T07:01:23.569Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-ssi.jar\"}\n2022-11-08T07:01:23.587Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/bval-jsr.jar\"}\n2022-11-08T07:01:23.646Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/logback-core.jar\"}\n2022-11-08T07:01:23.647Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-protobuf.jar\"}\n2022-11-08T07:01:23.649Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-ant.jar\"}\n2022-11-08T07:01:23.669Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/slf4j-api.jar\"}\n2022-11-08T07:01:23.694Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-ant.jar\"}\n2022-11-08T07:01:23.694Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-storeconfig.jar\"}\n2022-11-08T07:01:23.698Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"activemq-ra.jar\"}\n2022-11-08T07:01:23.699Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-ha.jar\"}\n2022-11-08T07:01:23.740Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"batchee-jbatch.jar\"}\n2022-11-08T07:01:23.743Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-ssi.jar\"}\n2022-11-08T07:01:23.760Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-ant.jar\"}\n2022-11-08T07:01:23.760Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-storeconfig.jar\"}\n2022-11-08T07:01:23.772Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"bval-jsr.jar\"}\n2022-11-08T07:01:23.772Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-tribes.jar\"}\n2022-11-08T07:01:23.777Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"bcprov-jdk15on.jar\"}\n2022-11-08T07:01:23.788Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"bval-jsr.jar\"}\n2022-11-08T07:01:23.788Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-tribes.jar\"}\n2022-11-08T07:01:23.793Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"bcprov-jdk15on.jar\"}\n2022-11-08T07:01:23.799Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-ha.jar\"}\n2022-11-08T07:01:23.824Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina.jar\"}\n2022-11-08T07:01:23.831Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-beanutils.jar\"}\n2022-11-08T07:01:23.840Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-ssi.jar\"}\n2022-11-08T07:01:23.840Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-cli.jar\"}\n2022-11-08T07:01:23.849Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina.jar\"}\n2022-11-08T07:01:23.875Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-ha.jar\"}\n2022-11-08T07:01:23.875Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-beanutils.jar\"}\n2022-11-08T07:01:23.923Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-ant.jar\"}\n2022-11-08T07:01:23.923Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-ssi.jar\"}\n2022-11-08T07:01:23.924Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-storeconfig.jar\"}\n2022-11-08T07:01:23.925Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-cli.jar\"}\n2022-11-08T07:01:23.936Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"bval-jsr.jar\"}\n2022-11-08T07:01:23.936Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina-tribes.jar\"}\n2022-11-08T07:01:23.941Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"bcprov-jdk15on.jar\"}\n2022-11-08T07:01:23.971Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/catalina.jar\"}\n2022-11-08T07:01:24.042Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-storeconfig.jar\"}\n2022-11-08T07:01:24.043Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-codec.jar\"}\n2022-11-08T07:01:24.057Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-ha.jar\"}\n2022-11-08T07:01:24.057Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-beanutils.jar\"}\n2022-11-08T07:01:24.087Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-ssi.jar\"}\n2022-11-08T07:01:24.087Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-cli.jar\"}\n2022-11-08T07:01:24.106Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-storeconfig.jar\"}\n2022-11-08T07:01:24.106Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-codec.jar\"}\n2022-11-08T07:01:24.122Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-tribes.jar\"}\n2022-11-08T07:01:24.122Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-collections.jar\"}\n2022-11-08T07:01:24.127Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-tribes.jar\"}\n2022-11-08T07:01:24.127Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-collections.jar\"}\n2022-11-08T07:01:24.173Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-beanutils.jar\"}\n2022-11-08T07:01:24.179Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina.jar\"}\n2022-11-08T07:01:24.181Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-dbcp2.jar\"}\n2022-11-08T07:01:24.185Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-digester.jar\"}\n2022-11-08T07:01:24.191Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-cli.jar\"}\n2022-11-08T07:01:24.203Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina.jar\"}\n2022-11-08T07:01:24.204Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-dbcp2.jar\"}\n2022-11-08T07:01:24.206Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-jcs-core.jar\"}\n2022-11-08T07:01:24.226Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-beanutils.jar\"}\n2022-11-08T07:01:24.227Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-digester.jar\"}\n2022-11-08T07:01:24.266Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-cli.jar\"}\n2022-11-08T07:01:24.268Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-jcs-core.jar\"}\n2022-11-08T07:01:24.275Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-storeconfig.jar\"}\n2022-11-08T07:01:24.277Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-codec.jar\"}\n2022-11-08T07:01:24.288Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina-tribes.jar\"}\n2022-11-08T07:01:24.290Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-collections.jar\"}\n2022-11-08T07:01:24.318Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"catalina.jar\"}\n2022-11-08T07:01:24.318Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-dbcp2.jar\"}\n2022-11-08T07:01:24.388Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-codec.jar\"}\n2022-11-08T07:01:24.389Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-jcs-jcache.jar\"}\n2022-11-08T07:01:24.404Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-beanutils.jar\"}\n2022-11-08T07:01:24.404Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-digester.jar\"}\n2022-11-08T07:01:24.435Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-cli.jar\"}\n2022-11-08T07:01:24.437Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-jcs-core.jar\"}\n2022-11-08T07:01:24.454Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-codec.jar\"}\n2022-11-08T07:01:24.455Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-jcs-jcache.jar\"}\n2022-11-08T07:01:24.477Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-collections.jar\"}\n2022-11-08T07:01:24.478Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-collections.jar\"}\n2022-11-08T07:01:24.480Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-lang3.jar\"}\n2022-11-08T07:01:24.480Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-lang3.jar\"}\n2022-11-08T07:01:24.538Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-dbcp2.jar\"}\n2022-11-08T07:01:24.539Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-logging.jar\"}\n2022-11-08T07:01:24.542Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-digester.jar\"}\n2022-11-08T07:01:24.545Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-pool2.jar\"}\n2022-11-08T07:01:24.553Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-dbcp2.jar\"}\n2022-11-08T07:01:24.556Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-logging.jar\"}\n2022-11-08T07:01:24.560Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-jcs-core.jar\"}\n2022-11-08T07:01:24.566Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cryptacular.jar\"}\n2022-11-08T07:01:24.575Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-digester.jar\"}\n2022-11-08T07:01:24.578Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-pool2.jar\"}\n2022-11-08T07:01:24.623Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-jcs-core.jar\"}\n2022-11-08T07:01:24.623Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cryptacular.jar\"}\n2022-11-08T07:01:24.632Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-codec.jar\"}\n2022-11-08T07:01:24.632Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-jcs-jcache.jar\"}\n2022-11-08T07:01:24.662Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-dbcp2.jar\"}\n2022-11-08T07:01:24.662Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-lang3.jar\"}\n2022-11-08T07:01:24.713Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-collections.jar\"}\n2022-11-08T07:01:24.714Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-logging.jar\"}\n2022-11-08T07:01:24.740Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-jcs-jcache.jar\"}\n2022-11-08T07:01:24.740Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-bindings-soap.jar\"}\n2022-11-08T07:01:24.757Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-digester.jar\"}\n2022-11-08T07:01:24.758Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/commons-pool2.jar\"}\n2022-11-08T07:01:24.782Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-jcs-core.jar\"}\n2022-11-08T07:01:24.782Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cryptacular.jar\"}\n2022-11-08T07:01:24.816Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-jcs-jcache.jar\"}\n2022-11-08T07:01:24.816Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-bindings-soap.jar\"}\n2022-11-08T07:01:24.828Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-lang3.jar\"}\n2022-11-08T07:01:24.828Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-bindings-xml.jar\"}\n2022-11-08T07:01:24.831Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-lang3.jar\"}\n2022-11-08T07:01:24.832Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-bindings-xml.jar\"}\n2022-11-08T07:01:24.889Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-logging.jar\"}\n2022-11-08T07:01:24.890Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-frontend-jaxws.jar\"}\n2022-11-08T07:01:24.896Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-pool2.jar\"}\n2022-11-08T07:01:24.896Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-frontend-simple.jar\"}\n2022-11-08T07:01:24.909Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-logging.jar\"}\n2022-11-08T07:01:24.909Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-frontend-jaxws.jar\"}\n2022-11-08T07:01:24.922Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cryptacular.jar\"}\n2022-11-08T07:01:24.922Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-management.jar\"}\n2022-11-08T07:01:24.933Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-pool2.jar\"}\n2022-11-08T07:01:24.933Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-frontend-simple.jar\"}\n2022-11-08T07:01:24.973Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cryptacular.jar\"}\n2022-11-08T07:01:24.974Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-management.jar\"}\n2022-11-08T07:01:24.983Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-jcs-jcache.jar\"}\n2022-11-08T07:01:24.983Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-bindings-soap.jar\"}\n2022-11-08T07:01:25.010Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-lang3.jar\"}\n2022-11-08T07:01:25.010Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-bindings-xml.jar\"}\n2022-11-08T07:01:25.078Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-logging.jar\"}\n2022-11-08T07:01:25.078Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-frontend-jaxws.jar\"}\n2022-11-08T07:01:25.079Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-bindings-soap.jar\"}\n2022-11-08T07:01:25.079Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-extension-providers.jar\"}\n2022-11-08T07:01:25.115Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"commons-pool2.jar\"}\n2022-11-08T07:01:25.115Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-frontend-simple.jar\"}\n2022-11-08T07:01:25.119Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cryptacular.jar\"}\n2022-11-08T07:01:25.119Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-management.jar\"}\n2022-11-08T07:01:25.171Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-bindings-soap.jar\"}\n2022-11-08T07:01:25.171Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-extension-providers.jar\"}\n2022-11-08T07:01:25.173Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-bindings-xml.jar\"}\n2022-11-08T07:01:25.174Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-extension-search.jar\"}\n2022-11-08T07:01:25.189Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-bindings-xml.jar\"}\n2022-11-08T07:01:25.189Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-extension-search.jar\"}\n2022-11-08T07:01:25.240Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-frontend-jaxws.jar\"}\n2022-11-08T07:01:25.240Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-json-basic.jar\"}\n2022-11-08T07:01:25.252Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-frontend-jaxws.jar\"}\n2022-11-08T07:01:25.252Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-json-basic.jar\"}\n2022-11-08T07:01:25.267Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-management.jar\"}\n2022-11-08T07:01:25.267Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-mp-client.jar\"}\n2022-11-08T07:01:25.282Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-frontend-simple.jar\"}\n2022-11-08T07:01:25.282Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-mp-client.jar\"}\n2022-11-08T07:01:25.320Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-management.jar\"}\n2022-11-08T07:01:25.320Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-cors.jar\"}\n2022-11-08T07:01:25.340Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-bindings-soap.jar\"}\n2022-11-08T07:01:25.340Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-extension-providers.jar\"}\n2022-11-08T07:01:25.355Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-bindings-xml.jar\"}\n2022-11-08T07:01:25.355Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-extension-search.jar\"}\n2022-11-08T07:01:25.383Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-frontend-simple.jar\"}\n2022-11-08T07:01:25.383Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-cors.jar\"}\n2022-11-08T07:01:25.422Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-frontend-jaxws.jar\"}\n2022-11-08T07:01:25.422Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-json-basic.jar\"}\n2022-11-08T07:01:25.424Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-extension-providers.jar\"}\n2022-11-08T07:01:25.425Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-jose-jaxrs.jar\"}\n2022-11-08T07:01:25.456Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-frontend-simple.jar\"}\n2022-11-08T07:01:25.456Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-mp-client.jar\"}\n2022-11-08T07:01:25.471Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-management.jar\"}\n2022-11-08T07:01:25.471Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-cors.jar\"}\n2022-11-08T07:01:25.518Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-extension-providers.jar\"}\n2022-11-08T07:01:25.518Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-jose-jaxrs.jar\"}\n2022-11-08T07:01:25.523Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-extension-search.jar\"}\n2022-11-08T07:01:25.525Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-jose.jar\"}\n2022-11-08T07:01:25.536Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-extension-search.jar\"}\n2022-11-08T07:01:25.536Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-jose.jar\"}\n2022-11-08T07:01:25.590Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-json-basic.jar\"}\n2022-11-08T07:01:25.590Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-oauth2.jar\"}\n2022-11-08T07:01:25.597Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-json-basic.jar\"}\n2022-11-08T07:01:25.598Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-oauth2.jar\"}\n2022-11-08T07:01:25.667Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-cors.jar\"}\n2022-11-08T07:01:25.669Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-service-description.jar\"}\n2022-11-08T07:01:25.687Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-extension-providers.jar\"}\n2022-11-08T07:01:25.688Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-jose-jaxrs.jar\"}\n2022-11-08T07:01:25.703Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-extension-search.jar\"}\n2022-11-08T07:01:25.703Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-jose.jar\"}\n2022-11-08T07:01:25.726Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-mp-client.jar\"}\n2022-11-08T07:01:25.726Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-sse.jar\"}\n2022-11-08T07:01:25.730Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-cors.jar\"}\n2022-11-08T07:01:25.730Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-service-description.jar\"}\n2022-11-08T07:01:25.755Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-mp-client.jar\"}\n2022-11-08T07:01:25.756Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-sse.jar\"}\n2022-11-08T07:01:25.768Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-json-basic.jar\"}\n2022-11-08T07:01:25.769Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-security-oauth2.jar\"}\n2022-11-08T07:01:25.799Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-mp-client.jar\"}\n2022-11-08T07:01:25.800Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-service-description.jar\"}\n2022-11-08T07:01:25.819Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-cors.jar\"}\n2022-11-08T07:01:25.820Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-rs-sse.jar\"}\n2022-11-08T07:01:25.865Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-jose-jaxrs.jar\"}\n2022-11-08T07:01:25.865Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-jose.jar\"}\n2022-11-08T07:01:25.868Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-security-saml.jar\"}\n2022-11-08T07:01:25.871Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-security-saml.jar\"}\n2022-11-08T07:01:25.881Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-jose-jaxrs.jar\"}\n2022-11-08T07:01:25.884Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-security.jar\"}\n2022-11-08T07:01:25.885Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-jose.jar\"}\n2022-11-08T07:01:25.886Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-security.jar\"}\n2022-11-08T07:01:25.947Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-oauth2.jar\"}\n2022-11-08T07:01:25.947Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-ws-addr.jar\"}\n2022-11-08T07:01:26.010Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-oauth2.jar\"}\n2022-11-08T07:01:26.010Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-ws-addr.jar\"}\n2022-11-08T07:01:26.022Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-service-description.jar\"}\n2022-11-08T07:01:26.023Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-ws-policy.jar\"}\n2022-11-08T07:01:26.029Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-jose-jaxrs.jar\"}\n2022-11-08T07:01:26.030Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-security-saml.jar\"}\n2022-11-08T07:01:26.059Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-jose.jar\"}\n2022-11-08T07:01:26.059Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-security.jar\"}\n2022-11-08T07:01:26.080Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-sse.jar\"}\n2022-11-08T07:01:26.080Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-ws-security.jar\"}\n2022-11-08T07:01:26.084Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-service-description.jar\"}\n2022-11-08T07:01:26.084Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-ws-policy.jar\"}\n2022-11-08T07:01:26.108Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-sse.jar\"}\n2022-11-08T07:01:26.108Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-ws-security.jar\"}\n2022-11-08T07:01:26.120Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-security-oauth2.jar\"}\n2022-11-08T07:01:26.122Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-ws-addr.jar\"}\n2022-11-08T07:01:26.153Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-service-description.jar\"}\n2022-11-08T07:01:26.154Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-ws-policy.jar\"}\n2022-11-08T07:01:26.161Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-rs-sse.jar\"}\n2022-11-08T07:01:26.179Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-ws-security.jar\"}\n2022-11-08T07:01:26.219Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-security-saml.jar\"}\n2022-11-08T07:01:26.219Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-wsdl.jar\"}\n2022-11-08T07:01:26.225Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-security-saml.jar\"}\n2022-11-08T07:01:26.226Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-wsdl.jar\"}\n2022-11-08T07:01:26.229Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-security.jar\"}\n2022-11-08T07:01:26.240Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-security.jar\"}\n2022-11-08T07:01:26.290Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-ws-addr.jar\"}\n2022-11-08T07:01:26.341Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-shade.jar\"}\n2022-11-08T07:01:26.344Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-shade.jar\"}\n2022-11-08T07:01:26.362Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-ws-addr.jar\"}\n2022-11-08T07:01:26.381Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-security-saml.jar\"}\n2022-11-08T07:01:26.386Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-ws-policy.jar\"}\n2022-11-08T07:01:26.386Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-rt-wsdl.jar\"}\n2022-11-08T07:01:26.406Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-security.jar\"}\n2022-11-08T07:01:26.426Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/ecj.jar\"}\n2022-11-08T07:01:26.449Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-ws-security.jar\"}\n2022-11-08T07:01:26.462Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-ws-policy.jar\"}\n2022-11-08T07:01:26.463Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-ws-security.jar\"}\n2022-11-08T07:01:26.476Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/ecj.jar\"}\n2022-11-08T07:01:26.479Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-ws-addr.jar\"}\n2022-11-08T07:01:26.493Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/ehcache.jar\"}\n2022-11-08T07:01:26.496Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"org/ehcache/sizeof/impl/sizeof-agent.jar\"}\n2022-11-08T07:01:26.498Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/el-api.jar\"}\n2022-11-08T07:01:26.504Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-ws-policy.jar\"}\n2022-11-08T07:01:26.505Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/cxf-shade.jar\"}\n2022-11-08T07:01:26.536Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/ehcache.jar\"}\n2022-11-08T07:01:26.537Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/el-api.jar\"}\n2022-11-08T07:01:26.539Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"org/ehcache/sizeof/impl/sizeof-agent.jar\"}\n2022-11-08T07:01:26.548Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-ws-security.jar\"}\n2022-11-08T07:01:26.567Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-wsdl.jar\"}\n2022-11-08T07:01:26.567Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-config-impl.jar\"}\n2022-11-08T07:01:26.577Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-wsdl.jar\"}\n2022-11-08T07:01:26.577Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/ecj.jar\"}\n2022-11-08T07:01:26.578Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-config-impl.jar\"}\n2022-11-08T07:01:26.626Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/ehcache.jar\"}\n2022-11-08T07:01:26.629Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"org/ehcache/sizeof/impl/sizeof-agent.jar\"}\n2022-11-08T07:01:26.631Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/el-api.jar\"}\n2022-11-08T07:01:26.706Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-shade.jar\"}\n2022-11-08T07:01:26.707Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-connector.jar\"}\n2022-11-08T07:01:26.719Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-shade.jar\"}\n2022-11-08T07:01:26.719Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-connector.jar\"}\n2022-11-08T07:01:26.737Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-rt-wsdl.jar\"}\n2022-11-08T07:01:26.737Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-config-impl.jar\"}\n2022-11-08T07:01:26.770Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"sizeof-agent.jar\"}\n2022-11-08T07:01:26.822Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"sizeof-agent.jar\"}\n2022-11-08T07:01:26.837Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ecj.jar\"}\n2022-11-08T07:01:26.837Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-health-common.jar\"}\n2022-11-08T07:01:26.841Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ecj.jar\"}\n2022-11-08T07:01:26.841Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-health-common.jar\"}\n2022-11-08T07:01:26.894Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"el-api.jar\"}\n2022-11-08T07:01:26.896Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-health.jar\"}\n2022-11-08T07:01:26.908Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"sizeof-agent.jar\"}\n2022-11-08T07:01:26.912Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"el-api.jar\"}\n2022-11-08T07:01:26.913Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-config-impl.jar\"}\n2022-11-08T07:01:26.913Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-health.jar\"}\n2022-11-08T07:01:26.916Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ehcache.jar\"}\n2022-11-08T07:01:26.922Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-config-impl.jar\"}\n2022-11-08T07:01:26.922Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-javamail_1.6_mail.jar\"}\n2022-11-08T07:01:26.928Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ecj.jar\"}\n2022-11-08T07:01:26.928Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-connector.jar\"}\n2022-11-08T07:01:26.930Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-javamail_1.6_mail.jar\"}\n2022-11-08T07:01:26.932Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-jcache_1.0_spec-1.0-alpha.jar\"}\n2022-11-08T07:01:26.965Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ehcache.jar\"}\n2022-11-08T07:01:26.966Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-jcache_1.0_spec-1.0-alpha.jar\"}\n2022-11-08T07:01:26.972Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cxf-shade.jar\"}\n2022-11-08T07:01:26.973Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-health-common.jar\"}\n2022-11-08T07:01:26.983Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"el-api.jar\"}\n2022-11-08T07:01:26.984Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-health.jar\"}\n2022-11-08T07:01:27.051Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ehcache.jar\"}\n2022-11-08T07:01:27.052Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-javamail_1.6_mail.jar\"}\n2022-11-08T07:01:27.055Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-connector.jar\"}\n2022-11-08T07:01:27.056Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-metrics-common.jar\"}\n2022-11-08T07:01:27.070Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-connector.jar\"}\n2022-11-08T07:01:27.070Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-metrics-common.jar\"}\n2022-11-08T07:01:27.079Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-config-impl.jar\"}\n2022-11-08T07:01:27.079Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-jcache_1.0_spec-1.0-alpha.jar\"}\n2022-11-08T07:01:27.186Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-health-common.jar\"}\n2022-11-08T07:01:27.187Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-metrics.jar\"}\n2022-11-08T07:01:27.203Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-health-common.jar\"}\n2022-11-08T07:01:27.203Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-metrics.jar\"}\n2022-11-08T07:01:27.246Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-health.jar\"}\n2022-11-08T07:01:27.247Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-openapi-impl.jar\"}\n2022-11-08T07:01:27.277Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-connector.jar\"}\n2022-11-08T07:01:27.278Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-metrics-common.jar\"}\n2022-11-08T07:01:27.280Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-javamail_1.6_mail.jar\"}\n2022-11-08T07:01:27.281Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-openapi-impl.jar\"}\n2022-11-08T07:01:27.282Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-jcache_1.0_spec-1.0-alpha.jar\"}\n2022-11-08T07:01:27.308Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-javamail_1.6_mail.jar\"}\n2022-11-08T07:01:27.308Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-opentracing.jar\"}\n2022-11-08T07:01:27.320Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-health-common.jar\"}\n2022-11-08T07:01:27.321Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-metrics.jar\"}\n2022-11-08T07:01:27.354Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-opentracing.jar\"}\n2022-11-08T07:01:27.387Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-jcache_1.0_spec-1.0-alpha.jar\"}\n2022-11-08T07:01:27.404Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-metrics-common.jar\"}\n2022-11-08T07:01:27.405Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-transaction.jar\"}\n2022-11-08T07:01:27.409Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-javamail_1.6_mail.jar\"}\n2022-11-08T07:01:27.410Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-openapi-impl.jar\"}\n2022-11-08T07:01:27.420Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-metrics-common.jar\"}\n2022-11-08T07:01:27.421Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-transaction.jar\"}\n2022-11-08T07:01:27.426Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-jcache_1.0_spec-1.0-alpha.jar\"}\n2022-11-08T07:01:27.459Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/hawtbuf.jar\"}\n2022-11-08T07:01:27.487Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-health.jar\"}\n2022-11-08T07:01:27.487Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-health.jar\"}\n2022-11-08T07:01:27.487Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-opentracing.jar\"}\n2022-11-08T07:01:27.487Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/hawtbuf.jar\"}\n2022-11-08T07:01:27.496Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/geronimo-transaction.jar\"}\n2022-11-08T07:01:27.528Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-metrics.jar\"}\n2022-11-08T07:01:27.528Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/howl.jar\"}\n2022-11-08T07:01:27.555Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-metrics.jar\"}\n2022-11-08T07:01:27.556Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/howl.jar\"}\n2022-11-08T07:01:27.601Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-openapi-impl.jar\"}\n2022-11-08T07:01:27.601Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/hsqldb.jar\"}\n2022-11-08T07:01:27.621Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-metrics-common.jar\"}\n2022-11-08T07:01:27.622Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/hawtbuf.jar\"}\n2022-11-08T07:01:27.623Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-openapi-impl.jar\"}\n2022-11-08T07:01:27.627Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/hsqldb.jar\"}\n2022-11-08T07:01:27.653Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-opentracing.jar\"}\n2022-11-08T07:01:27.654Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/istack-commons-runtime.jar\"}\n2022-11-08T07:01:27.672Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-metrics.jar\"}\n2022-11-08T07:01:27.675Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/howl.jar\"}\n2022-11-08T07:01:27.700Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-opentracing.jar\"}\n2022-11-08T07:01:27.702Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/istack-commons-runtime.jar\"}\n2022-11-08T07:01:27.736Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-annotations.jar\"}\n2022-11-08T07:01:27.764Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-openapi-impl.jar\"}\n2022-11-08T07:01:27.764Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/hsqldb.jar\"}\n2022-11-08T07:01:27.766Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-annotations.jar\"}\n2022-11-08T07:01:27.772Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-transaction.jar\"}\n2022-11-08T07:01:27.772Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-transaction.jar\"}\n2022-11-08T07:01:27.774Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-core.jar\"}\n2022-11-08T07:01:27.778Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-core.jar\"}\n2022-11-08T07:01:27.808Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"howl.jar\"}\n2022-11-08T07:01:27.817Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-databind.jar\"}\n2022-11-08T07:01:27.824Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-opentracing.jar\"}\n2022-11-08T07:01:27.824Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/istack-commons-runtime.jar\"}\n2022-11-08T07:01:27.838Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"howl.jar\"}\n2022-11-08T07:01:27.838Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-databind.jar\"}\n2022-11-08T07:01:27.843Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"geronimo-transaction.jar\"}\n2022-11-08T07:01:27.843Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-annotations.jar\"}\n2022-11-08T07:01:27.896Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-core.jar\"}\n2022-11-08T07:01:27.946Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"hsqldb.jar\"}\n2022-11-08T07:01:27.947Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-dataformat-yaml.jar\"}\n2022-11-08T07:01:27.954Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"howl.jar\"}\n2022-11-08T07:01:27.955Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-databind.jar\"}\n2022-11-08T07:01:27.980Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"hsqldb.jar\"}\n2022-11-08T07:01:27.981Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-dataformat-yaml.jar\"}\n2022-11-08T07:01:28.002Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"istack-commons-runtime.jar\"}\n2022-11-08T07:01:28.002Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jakarta.activation.jar\"}\n2022-11-08T07:01:28.052Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"istack-commons-runtime.jar\"}\n2022-11-08T07:01:28.052Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jakarta.activation.jar\"}\n2022-11-08T07:01:28.082Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jackson-annotations.jar\"}\n2022-11-08T07:01:28.083Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jakarta.xml.bind-api.jar\"}\n2022-11-08T07:01:28.095Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jasper-el.jar\"}\n2022-11-08T07:01:28.118Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jakarta.xml.bind-api.jar\"}\n2022-11-08T07:01:28.119Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"hsqldb.jar\"}\n2022-11-08T07:01:28.120Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jackson-dataformat-yaml.jar\"}\n2022-11-08T07:01:28.121Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jackson-annotations.jar\"}\n2022-11-08T07:01:28.123Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jasper-el.jar\"}\n2022-11-08T07:01:28.174Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"istack-commons-runtime.jar\"}\n2022-11-08T07:01:28.175Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jakarta.activation.jar\"}\n2022-11-08T07:01:28.178Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jackson-core.jar\"}\n2022-11-08T07:01:28.179Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jasper.jar\"}\n2022-11-08T07:01:28.192Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jackson-annotations.jar\"}\n2022-11-08T07:01:28.192Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jakarta.xml.bind-api.jar\"}\n2022-11-08T07:01:28.235Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jasper-el.jar\"}\n2022-11-08T07:01:28.247Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jackson-core.jar\"}\n2022-11-08T07:01:28.247Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jasper.jar\"}\n2022-11-08T07:01:28.251Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jackson-core.jar\"}\n2022-11-08T07:01:28.252Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jasper.jar\"}\n2022-11-08T07:01:28.291Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jackson-dataformat-yaml.jar\"}\n2022-11-08T07:01:28.291Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jaspic-api.jar\"}\n2022-11-08T07:01:28.327Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jackson-dataformat-yaml.jar\"}\n2022-11-08T07:01:28.329Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jaspic-api.jar\"}\n2022-11-08T07:01:28.352Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jakarta.activation.jar\"}\n2022-11-08T07:01:28.352Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jasypt.jar\"}\n2022-11-08T07:01:28.404Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jakarta.activation.jar\"}\n2022-11-08T07:01:28.404Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jasypt.jar\"}\n2022-11-08T07:01:28.420Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jakarta.xml.bind-api.jar\"}\n2022-11-08T07:01:28.420Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/java-support.jar\"}\n2022-11-08T07:01:28.438Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jasper-el.jar\"}\n2022-11-08T07:01:28.441Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/javaee-api.jar\"}\n2022-11-08T07:01:28.464Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jackson-dataformat-yaml.jar\"}\n2022-11-08T07:01:28.464Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jaspic-api.jar\"}\n2022-11-08T07:01:28.467Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jakarta.xml.bind-api.jar\"}\n2022-11-08T07:01:28.468Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/java-support.jar\"}\n2022-11-08T07:01:28.470Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jasper-el.jar\"}\n2022-11-08T07:01:28.494Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/javaee-api.jar\"}\n2022-11-08T07:01:28.525Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jakarta.activation.jar\"}\n2022-11-08T07:01:28.526Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jasypt.jar\"}\n2022-11-08T07:01:28.527Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jasper.jar\"}\n2022-11-08T07:01:28.528Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jaxb-runtime.jar\"}\n2022-11-08T07:01:28.547Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jakarta.xml.bind-api.jar\"}\n2022-11-08T07:01:28.548Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/java-support.jar\"}\n2022-11-08T07:01:28.575Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jasper-el.jar\"}\n2022-11-08T07:01:28.575Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/javaee-api.jar\"}\n2022-11-08T07:01:28.591Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jasper.jar\"}\n2022-11-08T07:01:28.592Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jaxb-runtime.jar\"}\n2022-11-08T07:01:28.606Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jasper.jar\"}\n2022-11-08T07:01:28.607Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jaxb-runtime.jar\"}\n2022-11-08T07:01:28.631Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jasypt.jar\"}\n2022-11-08T07:01:28.631Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/joda-time.jar\"}\n2022-11-08T07:01:28.642Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jaspic-api.jar\"}\n2022-11-08T07:01:28.642Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-core.jar\"}\n2022-11-08T07:01:28.679Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jaspic-api.jar\"}\n2022-11-08T07:01:28.679Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/joda-time.jar\"}\n2022-11-08T07:01:28.684Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jasypt.jar\"}\n2022-11-08T07:01:28.684Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-core.jar\"}\n2022-11-08T07:01:28.697Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"java-support.jar\"}\n2022-11-08T07:01:28.697Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-jaxrs.jar\"}\n2022-11-08T07:01:28.742Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"java-support.jar\"}\n2022-11-08T07:01:28.745Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-jaxrs.jar\"}\n2022-11-08T07:01:28.793Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"javaee-api.jar\"}\n2022-11-08T07:01:28.794Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-jsonb.jar\"}\n2022-11-08T07:01:28.806Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jasypt.jar\"}\n2022-11-08T07:01:28.806Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/joda-time.jar\"}\n2022-11-08T07:01:28.812Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jaspic-api.jar\"}\n2022-11-08T07:01:28.813Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-core.jar\"}\n2022-11-08T07:01:28.830Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"java-support.jar\"}\n2022-11-08T07:01:28.831Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-jaxrs.jar\"}\n2022-11-08T07:01:28.851Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"javaee-api.jar\"}\n2022-11-08T07:01:28.851Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-jsonb.jar\"}\n2022-11-08T07:01:28.876Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jaxb-runtime.jar\"}\n2022-11-08T07:01:28.878Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-jsonp-strict.jar\"}\n2022-11-08T07:01:28.923Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"javaee-api.jar\"}\n2022-11-08T07:01:28.923Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-jsonb.jar\"}\n2022-11-08T07:01:28.946Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jaxb-runtime.jar\"}\n2022-11-08T07:01:28.946Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-jsonp-strict.jar\"}\n2022-11-08T07:01:28.961Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jaxb-runtime.jar\"}\n2022-11-08T07:01:28.961Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-jsonp-strict.jar\"}\n2022-11-08T07:01:28.976Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"joda-time.jar\"}\n2022-11-08T07:01:28.978Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-mapper.jar\"}\n2022-11-08T07:01:28.991Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-core.jar\"}\n2022-11-08T07:01:28.993Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jose4j.jar\"}\n2022-11-08T07:01:29.033Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"joda-time.jar\"}\n2022-11-08T07:01:29.033Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-core.jar\"}\n2022-11-08T07:01:29.033Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-mapper.jar\"}\n2022-11-08T07:01:29.040Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jose4j.jar\"}\n2022-11-08T07:01:29.044Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-jaxrs.jar\"}\n2022-11-08T07:01:29.044Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jsp-api.jar\"}\n2022-11-08T07:01:29.112Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-jaxrs.jar\"}\n2022-11-08T07:01:29.112Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jsp-api.jar\"}\n2022-11-08T07:01:29.142Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-jsonb.jar\"}\n2022-11-08T07:01:29.142Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mbean-annotation-api.jar\"}\n2022-11-08T07:01:29.157Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"joda-time.jar\"}\n2022-11-08T07:01:29.158Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/johnzon-mapper.jar\"}\n2022-11-08T07:01:29.158Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-core.jar\"}\n2022-11-08T07:01:29.164Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jose4j.jar\"}\n2022-11-08T07:01:29.200Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-jsonb.jar\"}\n2022-11-08T07:01:29.200Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mbean-annotation-api.jar\"}\n2022-11-08T07:01:29.239Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-jsonp-strict.jar\"}\n2022-11-08T07:01:29.239Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-config-api.jar\"}\n2022-11-08T07:01:29.255Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-jaxrs.jar\"}\n2022-11-08T07:01:29.256Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/jsp-api.jar\"}\n2022-11-08T07:01:29.269Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-fault-tolerance-api.jar\"}\n2022-11-08T07:01:29.275Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-jsonb.jar\"}\n2022-11-08T07:01:29.275Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mbean-annotation-api.jar\"}\n2022-11-08T07:01:29.306Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-jsonp-strict.jar\"}\n2022-11-08T07:01:29.306Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-config-api.jar\"}\n2022-11-08T07:01:29.307Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-jsonp-strict.jar\"}\n2022-11-08T07:01:29.307Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-config-api.jar\"}\n2022-11-08T07:01:29.317Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-fault-tolerance-api.jar\"}\n2022-11-08T07:01:29.324Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-mapper.jar\"}\n2022-11-08T07:01:29.324Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-health-api.jar\"}\n2022-11-08T07:01:29.383Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-mapper.jar\"}\n2022-11-08T07:01:29.383Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-health-api.jar\"}\n2022-11-08T07:01:29.390Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jsp-api.jar\"}\n2022-11-08T07:01:29.390Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-jwt-auth-api.jar\"}\n2022-11-08T07:01:29.443Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-fault-tolerance-api.jar\"}\n2022-11-08T07:01:29.456Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jsp-api.jar\"}\n2022-11-08T07:01:29.456Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-jwt-auth-api.jar\"}\n2022-11-08T07:01:29.487Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mbean-annotation-api.jar\"}\n2022-11-08T07:01:29.487Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-metrics-api.jar\"}\n2022-11-08T07:01:29.508Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"johnzon-mapper.jar\"}\n2022-11-08T07:01:29.508Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-health-api.jar\"}\n2022-11-08T07:01:29.548Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mbean-annotation-api.jar\"}\n2022-11-08T07:01:29.548Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-metrics-api.jar\"}\n2022-11-08T07:01:29.603Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"jsp-api.jar\"}\n2022-11-08T07:01:29.603Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-jwt-auth-api.jar\"}\n2022-11-08T07:01:29.612Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-fault-tolerance-api.jar\"}\n2022-11-08T07:01:29.612Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-openapi-api.jar\"}\n2022-11-08T07:01:29.622Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mbean-annotation-api.jar\"}\n2022-11-08T07:01:29.622Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-metrics-api.jar\"}\n2022-11-08T07:01:29.650Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-config-api.jar\"}\n2022-11-08T07:01:29.651Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-openapi-api.jar\"}\n2022-11-08T07:01:29.663Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-fault-tolerance-api.jar\"}\n2022-11-08T07:01:29.664Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-opentracing-api.jar\"}\n2022-11-08T07:01:29.670Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-health-api.jar\"}\n2022-11-08T07:01:29.670Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-opentracing-api.jar\"}\n2022-11-08T07:01:29.689Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-config-api.jar\"}\n2022-11-08T07:01:29.689Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-rest-client-api.jar\"}\n2022-11-08T07:01:29.699Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-config-api.jar\"}\n2022-11-08T07:01:29.699Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-openapi-api.jar\"}\n2022-11-08T07:01:29.724Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-health-api.jar\"}\n2022-11-08T07:01:29.724Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-rest-client-api.jar\"}\n2022-11-08T07:01:29.733Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-jwt-auth-api.jar\"}\n2022-11-08T07:01:29.733Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mimepull.jar\"}\n2022-11-08T07:01:29.790Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-fault-tolerance-api.jar\"}\n2022-11-08T07:01:29.791Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-opentracing-api.jar\"}\n2022-11-08T07:01:29.805Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-jwt-auth-api.jar\"}\n2022-11-08T07:01:29.805Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mimepull.jar\"}\n2022-11-08T07:01:29.838Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-metrics-api.jar\"}\n2022-11-08T07:01:29.839Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mp-common.jar\"}\n2022-11-08T07:01:29.857Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-health-api.jar\"}\n2022-11-08T07:01:29.857Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/microprofile-rest-client-api.jar\"}\n2022-11-08T07:01:29.898Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-metrics-api.jar\"}\n2022-11-08T07:01:29.898Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mp-common.jar\"}\n2022-11-08T07:01:29.954Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-jwt-auth-api.jar\"}\n2022-11-08T07:01:29.955Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mimepull.jar\"}\n2022-11-08T07:01:29.963Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-openapi-api.jar\"}\n2022-11-08T07:01:29.963Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mp-jwt.jar\"}\n2022-11-08T07:01:29.974Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-metrics-api.jar\"}\n2022-11-08T07:01:29.974Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mp-common.jar\"}\n2022-11-08T07:01:30.000Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-openapi-api.jar\"}\n2022-11-08T07:01:30.000Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mp-jwt.jar\"}\n2022-11-08T07:01:30.011Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-opentracing-api.jar\"}\n2022-11-08T07:01:30.013Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-opentracing-api.jar\"}\n2022-11-08T07:01:30.014Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/myfaces-api.jar\"}\n2022-11-08T07:01:30.037Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-rest-client-api.jar\"}\n2022-11-08T07:01:30.048Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/myfaces-api.jar\"}\n2022-11-08T07:01:30.051Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-openapi-api.jar\"}\n2022-11-08T07:01:30.052Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/mp-jwt.jar\"}\n2022-11-08T07:01:30.074Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-rest-client-api.jar\"}\n2022-11-08T07:01:30.084Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mimepull.jar\"}\n2022-11-08T07:01:30.112Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/myfaces-impl.jar\"}\n2022-11-08T07:01:30.115Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/neethi.jar\"}\n2022-11-08T07:01:30.143Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-opentracing-api.jar\"}\n2022-11-08T07:01:30.143Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/myfaces-api.jar\"}\n2022-11-08T07:01:30.158Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mimepull.jar\"}\n2022-11-08T07:01:30.178Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/myfaces-impl.jar\"}\n2022-11-08T07:01:30.180Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/neethi.jar\"}\n2022-11-08T07:01:30.189Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mp-common.jar\"}\n2022-11-08T07:01:30.189Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-api.jar\"}\n2022-11-08T07:01:30.207Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"microprofile-rest-client-api.jar\"}\n2022-11-08T07:01:30.220Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/myfaces-impl.jar\"}\n2022-11-08T07:01:30.245Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mp-common.jar\"}\n2022-11-08T07:01:30.245Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-api.jar\"}\n2022-11-08T07:01:30.307Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mimepull.jar\"}\n2022-11-08T07:01:30.307Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/neethi.jar\"}\n2022-11-08T07:01:30.320Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mp-common.jar\"}\n2022-11-08T07:01:30.320Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-api.jar\"}\n2022-11-08T07:01:30.358Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mp-jwt.jar\"}\n2022-11-08T07:01:30.358Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-client.jar\"}\n2022-11-08T07:01:30.369Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"myfaces-api.jar\"}\n2022-11-08T07:01:30.370Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-client.jar\"}\n2022-11-08T07:01:30.371Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mp-jwt.jar\"}\n2022-11-08T07:01:30.400Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"myfaces-api.jar\"}\n2022-11-08T07:01:30.401Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"mp-jwt.jar\"}\n2022-11-08T07:01:30.408Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-client.jar\"}\n2022-11-08T07:01:30.464Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-core.jar\"}\n2022-11-08T07:01:30.469Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"myfaces-impl.jar\"}\n2022-11-08T07:01:30.471Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"neethi.jar\"}\n2022-11-08T07:01:30.472Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-core.jar\"}\n2022-11-08T07:01:30.475Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-cxf-rs.jar\"}\n2022-11-08T07:01:30.477Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-cxf-transport.jar\"}\n2022-11-08T07:01:30.492Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"myfaces-api.jar\"}\n2022-11-08T07:01:30.510Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-core.jar\"}\n2022-11-08T07:01:30.528Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"neethi.jar\"}\n2022-11-08T07:01:30.528Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-cxf-rs.jar\"}\n2022-11-08T07:01:30.532Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"myfaces-impl.jar\"}\n2022-11-08T07:01:30.533Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-cxf-transport.jar\"}\n2022-11-08T07:01:30.578Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"myfaces-impl.jar\"}\n2022-11-08T07:01:30.578Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-cxf-rs.jar\"}\n2022-11-08T07:01:30.596Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-api.jar\"}\n2022-11-08T07:01:30.596Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-cxf.jar\"}\n2022-11-08T07:01:30.663Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-api.jar\"}\n2022-11-08T07:01:30.663Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-cxf.jar\"}\n2022-11-08T07:01:30.666Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"neethi.jar\"}\n2022-11-08T07:01:30.668Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-cxf-transport.jar\"}\n2022-11-08T07:01:30.675Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-api.jar\"}\n2022-11-08T07:01:30.675Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-cxf.jar\"}\n2022-11-08T07:01:30.710Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-client.jar\"}\n2022-11-08T07:01:30.710Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-ejbd.jar\"}\n2022-11-08T07:01:30.735Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-client.jar\"}\n2022-11-08T07:01:30.735Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-ejbd.jar\"}\n2022-11-08T07:01:30.757Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-client.jar\"}\n2022-11-08T07:01:30.757Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-ejbd.jar\"}\n2022-11-08T07:01:30.823Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-cxf-rs.jar\"}\n2022-11-08T07:01:30.823Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-hsql.jar\"}\n2022-11-08T07:01:30.827Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-core.jar\"}\n2022-11-08T07:01:30.828Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-hsql.jar\"}\n2022-11-08T07:01:30.829Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-core.jar\"}\n2022-11-08T07:01:30.830Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-http.jar\"}\n2022-11-08T07:01:30.830Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-cxf-transport.jar\"}\n2022-11-08T07:01:30.832Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-javaagent.jar\"}\n2022-11-08T07:01:30.872Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-core.jar\"}\n2022-11-08T07:01:30.872Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-hsql.jar\"}\n2022-11-08T07:01:30.877Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-cxf-rs.jar\"}\n2022-11-08T07:01:30.877Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-http.jar\"}\n2022-11-08T07:01:30.877Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-cxf-transport.jar\"}\n2022-11-08T07:01:30.878Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-javaagent.jar\"}\n2022-11-08T07:01:30.929Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-cxf-rs.jar\"}\n2022-11-08T07:01:30.929Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-http.jar\"}\n2022-11-08T07:01:30.944Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-cxf.jar\"}\n2022-11-08T07:01:30.944Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-jee-accessors.jar\"}\n2022-11-08T07:01:31.010Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-cxf.jar\"}\n2022-11-08T07:01:31.010Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-jee-accessors.jar\"}\n2022-11-08T07:01:31.019Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-cxf-transport.jar\"}\n2022-11-08T07:01:31.019Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-javaagent.jar\"}\n2022-11-08T07:01:31.023Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-cxf.jar\"}\n2022-11-08T07:01:31.042Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-jee-accessors.jar\"}\n2022-11-08T07:01:31.067Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-ejbd.jar\"}\n2022-11-08T07:01:31.067Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-jee.jar\"}\n2022-11-08T07:01:31.080Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-ejbd.jar\"}\n2022-11-08T07:01:31.080Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-jee.jar\"}\n2022-11-08T07:01:31.104Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-ejbd.jar\"}\n2022-11-08T07:01:31.104Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-jee.jar\"}\n2022-11-08T07:01:31.162Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-hsql.jar\"}\n2022-11-08T07:01:31.162Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-jpa-integration.jar\"}\n2022-11-08T07:01:31.173Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-hsql.jar\"}\n2022-11-08T07:01:31.174Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-jpa-integration.jar\"}\n2022-11-08T07:01:31.175Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-javaagent.jar\"}\n2022-11-08T07:01:31.176Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-loader.jar\"}\n2022-11-08T07:01:31.181Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-http.jar\"}\n2022-11-08T07:01:31.182Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-rest.jar\"}\n2022-11-08T07:01:31.224Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-javaagent.jar\"}\n2022-11-08T07:01:31.224Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-loader.jar\"}\n2022-11-08T07:01:31.231Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-http.jar\"}\n2022-11-08T07:01:31.231Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-rest.jar\"}\n2022-11-08T07:01:31.252Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-hsql.jar\"}\n2022-11-08T07:01:31.252Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-jpa-integration.jar\"}\n2022-11-08T07:01:31.283Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-http.jar\"}\n2022-11-08T07:01:31.284Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-loader.jar\"}\n2022-11-08T07:01:31.292Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-jee-accessors.jar\"}\n2022-11-08T07:01:31.292Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-server.jar\"}\n2022-11-08T07:01:31.361Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-jee-accessors.jar\"}\n2022-11-08T07:01:31.361Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-server.jar\"}\n2022-11-08T07:01:31.371Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-javaagent.jar\"}\n2022-11-08T07:01:31.371Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-rest.jar\"}\n2022-11-08T07:01:31.395Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-jee-accessors.jar\"}\n2022-11-08T07:01:31.395Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-server.jar\"}\n2022-11-08T07:01:31.418Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-jee.jar\"}\n2022-11-08T07:01:31.418Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-webservices.jar\"}\n2022-11-08T07:01:31.438Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-jee.jar\"}\n2022-11-08T07:01:31.441Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-webservices.jar\"}\n2022-11-08T07:01:31.454Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-jee.jar\"}\n2022-11-08T07:01:31.457Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openejb-webservices.jar\"}\n2022-11-08T07:01:31.509Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-jpa-integration.jar\"}\n2022-11-08T07:01:31.522Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-jpa-integration.jar\"}\n2022-11-08T07:01:31.525Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-loader.jar\"}\n2022-11-08T07:01:31.535Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-rest.jar\"}\n2022-11-08T07:01:31.580Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-rest.jar\"}\n2022-11-08T07:01:31.583Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openjpa.jar\"}\n2022-11-08T07:01:31.591Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-core.jar\"}\n2022-11-08T07:01:31.602Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-jpa-integration.jar\"}\n2022-11-08T07:01:31.609Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openjpa.jar\"}\n2022-11-08T07:01:31.613Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-core.jar\"}\n2022-11-08T07:01:31.615Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-profile-api.jar\"}\n2022-11-08T07:01:31.619Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openjpa.jar\"}\n2022-11-08T07:01:31.662Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-loader.jar\"}\n2022-11-08T07:01:31.663Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-core.jar\"}\n2022-11-08T07:01:31.664Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-loader.jar\"}\n2022-11-08T07:01:31.664Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-profile-api.jar\"}\n2022-11-08T07:01:31.710Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-server.jar\"}\n2022-11-08T07:01:31.710Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-saml-api.jar\"}\n2022-11-08T07:01:31.716Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-rest.jar\"}\n2022-11-08T07:01:31.716Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-profile-api.jar\"}\n2022-11-08T07:01:31.741Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-server.jar\"}\n2022-11-08T07:01:31.741Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-saml-api.jar\"}\n2022-11-08T07:01:31.743Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-server.jar\"}\n2022-11-08T07:01:31.744Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-saml-api.jar\"}\n2022-11-08T07:01:31.766Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-webservices.jar\"}\n2022-11-08T07:01:31.769Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-saml-impl.jar\"}\n2022-11-08T07:01:31.804Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-webservices.jar\"}\n2022-11-08T07:01:31.804Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-saml-impl.jar\"}\n2022-11-08T07:01:31.874Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openejb-webservices.jar\"}\n2022-11-08T07:01:31.875Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-saml-impl.jar\"}\n2022-11-08T07:01:31.892Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-core.jar\"}\n2022-11-08T07:01:31.892Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-security-api.jar\"}\n2022-11-08T07:01:31.894Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-profile-api.jar\"}\n2022-11-08T07:01:31.895Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-security-impl.jar\"}\n2022-11-08T07:01:31.934Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-profile-api.jar\"}\n2022-11-08T07:01:31.935Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-security-api.jar\"}\n2022-11-08T07:01:31.951Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openjpa.jar\"}\n2022-11-08T07:01:31.951Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-security-impl.jar\"}\n2022-11-08T07:01:31.969Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-core.jar\"}\n2022-11-08T07:01:31.970Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-security-api.jar\"}\n2022-11-08T07:01:31.970Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openjpa.jar\"}\n2022-11-08T07:01:31.970Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-soap-api.jar\"}\n2022-11-08T07:01:31.971Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-core.jar\"}\n2022-11-08T07:01:31.971Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-soap-api.jar\"}\n2022-11-08T07:01:31.978Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openjpa.jar\"}\n2022-11-08T07:01:31.979Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-security-impl.jar\"}\n2022-11-08T07:01:31.986Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-saml-api.jar\"}\n2022-11-08T07:01:31.986Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-api.jar\"}\n2022-11-08T07:01:31.996Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-profile-api.jar\"}\n2022-11-08T07:01:31.996Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-soap-api.jar\"}\n2022-11-08T07:01:32.018Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-saml-api.jar\"}\n2022-11-08T07:01:32.018Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-api.jar\"}\n2022-11-08T07:01:32.019Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-saml-api.jar\"}\n2022-11-08T07:01:32.019Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-api.jar\"}\n2022-11-08T07:01:32.041Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-saml-impl.jar\"}\n2022-11-08T07:01:32.041Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-impl.jar\"}\n2022-11-08T07:01:32.086Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-saml-impl.jar\"}\n2022-11-08T07:01:32.087Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-impl.jar\"}\n2022-11-08T07:01:32.153Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-saml-impl.jar\"}\n2022-11-08T07:01:32.154Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-impl.jar\"}\n2022-11-08T07:01:32.164Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-security-impl.jar\"}\n2022-11-08T07:01:32.164Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-saml-api.jar\"}\n2022-11-08T07:01:32.166Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-security-api.jar\"}\n2022-11-08T07:01:32.166Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-saml-impl.jar\"}\n2022-11-08T07:01:32.214Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-security-api.jar\"}\n2022-11-08T07:01:32.215Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-saml-api.jar\"}\n2022-11-08T07:01:32.223Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-security-impl.jar\"}\n2022-11-08T07:01:32.223Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-saml-impl.jar\"}\n2022-11-08T07:01:32.244Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-soap-api.jar\"}\n2022-11-08T07:01:32.245Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xmlsec-api.jar\"}\n2022-11-08T07:01:32.246Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-soap-api.jar\"}\n2022-11-08T07:01:32.246Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xmlsec-api.jar\"}\n2022-11-08T07:01:32.251Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-security-api.jar\"}\n2022-11-08T07:01:32.252Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-saml-api.jar\"}\n2022-11-08T07:01:32.253Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-security-impl.jar\"}\n2022-11-08T07:01:32.254Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xacml-saml-impl.jar\"}\n2022-11-08T07:01:32.261Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-api.jar\"}\n2022-11-08T07:01:32.261Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xmlsec-impl.jar\"}\n2022-11-08T07:01:32.273Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-soap-api.jar\"}\n2022-11-08T07:01:32.274Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xmlsec-api.jar\"}\n2022-11-08T07:01:32.298Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-api.jar\"}\n2022-11-08T07:01:32.298Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xmlsec-impl.jar\"}\n2022-11-08T07:01:32.320Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-impl.jar\"}\n2022-11-08T07:01:32.320Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opentracing-api.jar\"}\n2022-11-08T07:01:32.361Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-api.jar\"}\n2022-11-08T07:01:32.362Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opensaml-xmlsec-impl.jar\"}\n2022-11-08T07:01:32.366Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-impl.jar\"}\n2022-11-08T07:01:32.366Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opentracing-api.jar\"}\n2022-11-08T07:01:32.423Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-impl.jar\"}\n2022-11-08T07:01:32.423Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/opentracing-api.jar\"}\n2022-11-08T07:01:32.436Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-saml-api.jar\"}\n2022-11-08T07:01:32.436Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-ee-common.jar\"}\n2022-11-08T07:01:32.440Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-saml-impl.jar\"}\n2022-11-08T07:01:32.440Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-ee.jar\"}\n2022-11-08T07:01:32.491Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-saml-api.jar\"}\n2022-11-08T07:01:32.491Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-ee-common.jar\"}\n2022-11-08T07:01:32.502Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-saml-impl.jar\"}\n2022-11-08T07:01:32.502Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-ee.jar\"}\n2022-11-08T07:01:32.516Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xmlsec-api.jar\"}\n2022-11-08T07:01:32.516Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-ejb.jar\"}\n2022-11-08T07:01:32.523Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-saml-api.jar\"}\n2022-11-08T07:01:32.524Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-ee-common.jar\"}\n2022-11-08T07:01:32.529Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xmlsec-api.jar\"}\n2022-11-08T07:01:32.529Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xacml-saml-impl.jar\"}\n2022-11-08T07:01:32.529Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-ejb.jar\"}\n2022-11-08T07:01:32.529Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-ee.jar\"}\n2022-11-08T07:01:32.541Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xmlsec-impl.jar\"}\n2022-11-08T07:01:32.541Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-el22.jar\"}\n2022-11-08T07:01:32.554Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xmlsec-api.jar\"}\n2022-11-08T07:01:32.554Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-ejb.jar\"}\n2022-11-08T07:01:32.572Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xmlsec-impl.jar\"}\n2022-11-08T07:01:32.572Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-el22.jar\"}\n2022-11-08T07:01:32.595Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opentracing-api.jar\"}\n2022-11-08T07:01:32.614Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-impl.jar\"}\n2022-11-08T07:01:32.640Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opensaml-xmlsec-impl.jar\"}\n2022-11-08T07:01:32.641Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-el22.jar\"}\n2022-11-08T07:01:32.642Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opentracing-api.jar\"}\n2022-11-08T07:01:32.656Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-impl.jar\"}\n2022-11-08T07:01:32.694Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"opentracing-api.jar\"}\n2022-11-08T07:01:32.694Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-impl.jar\"}\n2022-11-08T07:01:32.788Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-ee-common.jar\"}\n2022-11-08T07:01:32.788Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-jsf.jar\"}\n2022-11-08T07:01:32.794Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-ee.jar\"}\n2022-11-08T07:01:32.794Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-spi.jar\"}\n2022-11-08T07:01:32.835Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-ee-common.jar\"}\n2022-11-08T07:01:32.835Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-jsf.jar\"}\n2022-11-08T07:01:32.850Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-ee.jar\"}\n2022-11-08T07:01:32.850Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-spi.jar\"}\n2022-11-08T07:01:32.868Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-ee-common.jar\"}\n2022-11-08T07:01:32.869Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-jsf.jar\"}\n2022-11-08T07:01:32.870Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-ejb.jar\"}\n2022-11-08T07:01:32.871Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-web.jar\"}\n2022-11-08T07:01:32.875Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-ejb.jar\"}\n2022-11-08T07:01:32.875Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-web.jar\"}\n2022-11-08T07:01:32.877Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-ee.jar\"}\n2022-11-08T07:01:32.877Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-spi.jar\"}\n2022-11-08T07:01:32.891Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-el22.jar\"}\n2022-11-08T07:01:32.891Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/org.apache.servicemix.bundles.bcel.jar\"}\n2022-11-08T07:01:32.898Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-ejb.jar\"}\n2022-11-08T07:01:32.898Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/openwebbeans-web.jar\"}\n2022-11-08T07:01:32.920Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-el22.jar\"}\n2022-11-08T07:01:32.920Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/org.apache.servicemix.bundles.bcel.jar\"}\n2022-11-08T07:01:32.961Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-impl.jar\"}\n2022-11-08T07:01:32.962Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/org.osgi.annotation.versioning.jar\"}\n2022-11-08T07:01:32.989Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-el22.jar\"}\n2022-11-08T07:01:32.989Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/org.apache.servicemix.bundles.bcel.jar\"}\n2022-11-08T07:01:33.002Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-impl.jar\"}\n2022-11-08T07:01:33.002Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/org.osgi.annotation.versioning.jar\"}\n2022-11-08T07:01:33.039Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-impl.jar\"}\n2022-11-08T07:01:33.039Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/org.osgi.annotation.versioning.jar\"}\n2022-11-08T07:01:33.181Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-jsf.jar\"}\n2022-11-08T07:01:33.181Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/quartz-openejb-shade.jar\"}\n2022-11-08T07:01:33.212Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-jsf.jar\"}\n2022-11-08T07:01:33.212Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/quartz-openejb-shade.jar\"}\n2022-11-08T07:01:33.215Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-spi.jar\"}\n2022-11-08T07:01:33.215Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/reactive-streams.jar\"}\n2022-11-08T07:01:33.218Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-web.jar\"}\n2022-11-08T07:01:33.218Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/quartz-openejb-shade.jar\"}\n2022-11-08T07:01:33.244Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"org.apache.servicemix.bundles.bcel.jar\"}\n2022-11-08T07:01:33.244Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-jsf.jar\"}\n2022-11-08T07:01:33.244Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/reactive-streams.jar\"}\n2022-11-08T07:01:33.253Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-web.jar\"}\n2022-11-08T07:01:33.254Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/saaj-impl.jar\"}\n2022-11-08T07:01:33.256Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/saaj-impl.jar\"}\n2022-11-08T07:01:33.262Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-spi.jar\"}\n2022-11-08T07:01:33.262Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/reactive-streams.jar\"}\n2022-11-08T07:01:33.262Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-spi.jar\"}\n2022-11-08T07:01:33.262Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/safeguard-impl.jar\"}\n2022-11-08T07:01:33.267Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"org.apache.servicemix.bundles.bcel.jar\"}\n2022-11-08T07:01:33.275Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/saaj-impl.jar\"}\n2022-11-08T07:01:33.312Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"org.osgi.annotation.versioning.jar\"}\n2022-11-08T07:01:33.312Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/safeguard-impl.jar\"}\n2022-11-08T07:01:33.339Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"org.apache.servicemix.bundles.bcel.jar\"}\n2022-11-08T07:01:33.340Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/safeguard-impl.jar\"}\n2022-11-08T07:01:33.352Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"org.osgi.annotation.versioning.jar\"}\n2022-11-08T07:01:33.352Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/serp.jar\"}\n2022-11-08T07:01:33.362Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"openwebbeans-web.jar\"}\n2022-11-08T07:01:33.362Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/serp.jar\"}\n2022-11-08T07:01:33.383Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"org.osgi.annotation.versioning.jar\"}\n2022-11-08T07:01:33.384Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/serp.jar\"}\n2022-11-08T07:01:33.491Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/servlet-api.jar\"}\n2022-11-08T07:01:33.519Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/servlet-api.jar\"}\n2022-11-08T07:01:33.528Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/slf4j-api.jar\"}\n2022-11-08T07:01:33.529Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/slf4j-api.jar\"}\n2022-11-08T07:01:33.533Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"quartz-openejb-shade.jar\"}\n2022-11-08T07:01:33.533Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/servlet-api.jar\"}\n2022-11-08T07:01:33.538Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/slf4j-api.jar\"}\n2022-11-08T07:01:33.553Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"quartz-openejb-shade.jar\"}\n2022-11-08T07:01:33.554Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/slf4j-jdk14.jar\"}\n2022-11-08T07:01:33.554Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/slf4j-jdk14.jar\"}\n2022-11-08T07:01:33.574Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"quartz-openejb-shade.jar\"}\n2022-11-08T07:01:33.574Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/slf4j-jdk14.jar\"}\n2022-11-08T07:01:33.613Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"safeguard-impl.jar\"}\n2022-11-08T07:01:33.613Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/snakeyaml.jar\"}\n2022-11-08T07:01:33.629Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"serp.jar\"}\n2022-11-08T07:01:33.629Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/snakeyaml.jar\"}\n2022-11-08T07:01:33.641Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"serp.jar\"}\n2022-11-08T07:01:33.641Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/snakeyaml.jar\"}\n2022-11-08T07:01:33.659Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"safeguard-impl.jar\"}\n2022-11-08T07:01:33.659Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/stax-ex.jar\"}\n2022-11-08T07:01:33.663Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"serp.jar\"}\n2022-11-08T07:01:33.663Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/stax-ex.jar\"}\n2022-11-08T07:01:33.685Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"safeguard-impl.jar\"}\n2022-11-08T07:01:33.685Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/stax-ex.jar\"}\n2022-11-08T07:01:33.840Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"servlet-api.jar\"}\n2022-11-08T07:01:33.841Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/stax2-api.jar\"}\n2022-11-08T07:01:33.868Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"servlet-api.jar\"}\n2022-11-08T07:01:33.869Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/stax2-api.jar\"}\n2022-11-08T07:01:33.876Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"slf4j-api.jar\"}\n2022-11-08T07:01:33.876Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/swizzle-stream.jar\"}\n2022-11-08T07:01:33.876Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"slf4j-api.jar\"}\n2022-11-08T07:01:33.877Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/swizzle-stream.jar\"}\n2022-11-08T07:01:33.885Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"slf4j-api.jar\"}\n2022-11-08T07:01:33.885Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/stax2-api.jar\"}\n2022-11-08T07:01:33.887Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"servlet-api.jar\"}\n2022-11-08T07:01:33.888Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/swizzle-stream.jar\"}\n2022-11-08T07:01:33.906Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"slf4j-jdk14.jar\"}\n2022-11-08T07:01:33.906Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/sxc-jaxb-core.jar\"}\n2022-11-08T07:01:33.907Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"slf4j-jdk14.jar\"}\n2022-11-08T07:01:33.908Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/sxc-jaxb-core.jar\"}\n2022-11-08T07:01:33.915Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"slf4j-jdk14.jar\"}\n2022-11-08T07:01:33.916Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/sxc-jaxb-core.jar\"}\n2022-11-08T07:01:33.954Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/sxc-runtime.jar\"}\n2022-11-08T07:01:33.976Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/sxc-runtime.jar\"}\n2022-11-08T07:01:33.997Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/sxc-runtime.jar\"}\n2022-11-08T07:01:34.002Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"stax-ex.jar\"}\n2022-11-08T07:01:34.009Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"stax-ex.jar\"}\n2022-11-08T07:01:34.032Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"stax-ex.jar\"}\n2022-11-08T07:01:34.069Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/taglibs-shade.jar\"}\n2022-11-08T07:01:34.111Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/taglibs-shade.jar\"}\n2022-11-08T07:01:34.124Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/taglibs-shade.jar\"}\n2022-11-08T07:01:34.186Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"sxc-jaxb-core.jar\"}\n2022-11-08T07:01:34.186Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-api.jar\"}\n2022-11-08T07:01:34.187Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"sxc-jaxb-core.jar\"}\n2022-11-08T07:01:34.188Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-api.jar\"}\n2022-11-08T07:01:34.193Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"sxc-jaxb-core.jar\"}\n2022-11-08T07:01:34.194Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-api.jar\"}\n2022-11-08T07:01:34.201Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"stax2-api.jar\"}\n2022-11-08T07:01:34.211Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-coyote.jar\"}\n2022-11-08T07:01:34.224Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"stax2-api.jar\"}\n2022-11-08T07:01:34.224Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-coyote.jar\"}\n2022-11-08T07:01:34.226Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"swizzle-stream.jar\"}\n2022-11-08T07:01:34.226Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"swizzle-stream.jar\"}\n2022-11-08T07:01:34.226Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-coyote.jar\"}\n2022-11-08T07:01:34.230Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"swizzle-stream.jar\"}\n2022-11-08T07:01:34.231Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-dbcp.jar\"}\n2022-11-08T07:01:34.233Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-dbcp.jar\"}\n2022-11-08T07:01:34.240Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"stax2-api.jar\"}\n2022-11-08T07:01:34.240Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-dbcp.jar\"}\n2022-11-08T07:01:34.276Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"sxc-runtime.jar\"}\n2022-11-08T07:01:34.276Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-cs.jar\"}\n2022-11-08T07:01:34.280Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"sxc-runtime.jar\"}\n2022-11-08T07:01:34.280Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-cs.jar\"}\n2022-11-08T07:01:34.281Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"sxc-runtime.jar\"}\n2022-11-08T07:01:34.282Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-cs.jar\"}\n2022-11-08T07:01:34.430Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"taglibs-shade.jar\"}\n2022-11-08T07:01:34.430Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-de.jar\"}\n2022-11-08T07:01:34.463Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"taglibs-shade.jar\"}\n2022-11-08T07:01:34.463Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-de.jar\"}\n2022-11-08T07:01:34.475Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"taglibs-shade.jar\"}\n2022-11-08T07:01:34.475Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-de.jar\"}\n2022-11-08T07:01:34.534Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-api.jar\"}\n2022-11-08T07:01:34.535Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-es.jar\"}\n2022-11-08T07:01:34.535Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-api.jar\"}\n2022-11-08T07:01:34.535Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-es.jar\"}\n2022-11-08T07:01:34.536Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-api.jar\"}\n2022-11-08T07:01:34.536Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-es.jar\"}\n2022-11-08T07:01:34.546Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-cs.jar\"}\n2022-11-08T07:01:34.546Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-fr.jar\"}\n2022-11-08T07:01:34.559Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-coyote.jar\"}\n2022-11-08T07:01:34.559Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-fr.jar\"}\n2022-11-08T07:01:34.560Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-cs.jar\"}\n2022-11-08T07:01:34.560Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-fr.jar\"}\n2022-11-08T07:01:34.562Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-cs.jar\"}\n2022-11-08T07:01:34.566Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-ja.jar\"}\n2022-11-08T07:01:34.572Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-coyote.jar\"}\n2022-11-08T07:01:34.572Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-ja.jar\"}\n2022-11-08T07:01:34.580Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-coyote.jar\"}\n2022-11-08T07:01:34.580Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-ja.jar\"}\n2022-11-08T07:01:34.584Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-dbcp.jar\"}\n2022-11-08T07:01:34.585Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-dbcp.jar\"}\n2022-11-08T07:01:34.585Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-ko.jar\"}\n2022-11-08T07:01:34.586Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-ko.jar\"}\n2022-11-08T07:01:34.589Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-dbcp.jar\"}\n2022-11-08T07:01:34.590Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-ko.jar\"}\n2022-11-08T07:01:34.705Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-de.jar\"}\n2022-11-08T07:01:34.705Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-pt-BR.jar\"}\n2022-11-08T07:01:34.746Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-de.jar\"}\n2022-11-08T07:01:34.746Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-pt-BR.jar\"}\n2022-11-08T07:01:34.747Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-de.jar\"}\n2022-11-08T07:01:34.748Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-pt-BR.jar\"}\n2022-11-08T07:01:34.809Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-es.jar\"}\n2022-11-08T07:01:34.809Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-ru.jar\"}\n2022-11-08T07:01:34.810Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-es.jar\"}\n2022-11-08T07:01:34.810Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-ru.jar\"}\n2022-11-08T07:01:34.815Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-es.jar\"}\n2022-11-08T07:01:34.815Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-ru.jar\"}\n2022-11-08T07:01:34.819Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-fr.jar\"}\n2022-11-08T07:01:34.819Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-zh-CN.jar\"}\n2022-11-08T07:01:34.839Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-fr.jar\"}\n2022-11-08T07:01:34.840Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-zh-CN.jar\"}\n2022-11-08T07:01:34.849Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-ja.jar\"}\n2022-11-08T07:01:34.849Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-jdbc.jar\"}\n2022-11-08T07:01:34.853Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-ja.jar\"}\n2022-11-08T07:01:34.854Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-jdbc.jar\"}\n2022-11-08T07:01:34.856Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-ko.jar\"}\n2022-11-08T07:01:34.857Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-ja.jar\"}\n2022-11-08T07:01:34.858Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-ko.jar\"}\n2022-11-08T07:01:34.858Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-i18n-zh-CN.jar\"}\n2022-11-08T07:01:34.859Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-jni.jar\"}\n2022-11-08T07:01:34.867Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-ko.jar\"}\n2022-11-08T07:01:34.870Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-jni.jar\"}\n2022-11-08T07:01:34.879Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-jdbc.jar\"}\n2022-11-08T07:01:34.932Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-fr.jar\"}\n2022-11-08T07:01:34.932Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-jni.jar\"}\n2022-11-08T07:01:34.982Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-pt-BR.jar\"}\n2022-11-08T07:01:34.982Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-util-scan.jar\"}\n2022-11-08T07:01:35.024Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-pt-BR.jar\"}\n2022-11-08T07:01:35.024Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-pt-BR.jar\"}\n2022-11-08T07:01:35.024Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-util-scan.jar\"}\n2022-11-08T07:01:35.025Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-util-scan.jar\"}\n2022-11-08T07:01:35.079Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-ru.jar\"}\n2022-11-08T07:01:35.079Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-util.jar\"}\n2022-11-08T07:01:35.086Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-ru.jar\"}\n2022-11-08T07:01:35.088Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-util.jar\"}\n2022-11-08T07:01:35.092Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-ru.jar\"}\n2022-11-08T07:01:35.092Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-util.jar\"}\n2022-11-08T07:01:35.093Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-zh-CN.jar\"}\n2022-11-08T07:01:35.094Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-websocket.jar\"}\n2022-11-08T07:01:35.111Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-zh-CN.jar\"}\n2022-11-08T07:01:35.112Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-websocket.jar\"}\n2022-11-08T07:01:35.132Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-i18n-zh-CN.jar\"}\n2022-11-08T07:01:35.132Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomcat-websocket.jar\"}\n2022-11-08T07:01:35.199Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-jdbc.jar\"}\n2022-11-08T07:01:35.199Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-catalina.jar\"}\n2022-11-08T07:01:35.204Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-jdbc.jar\"}\n2022-11-08T07:01:35.204Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-catalina.jar\"}\n2022-11-08T07:01:35.214Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-jni.jar\"}\n2022-11-08T07:01:35.214Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-common.jar\"}\n2022-11-08T07:01:35.226Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-jdbc.jar\"}\n2022-11-08T07:01:35.227Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-catalina.jar\"}\n2022-11-08T07:01:35.277Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-jni.jar\"}\n2022-11-08T07:01:35.277Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-common.jar\"}\n2022-11-08T07:01:35.327Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-util-scan.jar\"}\n2022-11-08T07:01:35.327Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-config.jar\"}\n2022-11-08T07:01:35.348Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-jni.jar\"}\n2022-11-08T07:01:35.348Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-common.jar\"}\n2022-11-08T07:01:35.375Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-util-scan.jar\"}\n2022-11-08T07:01:35.375Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-config.jar\"}\n2022-11-08T07:01:35.376Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-util-scan.jar\"}\n2022-11-08T07:01:35.376Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-config.jar\"}\n2022-11-08T07:01:35.430Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-util.jar\"}\n2022-11-08T07:01:35.430Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-jaxrs.jar\"}\n2022-11-08T07:01:35.441Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-util.jar\"}\n2022-11-08T07:01:35.441Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-jaxrs.jar\"}\n2022-11-08T07:01:35.443Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-util.jar\"}\n2022-11-08T07:01:35.443Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-jaxrs.jar\"}\n2022-11-08T07:01:35.454Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-websocket.jar\"}\n2022-11-08T07:01:35.454Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-jdbc.jar\"}\n2022-11-08T07:01:35.484Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-websocket.jar\"}\n2022-11-08T07:01:35.484Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-jdbc.jar\"}\n2022-11-08T07:01:35.516Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomcat-websocket.jar\"}\n2022-11-08T07:01:35.516Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-jdbc.jar\"}\n2022-11-08T07:01:35.550Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-catalina.jar\"}\n2022-11-08T07:01:35.551Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-loader.jar\"}\n2022-11-08T07:01:35.552Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-catalina.jar\"}\n2022-11-08T07:01:35.553Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-loader.jar\"}\n2022-11-08T07:01:35.564Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-common.jar\"}\n2022-11-08T07:01:35.564Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-mojarra.jar\"}\n2022-11-08T07:01:35.569Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-catalina.jar\"}\n2022-11-08T07:01:35.570Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-loader.jar\"}\n2022-11-08T07:01:35.626Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-common.jar\"}\n2022-11-08T07:01:35.626Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-mojarra.jar\"}\n2022-11-08T07:01:35.669Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-config.jar\"}\n2022-11-08T07:01:35.670Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-myfaces.jar\"}\n2022-11-08T07:01:35.704Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-common.jar\"}\n2022-11-08T07:01:35.704Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-mojarra.jar\"}\n2022-11-08T07:01:35.715Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-config.jar\"}\n2022-11-08T07:01:35.717Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-myfaces.jar\"}\n2022-11-08T07:01:35.728Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-config.jar\"}\n2022-11-08T07:01:35.730Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-myfaces.jar\"}\n2022-11-08T07:01:35.784Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-jaxrs.jar\"}\n2022-11-08T07:01:35.785Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-plus-webapp.jar\"}\n2022-11-08T07:01:35.790Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-jaxrs.jar\"}\n2022-11-08T07:01:35.791Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-plus-webapp.jar\"}\n2022-11-08T07:01:35.801Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-jaxrs.jar\"}\n2022-11-08T07:01:35.801Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-plus-webapp.jar\"}\n2022-11-08T07:01:35.802Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-jdbc.jar\"}\n2022-11-08T07:01:35.803Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-security.jar\"}\n2022-11-08T07:01:35.833Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-jdbc.jar\"}\n2022-11-08T07:01:35.833Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-security.jar\"}\n2022-11-08T07:01:35.858Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-jdbc.jar\"}\n2022-11-08T07:01:35.858Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-security.jar\"}\n2022-11-08T07:01:35.903Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-loader.jar\"}\n2022-11-08T07:01:35.903Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-webservices.jar\"}\n2022-11-08T07:01:35.904Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-loader.jar\"}\n2022-11-08T07:01:35.905Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-webservices.jar\"}\n2022-11-08T07:01:35.915Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-mojarra.jar\"}\n2022-11-08T07:01:35.915Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/txw2.jar\"}\n2022-11-08T07:01:35.917Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-loader.jar\"}\n2022-11-08T07:01:35.918Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/tomee-webservices.jar\"}\n2022-11-08T07:01:35.978Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-mojarra.jar\"}\n2022-11-08T07:01:35.978Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/txw2.jar\"}\n2022-11-08T07:01:36.018Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-myfaces.jar\"}\n2022-11-08T07:01:36.019Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/websocket-api.jar\"}\n2022-11-08T07:01:36.045Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-mojarra.jar\"}\n2022-11-08T07:01:36.046Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/txw2.jar\"}\n2022-11-08T07:01:36.065Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-myfaces.jar\"}\n2022-11-08T07:01:36.066Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/websocket-api.jar\"}\n2022-11-08T07:01:36.083Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-myfaces.jar\"}\n2022-11-08T07:01:36.084Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/websocket-api.jar\"}\n2022-11-08T07:01:36.137Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-plus-webapp.jar\"}\n2022-11-08T07:01:36.137Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/woodstox-core.jar\"}\n2022-11-08T07:01:36.139Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-plus-webapp.jar\"}\n2022-11-08T07:01:36.139Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/woodstox-core.jar\"}\n2022-11-08T07:01:36.142Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-plus-webapp.jar\"}\n2022-11-08T07:01:36.143Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/woodstox-core.jar\"}\n2022-11-08T07:01:36.184Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-security.jar\"}\n2022-11-08T07:01:36.185Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wsdl4j.jar\"}\n2022-11-08T07:01:36.205Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-security.jar\"}\n2022-11-08T07:01:36.205Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wsdl4j.jar\"}\n2022-11-08T07:01:36.232Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-security.jar\"}\n2022-11-08T07:01:36.233Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wsdl4j.jar\"}\n2022-11-08T07:01:36.251Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-webservices.jar\"}\n2022-11-08T07:01:36.252Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-bindings.jar\"}\n2022-11-08T07:01:36.257Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-webservices.jar\"}\n2022-11-08T07:01:36.257Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-bindings.jar\"}\n2022-11-08T07:01:36.262Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"txw2.jar\"}\n2022-11-08T07:01:36.263Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-policy.jar\"}\n2022-11-08T07:01:36.293Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"tomee-webservices.jar\"}\n2022-11-08T07:01:36.294Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-bindings.jar\"}\n2022-11-08T07:01:36.326Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"txw2.jar\"}\n2022-11-08T07:01:36.326Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-policy.jar\"}\n2022-11-08T07:01:36.357Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"websocket-api.jar\"}\n2022-11-08T07:01:36.357Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-common.jar\"}\n2022-11-08T07:01:36.399Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"txw2.jar\"}\n2022-11-08T07:01:36.400Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-policy.jar\"}\n2022-11-08T07:01:36.410Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"websocket-api.jar\"}\n2022-11-08T07:01:36.412Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-common.jar\"}\n2022-11-08T07:01:36.426Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"websocket-api.jar\"}\n2022-11-08T07:01:36.427Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-common.jar\"}\n2022-11-08T07:01:36.458Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wsdl4j.jar\"}\n2022-11-08T07:01:36.458Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-dom.jar\"}\n2022-11-08T07:01:36.485Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wsdl4j.jar\"}\n2022-11-08T07:01:36.485Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-dom.jar\"}\n2022-11-08T07:01:36.489Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"woodstox-core.jar\"}\n2022-11-08T07:01:36.489Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-policy-stax.jar\"}\n2022-11-08T07:01:36.491Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"woodstox-core.jar\"}\n2022-11-08T07:01:36.491Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-dom.jar\"}\n2022-11-08T07:01:36.492Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"woodstox-core.jar\"}\n2022-11-08T07:01:36.496Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-policy-stax.jar\"}\n2022-11-08T07:01:36.511Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wsdl4j.jar\"}\n2022-11-08T07:01:36.513Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-policy-stax.jar\"}\n2022-11-08T07:01:36.598Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-bindings.jar\"}\n2022-11-08T07:01:36.598Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-stax.jar\"}\n2022-11-08T07:01:36.605Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-bindings.jar\"}\n2022-11-08T07:01:36.606Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-stax.jar\"}\n2022-11-08T07:01:36.606Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-policy.jar\"}\n2022-11-08T07:01:36.618Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-asm9-shaded.jar\"}\n2022-11-08T07:01:36.639Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-bindings.jar\"}\n2022-11-08T07:01:36.640Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/wss4j-ws-security-stax.jar\"}\n2022-11-08T07:01:36.676Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-policy.jar\"}\n2022-11-08T07:01:36.677Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-asm9-shaded.jar\"}\n2022-11-08T07:01:36.705Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-common.jar\"}\n2022-11-08T07:01:36.707Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-bundleutils.jar\"}\n2022-11-08T07:01:36.746Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-policy.jar\"}\n2022-11-08T07:01:36.746Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-asm9-shaded.jar\"}\n2022-11-08T07:01:36.760Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-common.jar\"}\n2022-11-08T07:01:36.760Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-bundleutils.jar\"}\n2022-11-08T07:01:36.765Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-common.jar\"}\n2022-11-08T07:01:36.765Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-bundleutils.jar\"}\n2022-11-08T07:01:36.813Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-dom.jar\"}\n2022-11-08T07:01:36.813Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-finder-shaded.jar\"}\n2022-11-08T07:01:36.838Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-dom.jar\"}\n2022-11-08T07:01:36.838Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-finder-shaded.jar\"}\n2022-11-08T07:01:36.839Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-policy-stax.jar\"}\n2022-11-08T07:01:36.841Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-dom.jar\"}\n2022-11-08T07:01:36.841Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-naming.jar\"}\n2022-11-08T07:01:36.842Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-finder-shaded.jar\"}\n2022-11-08T07:01:36.846Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-policy-stax.jar\"}\n2022-11-08T07:01:36.846Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-naming.jar\"}\n2022-11-08T07:01:36.866Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-policy-stax.jar\"}\n2022-11-08T07:01:36.867Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-naming.jar\"}\n2022-11-08T07:01:36.946Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-stax.jar\"}\n2022-11-08T07:01:36.946Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-reflect.jar\"}\n2022-11-08T07:01:36.954Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-stax.jar\"}\n2022-11-08T07:01:36.954Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-reflect.jar\"}\n2022-11-08T07:01:36.962Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-asm9-shaded.jar\"}\n2022-11-08T07:01:36.963Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xml-resolver.jar\"}\n2022-11-08T07:01:36.989Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"wss4j-ws-security-stax.jar\"}\n2022-11-08T07:01:36.991Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xbean-reflect.jar\"}\n2022-11-08T07:01:37.024Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-asm9-shaded.jar\"}\n2022-11-08T07:01:37.024Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xml-resolver.jar\"}\n2022-11-08T07:01:37.060Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-bundleutils.jar\"}\n2022-11-08T07:01:37.060Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xmlschema-core.jar\"}\n2022-11-08T07:01:37.083Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-asm9-shaded.jar\"}\n2022-11-08T07:01:37.083Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xml-resolver.jar\"}\n2022-11-08T07:01:37.108Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-bundleutils.jar\"}\n2022-11-08T07:01:37.109Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xmlschema-core.jar\"}\n2022-11-08T07:01:37.115Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-bundleutils.jar\"}\n2022-11-08T07:01:37.115Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xmlschema-core.jar\"}\n2022-11-08T07:01:37.158Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-finder-shaded.jar\"}\n2022-11-08T07:01:37.158Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xmlsec.jar\"}\n2022-11-08T07:01:37.188Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-finder-shaded.jar\"}\n2022-11-08T07:01:37.188Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xmlsec.jar\"}\n2022-11-08T07:01:37.192Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-finder-shaded.jar\"}\n2022-11-08T07:01:37.192Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/xmlsec.jar\"}\n2022-11-08T07:01:37.193Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-naming.jar\"}\n2022-11-08T07:01:37.193Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-osgi.jar\"}\n2022-11-08T07:01:37.195Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-naming.jar\"}\n2022-11-08T07:01:37.196Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-osgi.jar\"}\n2022-11-08T07:01:37.205Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-naming.jar\"}\n2022-11-08T07:01:37.206Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-osgi.jar\"}\n2022-11-08T07:01:37.235Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xml-resolver.jar\"}\n2022-11-08T07:01:37.235Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-rmi-impl.jar\"}\n2022-11-08T07:01:37.290Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-reflect.jar\"}\n2022-11-08T07:01:37.290Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-rmi-impl.jar\"}\n2022-11-08T07:01:37.297Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xml-resolver.jar\"}\n2022-11-08T07:01:37.297Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-rmi-impl.jar\"}\n2022-11-08T07:01:37.305Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-reflect.jar\"}\n2022-11-08T07:01:37.305Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-rmi-spec.jar\"}\n2022-11-08T07:01:37.338Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xbean-reflect.jar\"}\n2022-11-08T07:01:37.338Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-rmi-spec.jar\"}\n2022-11-08T07:01:37.357Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xml-resolver.jar\"}\n2022-11-08T07:01:37.357Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-rmi-spec.jar\"}\n2022-11-08T07:01:37.415Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xmlschema-core.jar\"}\n2022-11-08T07:01:37.415Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-spec-corba.jar\"}\n2022-11-08T07:01:37.457Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xmlschema-core.jar\"}\n2022-11-08T07:01:37.457Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-spec-corba.jar\"}\n2022-11-08T07:01:37.468Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xmlschema-core.jar\"}\n2022-11-08T07:01:37.468Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/lib/yoko-spec-corba.jar\"}\n2022-11-08T07:01:37.511Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xmlsec.jar\"}\n2022-11-08T07:01:37.538Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-osgi.jar\"}\n2022-11-08T07:01:37.540Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xmlsec.jar\"}\n2022-11-08T07:01:37.547Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"xmlsec.jar\"}\n2022-11-08T07:01:37.548Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/ProxemAuth.jar\"}\n2022-11-08T07:01:37.567Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-osgi.jar\"}\n2022-11-08T07:01:37.567Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/ProxemEncrypt.jar\"}\n2022-11-08T07:01:37.589Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-rmi-impl.jar\"}\n2022-11-08T07:01:37.626Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-osgi.jar\"}\n2022-11-08T07:01:37.639Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-rmi-impl.jar\"}\n2022-11-08T07:01:37.639Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/ProxemProxy.jar\"}\n2022-11-08T07:01:37.640Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-rmi-impl.jar\"}\n2022-11-08T07:01:37.643Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-rmi-spec.jar\"}\n2022-11-08T07:01:37.681Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-rmi-spec.jar\"}\n2022-11-08T07:01:37.775Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-rmi-spec.jar\"}\n2022-11-08T07:01:37.779Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/RegistryClient.jar\"}\n2022-11-08T07:01:37.814Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-spec-corba.jar\"}\n2022-11-08T07:01:37.821Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ProxemAuth.jar\"}\n2022-11-08T07:01:37.822Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/cas-client-core.jar\"}\n2022-11-08T07:01:37.843Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ProxemEncrypt.jar\"}\n2022-11-08T07:01:37.843Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/commons-io.jar\"}\n2022-11-08T07:01:37.853Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-spec-corba.jar\"}\n2022-11-08T07:01:37.869Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"yoko-spec-corba.jar\"}\n2022-11-08T07:01:37.869Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/dspassport-cas-client-proxy-filter.jar\"}\n2022-11-08T07:01:37.917Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"ProxemProxy.jar\"}\n2022-11-08T07:01:37.917Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/fasterxml-jackson-annotations.jar\"}\n2022-11-08T07:01:38.050Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"RegistryClient.jar\"}\n2022-11-08T07:01:38.051Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/fasterxml-jackson-core.jar\"}\n2022-11-08T07:01:38.147Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"dspassport-cas-client-proxy-filter.jar\"}\n2022-11-08T07:01:38.148Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/fasterxml-jackson-databind.jar\"}\n2022-11-08T07:01:38.170Z\t\u001b[35mDEBUG\u001b[0m\tNo such POM in the central repositories\t{\"file\": \"cas-client-core.jar\"}\n2022-11-08T07:01:38.170Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/httpclient.jar\"}\n2022-11-08T07:01:38.193Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/httpcore.jar\"}\n2022-11-08T07:01:38.266Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/httpmime.jar\"}\n2022-11-08T07:01:38.405Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/javaee-api.jar\"}\n2022-11-08T07:01:38.426Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/logback-classic.jar\"}\n2022-11-08T07:01:38.517Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/logback-core.jar\"}\n2022-11-08T07:01:38.540Z\t\u001b[35mDEBUG\u001b[0m\tParsing Java artifacts...\t{\"file\": \"usr/local/tomee/webapps/proxem/WEB-INF/lib/slf4j-api.jar\"}\n2022-11-08T07:01:38.896Z\t\u001b[34mINFO\u001b[0m\tDetected OS: centos\n2022-11-08T07:01:38.896Z\t\u001b[34mINFO\u001b[0m\tDetecting RHEL/CentOS vulnerabilities...\n2022-11-08T07:01:38.896Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: os version: 7\n2022-11-08T07:01:38.896Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: the number of packages: 149\n2022-11-08T07:01:38.988Z\t\u001b[34mINFO\u001b[0m\tNumber of language-specific files: 1\n2022-11-08T07:01:38.988Z\t\u001b[34mINFO\u001b[0m\tDetecting jar vulnerabilities...\n2022-11-08T07:01:38.988Z\t\u001b[35mDEBUG\u001b[0m\tDetecting library vulnerabilities, type: jar, path: \n","time":"2022-11-08T07:01:39Z"}{"level":"debug","msg":"Removing scan report tmp file","path":"/home/scanner/.cache/reports/scan_report_2788425990.json","time":"2022-11-08T07:01:39Z"}
{"level":"debug","msg":"Updating reports for scan job","scan_job_id":"c6a889898d9f8f1df3c88820","time":"2022-11-08T07:01:39Z"}
{"expire":7200,"level":"debug","msg":"Updating scan job","redis_key":"harbor.scanner.trivy:store:scan-job:c6a889898d9f8f1df3c88820","scan_job_id":"c6a889898d9f8f1df3c88820","scan_job_status":"Pending","time":"2022-11-08T07:01:39Z"}
{"level":"debug","msg":"Updating status for scan job","new_status":"Finished","scan_job_id":"c6a889898d9f8f1df3c88820","time":"2022-11-08T07:01:39Z"}
{"expire":7200,"level":"debug","msg":"Updating scan job","redis_key":"harbor.scanner.trivy:store:scan-job:c6a889898d9f8f1df3c88820","scan_job_id":"c6a889898d9f8f1df3c88820","scan_job_status":"Finished","time":"2022-11-08T07:01:39Z"}
{"level":"debug","msg":"Scan job has not finished yet","scan_job_id":"d6f18efd315f796cee49803a","scan_job_status":1,"time":"2022-11-08T07:01:44Z"}
{"exit_code":0,"image_ref":"core:8080/test/ds-proxem-storage@sha256:3a96627284885a1329c414f699c580a8fbcafae2d1fb4b123fbac866bf9695c4","level":"debug","msg":"Running trivy finished","std_out":"2022-11-08T07:01:19.702Z\t\u001b[35mDEBUG\u001b[0m\tSeverities: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL\n2022-11-08T07:01:39.118Z\t\u001b[35mDEBUG\u001b[0m\tcache dir:  /home/scanner/.cache/trivy\n2022-11-08T07:01:39.118Z\t\u001b[35mDEBUG\u001b[0m\tDB update was skipped because the local DB is the latest\n2022-11-08T07:01:39.118Z\t\u001b[35mDEBUG\u001b[0m\tDB Schema: 2, UpdatedAt: 2022-11-08 06:07:23.250983747 +0000 UTC, NextUpdate: 2022-11-08 12:07:23.250983347 +0000 UTC, DownloadedAt: 2022-11-08 06:58:08.153143008 +0000 UTC\n2022-11-08T07:01:39.118Z\t\u001b[34mINFO\u001b[0m\tVulnerability scanning is enabled\n2022-11-08T07:01:39.118Z\t\u001b[35mDEBUG\u001b[0m\tVulnerability type:  [os library]\n2022-11-08T07:01:39.118Z\t\u001b[34mINFO\u001b[0m\tSecret scanning is enabled\n2022-11-08T07:01:39.118Z\t\u001b[34mINFO\u001b[0m\tIf your scanning is slow, please try '--security-checks vuln' to disable secret scanning\n2022-11-08T07:01:39.118Z\t\u001b[34mINFO\u001b[0m\tPlease see also https://aquasecurity.github.io/trivy/v0.29.2/docs/secret/scanning/#recommendation for faster secret detection\n2022-11-08T07:01:39.200Z\t\u001b[35mDEBUG\u001b[0m\tNo secret config detected: trivy-secret.yaml\n2022-11-08T07:01:39.280Z\t\u001b[35mDEBUG\u001b[0m\tImage ID: sha256:d48199b0b71932938e0702781c12ce784140a4089c9aacf7cefdea5b6a4eccdd\n2022-11-08T07:01:39.280Z\t\u001b[35mDEBUG\u001b[0m\tDiff IDs: [sha256:c3fb2998ee13fa3e75afd649d71a5599a5226095eb21e4b00ad85310420435ca sha256:cfddcd7818294c709e2c5e4d358989ed4a6e6ff2ed4c2aca9c26e3582d9e8a45 sha256:5b3b0bdadce69256a3442e5c10b51ed469c49dcea1a9390ae380cff305e47f12 sha256:24fcb8cc322332acc490b1f583b1072b359db3d26f7754ad936f7bfe78b57dd0 sha256:9e4031e90f04c77f2c6c79b4f07bd3439cd39e56cb7cf010ff7196cf7844c1f7]\n2022-11-08T07:01:39.280Z\t\u001b[35mDEBUG\u001b[0m\tBase Layers: [sha256:c3fb2998ee13fa3e75afd649d71a5599a5226095eb21e4b00ad85310420435ca]\n2022-11-08T07:01:39.282Z\t\u001b[35mDEBUG\u001b[0m\tMissing image ID in cache: sha256:d48199b0b71932938e0702781c12ce784140a4089c9aacf7cefdea5b6a4eccdd\n2022-11-08T07:01:39.282Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:9e4031e90f04c77f2c6c79b4f07bd3439cd39e56cb7cf010ff7196cf7844c1f7\n2022-11-08T07:01:39.282Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:5b3b0bdadce69256a3442e5c10b51ed469c49dcea1a9390ae380cff305e47f12\n2022-11-08T07:01:39.282Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:cfddcd7818294c709e2c5e4d358989ed4a6e6ff2ed4c2aca9c26e3582d9e8a45\n2022-11-08T07:01:39.282Z\t\u001b[35mDEBUG\u001b[0m\tMissing diff ID in cache: sha256:24fcb8cc322332acc490b1f583b1072b359db3d26f7754ad936f7bfe78b57dd0\n2022-11-08T07:01:44.537Z\t\u001b[35mDEBUG\u001b[0m\tAnalysis error: go binary parse error: EOF\n2022-11-08T07:01:48.105Z\t\u001b[34mINFO\u001b[0m\tDetected OS: centos\n2022-11-08T07:01:48.105Z\t\u001b[34mINFO\u001b[0m\tDetecting RHEL/CentOS vulnerabilities...\n2022-11-08T07:01:48.105Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: os version: 7\n2022-11-08T07:01:48.105Z\t\u001b[35mDEBUG\u001b[0m\tRed Hat: the number of packages: 258\n2022-11-08T07:01:48.211Z\t\u001b[34mINFO\u001b[0m\tNumber of language-specific files: 1\n2022-11-08T07:01:48.211Z\t\u001b[34mINFO\u001b[0m\tDetecting node-pkg vulnerabilities...\n2022-11-08T07:01:48.211Z\t\u001b[35mDEBUG\u001b[0m\tDetecting library vulnerabilities, type: node-pkg, path: \n","time":"2022-11-08T07:01:48Z"}
{"level":"debug","msg":"Removing scan report tmp file","path":"/home/scanner/.cache/reports/scan_report_523776377.json","time":"2022-11-08T07:01:48Z"}

janepelladinesh avatar Nov 25 '22 12:11 janepelladinesh

Hi @DmitriyLewen

I had attached the logs , if you need more information , please let me know

++ @afdesk could you please also check and help us

janepelladinesh avatar Nov 28 '22 05:11 janepelladinesh

Hello @janepelladinesh I checked your logs: Trivy logs look correct(i don't see errors)

I see you created issue in harbor. Lets wait answer.

DmitriyLewen avatar Nov 29 '22 06:11 DmitriyLewen

Hello. can you test the offline mode: time trivy image --help --offline-scan do not issue API requests to identify dependencies

bameur avatar Jan 17 '23 15:01 bameur

Hello @janepelladinesh !

There is issue with same problem - #3514. We are working to fix this.

You can see decision-making stage in this issue.

DmitriyLewen avatar Feb 09 '23 11:02 DmitriyLewen

Hello @janepelladinesh !

There is issue with same problem - #3514. We are working to fix this.

You can see decision-making stage in this issue.

@DmitriyLewen Thank you for looking into the issue , we will wait for your fix

janepelladinesh avatar Feb 09 '23 13:02 janepelladinesh

We cut v0.37.2, and it should mitigate the issue.

knqyf263 avatar Feb 13 '23 14:02 knqyf263

We cut v0.37.2, and it should mitigate the issue.

Hi @knqyf263 @DmitriyLewen

we have changed the image in docker compose and got the latest version 0.37.2

but still i can see 10 images failed with same error

Failed to get report for artifact %s of mimetype %s, error %vsha256:412bcf853a9796500xxxxxxxxxxxxxxxxxxxxxxxxxxxxx238203f2dbfefe0c2application/vnd.security.vulnerability.report; version=1.1unexpected EOF

image

janepelladinesh avatar Feb 14 '23 12:02 janepelladinesh

Do you mind if providing your images for testing?

knqyf263 avatar Feb 14 '23 13:02 knqyf263

Do you mind if providing your images for testing?

@knqyf263 , sorry we can't share our organization images , but issue is if i push the same image second time , image scan is success

janepelladinesh avatar Feb 15 '23 12:02 janepelladinesh

@knqyf263 , is new trivy version image available with these changes ? i don't see any new version for the changes #3640

janepelladinesh avatar Feb 21 '23 04:02 janepelladinesh

@knqyf263 , i can see milestone is closed , is the new goharbor/trivy-adapter-photon image available with v0.38.0 version ?

janepelladinesh avatar Mar 02 '23 14:03 janepelladinesh

@chen-keinan

knqyf263 avatar Mar 02 '23 14:03 knqyf263

@chen-keinan @knqyf263 , could you please provide the approximate release date of v0.38.0 trivy versioned goharbor/trivy-adapter-photon image

janepelladinesh avatar Mar 08 '23 07:03 janepelladinesh

@janepelladinesh I can cut harbor-trivy-adapter with trivy v0.38.1 early next week

chen-keinan avatar Mar 08 '23 07:03 chen-keinan

Hi, Still seeing similar issues in latest version of trivy https://github.com/aquasecurity/trivy/issues/3807

namandf avatar Mar 13 '23 09:03 namandf

@chen-keinan could you please release the harbor-trivy-adapter with trivy v0.38.1, i will test it

janepelladinesh avatar Mar 13 '23 11:03 janepelladinesh

@chen-keinan could you please release the harbor-trivy-adapter with trivy v0.38.1, i will test it

Already released yesterday with trivy v0.38.2

chen-keinan avatar Mar 13 '23 11:03 chen-keinan

@chen-keinan goharbor/trivy-adapter-photon:dev from dockerhub , i can see version is still ENV TRIVY_VERSION=v0.37.2 , could you please tell what is the tag for v0.38.1

janepelladinesh avatar Mar 13 '23 11:03 janepelladinesh

@chen-keinan goharbor/trivy-adapter-photon:dev from dockerhub , i can see version is still ENV TRIVY_VERSION=v0.37.2 , could you please tell what is the tag for v0.38.1

This is latest trivy adapter : https://github.com/aquasecurity/harbor-scanner-trivy/releases/tag/v0.30.8

chen-keinan avatar Mar 13 '23 11:03 chen-keinan