This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Description
Hi,
when I import this project I have trouble getting the artifactorg.symphonyoss:symphonyoss:pom:10-SNAPSHOT which is requested through the specified repository in the pom file
Project build error: Non-resolvable parent POM for symphony.bots.sample:symphony-java-sample-bots:0.9.1-SNAPSHOT:
Failure to transfer org.symphonyoss:symphonyoss:pom:10-SNAPSHOT from http://maven-repository.<company>.net was cached in the local repository, resolution will not be reattempted until the update interval of <company>MavenRepository has elapsed or updates are forced. Original error:
Could not transfer artifact org.symphonyoss:symphonyoss:pom:10-SNAPSHOT from/to <company>MavenRepository (http://maven-repository.<company>.net):
Access denied to http://maven-repository.<company>.net/org/symphonyoss/symphonyoss/10-SNAPSHOT/symphonyoss-10-SNAPSHOT.pom.
Error code 403, URLBlocked and 'parent.relativePath' points at wrong local POM
I am behind a proxy that (I think) blocks getting that artifact. Is there any way around it?
Also, I don't really understand why I need that artifact. Why isn't the dependency
<dependency>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-client</artifactId>
<version>${symphony.java.client.version}</version>
</dependency>
enough?
Help's highly appreciated!