These are the two dependencies I found these online added the same <dependency></dependency> snippets in my pom but I get the message dependency not found. Maven central repo is mentioned in the repositories listed in the parent pom.
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>3.2.1</version>
</dependency>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cannot resolve project dependencies:
[ERROR] Software being installed: com.company.model 1.3.0.qualifier
[ERROR] Missing requirement: com.company.model 1.3.0.qualifier requires 'package org.antlr.stringtemplate 3.2.1' but it could not be found
[ERROR]
Exact same error for second project
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
</dependency>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86} [ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: com.company.oauth2.connector 1.0.0.qualifier
[ERROR] Missing requirement: com.company.oauth2.connector 1.0.0.qualifier requires 'package com.google.gson 2.8.0' but it could not be found