提交pom文件
Showing
1 changed file
with
68 additions
and
0 deletions
pom.xml
0 → 100644
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
3 | <modelVersion>4.0.0</modelVersion> | ||
4 | <groupId>NNOAWEB</groupId> | ||
5 | <artifactId>frontweb-xayzt</artifactId> | ||
6 | <packaging>war</packaging> | ||
7 | <version>0.0.1-SNAPSHOT</version> | ||
8 | <name>frontweb-xayzt Maven Webapp</name> | ||
9 | <url>http://maven.apache.org</url> | ||
10 | <dependencies> | ||
11 | <!-- <dependency> | ||
12 | <groupId>junit</groupId> | ||
13 | <artifactId>junit</artifactId> | ||
14 | <version>3.8.1</version> | ||
15 | <scope>test</scope> | ||
16 | </dependency> | ||
17 | <dependency> | ||
18 | <groupId>org.apache.commons</groupId> | ||
19 | <artifactId>commons-lang3</artifactId> | ||
20 | <version>3.3.2</version> | ||
21 | </dependency> | ||
22 | <!– <dependency> | ||
23 | <groupId>org.jasig.cas.client</groupId> | ||
24 | <artifactId>cas-client-core</artifactId> | ||
25 | <version>3.2.0</version> | ||
26 | </dependency> –> | ||
27 | <dependency> | ||
28 | <groupId>org.springframework</groupId> | ||
29 | <artifactId>spring-context</artifactId> | ||
30 | <version>4.1.0.Release</version> | ||
31 | </dependency> | ||
32 | |||
33 | <!– https://mvnrepository.com/artifact/com.thetransactioncompany/cors-filter –> | ||
34 | <dependency> | ||
35 | <groupId>com.thetransactioncompany</groupId> | ||
36 | <artifactId>cors-filter</artifactId> | ||
37 | <version>2.5</version> | ||
38 | </dependency> | ||
39 | <!– https://mvnrepository.com/artifact/com.thetransactioncompany/java-property-utils –> | ||
40 | <dependency> | ||
41 | <groupId>com.thetransactioncompany</groupId> | ||
42 | <artifactId>java-property-utils</artifactId> | ||
43 | <version>1.9</version> | ||
44 | </dependency> | ||
45 | <dependency> | ||
46 | <groupId>cmp</groupId> | ||
47 | <artifactId>cmp-project</artifactId> | ||
48 | <version>0.0.1-SNAPSHOT</version> | ||
49 | </dependency>--> | ||
50 | </dependencies> | ||
51 | <build> | ||
52 | <finalName>frontweb</finalName> | ||
53 | <plugins> | ||
54 | <plugin> | ||
55 | <groupId>org.apache.maven.plugins</groupId> | ||
56 | <artifactId>maven-compiler-plugin</artifactId> | ||
57 | <version>3.5.1</version> | ||
58 | <configuration> | ||
59 | <source>1.7</source> | ||
60 | <target>1.7</target> | ||
61 | </configuration> | ||
62 | </plugin> | ||
63 | </plugins> | ||
64 | </build> | ||
65 | <properties> | ||
66 | <failOnMissingWebXml>false</failOnMissingWebXml> | ||
67 | </properties> | ||
68 | </project> |
-
Please register or sign in to post a comment