Hello,
In my current build from maven, it acts like it does not have classes
included for compilation. When I do a manual install, it doesn't make a
difference. I have also tried adding a dependency tag like so(with
specifics changed):
<dependencyManagement>
<dependencies>
.......
<dependency>
<groupId>etc. </groupId>
<artifactId>etc.</artifactId>
<version>some version</version>
</dependency>
........
</dependencies>
</dependencyManagement>
It still doesn't seem to make a difference. I guess my question is, how
do I have maven include this jar in order to properly compile the code?
Thanks,
Jeremy