소스 검색

POM依赖整理

xueli.xue 9 년 전
부모
커밋
70a12160b2
4개의 변경된 파일18개의 추가작업 그리고 94개의 파일을 삭제
  1. 17 0
      pom.xml
  2. 0 35
      xxl-job-admin/pom.xml
  3. 1 25
      xxl-job-core/pom.xml
  4. 0 34
      xxl-job-executor-example/pom.xml

+ 17 - 0
pom.xml 파일 보기

@@ -14,6 +14,7 @@
14 14
 
15 15
 	<properties>
16 16
 		<xxl-job.version>1.4.0</xxl-job.version>
17
+		<spring.version>3.2.14.RELEASE</spring.version>
17 18
 	</properties>
18 19
 
19 20
 	<build>
@@ -28,6 +29,22 @@
28 29
 					<encoding>UTF8</encoding>
29 30
 				</configuration>
30 31
 			</plugin>
32
+			<plugin>
33
+				<groupId>org.apache.maven.plugins</groupId>
34
+				<artifactId>maven-war-plugin</artifactId>
35
+				<version>2.2</version>
36
+				<configuration>
37
+					<archiveClasses>false</archiveClasses>
38
+				</configuration>
39
+			</plugin>
40
+			<plugin>
41
+				<groupId>org.apache.maven.plugins</groupId>
42
+				<artifactId>maven-surefire-plugin</artifactId>
43
+				<version>2.19.1</version>
44
+				<configuration>
45
+					<skip>true</skip>
46
+				</configuration>
47
+			</plugin>
31 48
 		</plugins>
32 49
 	</build>
33 50
 

+ 0 - 35
xxl-job-admin/pom.xml 파일 보기

@@ -10,10 +10,6 @@
10 10
 	<version>${xxl-job.version}</version>
11 11
 	<packaging>war</packaging>
12 12
 
13
-	<properties>
14
-		<spring.version>3.2.14.RELEASE</spring.version>
15
-	</properties>
16
-
17 13
 	<dependencies>
18 14
 		<!-- springframe start -->
19 15
 		<dependency>
@@ -153,35 +149,4 @@
153 149
 
154 150
 	</dependencies>
155 151
 
156
-	<build>
157
-		<plugins>
158
-			<plugin>
159
-				<groupId>org.apache.maven.plugins</groupId>
160
-				<artifactId>maven-compiler-plugin</artifactId>
161
-				<version>3.1</version>
162
-				<configuration>
163
-					<source>1.6</source>
164
-					<target>1.6</target>
165
-					<encoding>UTF8</encoding>
166
-				</configuration>
167
-			</plugin>
168
-			<plugin>
169
-				<groupId>org.apache.maven.plugins</groupId>
170
-				<artifactId>maven-war-plugin</artifactId>
171
-				<version>2.2</version>
172
-				<configuration>
173
-					<archiveClasses>false</archiveClasses>
174
-				</configuration>
175
-			</plugin>
176
-			<plugin>
177
-				<groupId>org.apache.maven.plugins</groupId>
178
-				<artifactId>maven-surefire-plugin</artifactId>
179
-				<version>2.19.1</version>
180
-				<configuration>
181
-					<skip>true</skip>
182
-				</configuration>
183
-			</plugin>
184
-		</plugins>
185
-	</build>
186
-
187 152
 </project>

+ 1 - 25
xxl-job-core/pom.xml 파일 보기

@@ -10,7 +10,6 @@
10 10
 	<version>${xxl-job.version}</version>
11 11
 
12 12
 	<dependencies>
13
-
14 13
 		<!-- servlet -->
15 14
 		<dependency>
16 15
 			<groupId>javax.servlet</groupId>
@@ -57,7 +56,7 @@
57 56
 		<dependency>
58 57
 			<groupId>org.springframework</groupId>
59 58
 			<artifactId>spring-context</artifactId>
60
-			<version>3.2.14.RELEASE</version>
59
+			<version>${spring.version}</version>
61 60
 			<scope>compile</scope>
62 61
 		</dependency>
63 62
 		
@@ -70,27 +69,4 @@
70 69
 
71 70
 	</dependencies>
72 71
 
73
-	<build>
74
-		<plugins>
75
-			<plugin>
76
-				<groupId>org.apache.maven.plugins</groupId>
77
-				<artifactId>maven-compiler-plugin</artifactId>
78
-				<version>3.1</version>
79
-				<configuration>
80
-					<source>1.6</source>
81
-					<target>1.6</target>
82
-					<encoding>UTF8</encoding>
83
-				</configuration>
84
-			</plugin>
85
-			<plugin>
86
-				<groupId>org.apache.maven.plugins</groupId>
87
-				<artifactId>maven-surefire-plugin</artifactId>
88
-				<version>2.19.1</version>
89
-				<configuration>
90
-					<skip>true</skip>
91
-				</configuration>
92
-			</plugin>
93
-		</plugins>
94
-	</build>
95
-
96 72
 </project>

+ 0 - 34
xxl-job-executor-example/pom.xml 파일 보기

@@ -10,9 +10,6 @@
10 10
 	<version>${xxl-job.version}</version>
11 11
 	<packaging>war</packaging>
12 12
 
13
-	<properties>
14
-		<spring.version>3.2.14.RELEASE</spring.version>
15
-	</properties>
16 13
 
17 14
 	<dependencies>
18 15
 		<!-- springframe start -->
@@ -84,35 +81,4 @@
84 81
 		
85 82
 	</dependencies>
86 83
 
87
-	<build>
88
-		<plugins>
89
-			<plugin>
90
-				<groupId>org.apache.maven.plugins</groupId>
91
-				<artifactId>maven-compiler-plugin</artifactId>
92
-				<version>3.1</version>
93
-				<configuration>
94
-					<source>1.6</source>
95
-					<target>1.6</target>
96
-					<encoding>UTF8</encoding>
97
-				</configuration>
98
-			</plugin>
99
-			<plugin>
100
-				<groupId>org.apache.maven.plugins</groupId>
101
-				<artifactId>maven-war-plugin</artifactId>
102
-				<version>2.2</version>
103
-				<configuration>
104
-					<archiveClasses>false</archiveClasses>
105
-				</configuration>
106
-			</plugin>
107
-			<plugin>
108
-				<groupId>org.apache.maven.plugins</groupId>
109
-				<artifactId>maven-surefire-plugin</artifactId>
110
-				<version>2.19.1</version>
111
-				<configuration>
112
-					<skip>true</skip>
113
-				</configuration>
114
-			</plugin>
115
-		</plugins>
116
-	</build>
117
-
118 84
 </project>