Subversion Repositories Integrator Subversion

Rev

Rev 440 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 440 Rev 443
Line 34... Line 34...
34
                <dependency>
34
                <dependency>
35
                        <groupId>javax.servlet</groupId>
35
                        <groupId>javax.servlet</groupId>
36
                        <artifactId>servlet-api</artifactId>
36
                        <artifactId>servlet-api</artifactId>
37
                        <scope>provided</scope>
37
                        <scope>provided</scope>
38
                </dependency>
38
                </dependency>
39
                <!-- 
-
 
40
                <dependency>
39
                <dependency>
41
                        <groupId>org.springframework</groupId>
40
                        <groupId>org.springframework</groupId>
42
                        <artifactId>spring-web</artifactId>
41
                        <artifactId>spring-web</artifactId>
-
 
42
                        <scope>provided</scope>
43
                </dependency>
43
                </dependency>
44
                <dependency>
44
                <dependency>
45
                        <groupId>org.springframework</groupId>
45
                        <groupId>org.springframework</groupId>
46
                        <artifactId>spring-webmvc</artifactId>
46
                        <artifactId>spring-webmvc</artifactId>
-
 
47
                        <scope>provided</scope>
47
                </dependency>
48
                </dependency>
48
                 -->
-
 
49
        </dependencies>
49
        </dependencies>
50
</project>
50
</project>