You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2005/08/29 22:41:05 UTC

cvs commit: ws-wsrp4j/sandbox/wsrp4j/commons-producer project.xml

dlouzan     2005/08/29 13:41:05

  Modified:    sandbox/wsrp4j/commons-producer project.xml
  Log:
  Modified dependencies.
  
  Revision  Changes    Path
  1.2       +10 -0     ws-wsrp4j/sandbox/wsrp4j/commons-producer/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/commons-producer/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	28 Aug 2005 22:58:29 -0000	1.1
  +++ project.xml	29 Aug 2005 20:41:05 -0000	1.2
  @@ -48,6 +48,16 @@
               <artifactId>wsrp4j-commons</artifactId>
               <version>&wsrp4j-version;</version>
           </dependency>
  +        <dependency>
  +            <artifactId>servletapi</artifactId>
  +            <groupId>servletapi</groupId>
  +            <version>2.3</version>
  +        </dependency>
  +        <dependency>
  +            <artifactId>axis</artifactId>
  +            <groupId>axis</groupId>
  +            <version>1.2.1</version>
  +        </dependency>
       </dependencies>
       
   </project>