JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

nhin-d\java\config\config-ui\pom.xml missing spring-web dependency #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
nhin-d\java\config\config-ui\pom.xml missing spring-web dependency

MISSING_BEG
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
            <version>3.0.4.RELEASE</version>
            <type>jar</type>
            <scope>compile</scope>
        </dependency>
MISSING_END
...
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
            <version>3.0.4.RELEASE</version>
            <type>jar</type>
            <scope>compile</scope>
        </dependency>

The eclipse project will not compile nor will the application initialize 
correctly without this.

This issue was found in latest trunk downloaded 2010-01-28.

Original issue reported on code.google.com by jwein...@gmail.com on 31 Jan 2011 at 9:57

GoogleCodeExporter commented 9 years ago

Original comment by bgran...@harris.com on 3 Mar 2011 at 11:29

GoogleCodeExporter commented 9 years ago
Adding missing dependency

Original comment by bgran...@harris.com on 18 Mar 2011 at 8:05

GoogleCodeExporter commented 9 years ago
Assigning

Original comment by bgran...@harris.com on 18 Mar 2011 at 8:06

GoogleCodeExporter commented 9 years ago
Added dependency to config-ui pom.xml file. 

Verified library in Eclipse. 
Verified successful deployment / usage.

Original comment by bgran...@harris.com on 18 Mar 2011 at 8:23