shuber      2005/06/17 14:59:58 CEST

  Modified files:        (Branch: JAHIA-HIBERNATE-BRANCH)
    core                 project.xml 
  Log:
  Adding missing dependency to JMock library. Someone this was not causing a 
problem for Maven, it probably leaks it from a plugin or something, but this 
was preventing compilation in my IDE :)
  
  Revision  Changes    Path
  1.36.2.5  +5 -0      jahia/core/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/project.xml.diff?r1=1.36.2.4&r2=1.36.2.5&f=h
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/project.xml,v
  retrieving revision 1.36.2.4
  retrieving revision 1.36.2.5
  diff -u -r1.36.2.4 -r1.36.2.5
  --- project.xml       16 Jun 2005 10:59:26 -0000      1.36.2.4
  +++ project.xml       17 Jun 2005 12:59:58 -0000      1.36.2.5
  @@ -1029,6 +1029,11 @@
         </dependency>
         <dependency>
               <groupId>jmock</groupId>
  +            <artifactId>jmock</artifactId>
  +            <version>SNAPSHOT</version>
  +      </dependency>
  +      <dependency>
  +            <groupId>jmock</groupId>
               <artifactId>jmock-cglib</artifactId>
               <version>1.0.1</version>
         </dependency>
  

Reply via email to