You have to add the 'tags' part in both artifactId's and you can remove the <jar> tags eg:

    <dependency>
      <groupId>commons-jelly</groupId>
      <artifactId>commons-jelly-tags-interaction</artifactId>
      <version>1.0</version>
    </dependency>

HTH,
-Lukas

Rice Yeh wrote:
Hi Lukas,
  In the project.xml, the dependencies are as follows:

        <dependency>
            <artifactId>commons-jelly-interaction</artifactId>
            <groupId>commons-jelly</groupId>
            <jar>commons-jelly-tags-interaction-1.0.jar</jar>
            <version>1.0</version>
            <url/>
        </dependency>
        <dependency>
            <artifactId>commons-jelly-http</artifactId>
            <groupId>commons-jelly</groupId>
            <jar>commons-jelly-tags-http-1.0.jar</jar>
            <version>1.0</version>
            <url/>
        </dependency>

   In the repository, two files commons-jelly-tags-http-1.0.jar and
commons-jelly-tags-interaction-1.0.jar are under commons-jelly directory. I
do not know much about maven 1.x. What is going wrong?

Regards,
Rice

On Dec 4, 2007 5:01 PM, Lukas Theussl <[EMAIL PROTECTED]> wrote:


Shouldn't it be jelly-tags-interaction and jelly-tags-http?

HTH,
-Lukas


Rice Yeh wrote:

Hi,
 I am using maven to build glassfish. I get the errors below. I check

my

local repositories. I do have these 2 artifacts in it. I am using maven

1.1.

Any clue?

Exception stack traces :
org.apache.maven.verifier.UnsatisfiedDependencyException : The build

cannot

conti
nue because of the following unsatisfied dependencies:
- commons-jelly:commons-jelly-interaction:1.0:jar
- commons-jelly:commons-jelly-http:1.0:jar


Regards,
Rice


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





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

Reply via email to