In the current trunk pom.xml,  I see two artifact id's for dwr:

         <dependency>
             <groupId>dwr</groupId>
             <artifactId>dwr</artifactId>
             <version>1.1.3</version>
         </dependency>

        <dependency>
             <groupId>org.directwebremoting</groupId>
             <artifactId>dwr</artifactId>
             <version>2.0.1</version>
         </dependency>


When I went to my M2 directory, I only found the 2nd one. I guess my question is really this: Should the pom.xml be updated to not have the first dependency or am I missing where the first one is located (I don't have a dwr directory under M2)?

B.J. Reed

Reply via email to