[Building Sakai] Resolving Tomcat Dependencies in Maven

Zach A. Thomas zach.thomas at gmail.com
Fri Aug 17 11:23:12 PDT 2012


Hi, Mark. Since these artifacts aren't in the official maven repo, I've uploaded them to the sakaiproject repo for you.

However, the version I used was 5.5.35, which is the latest of the 5.5.x line. I hope that will work for what you need. Let me know.

regards,
Zach
On Aug 17, 2012, at 12:32 PM, "Mark J. Norton" <markjnorton at earthlink.net> wrote:

> I am using some third-party software that in turn uses classes from the Tomcat catalina and utils JARs.  Both of these JARs are present in the Tomcat distro (5.5.30 running Sakai 2.8.0).  The question is how to declare these dependencies in Maven.  Currently, I have:
> <dependency>
>     <groupId>org.apache.tomcat</groupId>
>     <artifactId>tomcat-catalina</artifactId>
>     <version>5.5.30</version>
> </dependency>
> <dependency>
>     <groupId>org.apache.tomcat</groupId>
>     <artifactId>tomcat-util</artifactId>
>     <version>5.5.30</version>
> </dependency>
> These result in an unresolved dependency, ie., they are not found in any repository.
> 
> Some of the web documentation I've seen refers to a Maven Tomcat plugin.  Do I need to include that?  If so, how?
> 
> - Mark Norton
> 
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20120817/b893a9fa/attachment.html 


More information about the sakai-dev mailing list