Author Message
MichaelNorman
Joined: Jun 3, 2015
Messages: 448
Offline
I have a custom package that is hosted on bintray that I'm trying to use in a breeze api project. This required me to add a settings.xml file to my external maven configured in eclipse, since I could not get it to work with the embedded maven included in eclipse. I am unclear as to which project to add my maven dependency to and why it is not working? I tried adding it to the WAR project, and it does build, but I am not able to reference that dependency from code. It does show up in the maven dependency list. Any ideas on what I'm doing wrong?

The current configured dependency section from the WAR project is listed below:

<dependencies>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.avaya.collaboration.api</groupId>
<artifactId>avaya-aura-collaboration-api-3.4</artifactId>
<version>3.4.0.1.340120</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.serilogj.serilogj</groupId>
<artifactId>serilogj</artifactId>
<version>0.5.1</version>
<type>pom</type>
</dependency>
</dependencies>





MichaelNorman
Joined: Jun 3, 2015
Messages: 448
Offline
No longer an issue. I was not importing the correct namespace.
Go to:   
Mobile view