[EMAIL PROTECTED] ha scritto:
Hi guys

My apologies if I'm sending this e-mail to the wrong mailinglist. I was wondering if it's possible to add Struts 1.3.5 to the maven repository. I know there are 2 versions available (parent en core), but no matter what I try, I can't seem to download them from the repository. If I use the parent, I receive the message that I should install it manually, if I use the core, well, nothing happens.

Try defining this dependency in your pom.xml:

     <dependency>
       <groupId>org.apache.struts</groupId>
       <artifactId>struts-core</artifactId>
       <version>1.3.5</version>
     </dependency>

HTH
Antonio


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to