Unknow dependencies

Options

Hi everyone,

I have a Maven project that requires the following dependencies in pom.xml.

                <dependency>

                               <groupId>com.emc.documentum.rest</groupId>

                               <artifactId>oc-documentum-rest-persistence-context</artifactId>

                               <version>16.4.0050.0021</version>

                </dependency>

                <dependency>

                                <groupId>com.emc.xcp.rest</groupId>

                                <artifactId>oc-xcp-rest-security-dctm</artifactId>

                                <version>16.4.0050.00141</version>

                </dependency>

                <dependency>

                                <groupId>com.emc.documentum.rest</groupId>

                                <artifactId>oc-documentum-rest-security-core</artifactId>

                                <version>16.4.0050.0021</version>

                </dependency>

                <dependency>

                                <groupId>com.emc.documentum.rest</groupId>

                                <artifactId>oc-documentum-rest-config</artifactId>

                                <version>16.4.0050.0021</version>

                </dependency>

 

Do you know where I can find the related jars or how I have to configure the settings.xml of my Maven to point to a repository that can solve them?

Thanks in advance