Selaa lähdekoodia

修改包版本

miaozy 5 vuotta sitten
vanhempi
commit
749f2c0d1a
2 muutettua tiedostoa jossa 18 lisäystä ja 3 poistoa
  1. 11 2
      ipu-ddmp-data/pom.xml
  2. 7 1
      ipu-server-libs/pom.xml

+ 11 - 2
ipu-ddmp-data/pom.xml

77
		<dependency>
77
		<dependency>
78
			<groupId>org.springframework</groupId>
78
			<groupId>org.springframework</groupId>
79
			<artifactId>spring-webmvc</artifactId>
79
			<artifactId>spring-webmvc</artifactId>
80
			<version>4.3.22.RELEASE</version>
80
			<version>4.3.20.RELEASE</version>
81
		</dependency>
81
		</dependency>
82
		<!-- 缺省用tomcat容器 -->
82
		<!-- 缺省用tomcat容器 -->
83
		<dependency>
83
		<dependency>
159
		<dependency>
159
		<dependency>
160
			<groupId>org.apache.kafka</groupId>
160
			<groupId>org.apache.kafka</groupId>
161
			<artifactId>kafka-clients</artifactId>
161
			<artifactId>kafka-clients</artifactId>
162
			<version>0.10.2.0</version>
162
			<version>0.11.0.2</version>
163
		</dependency>
163
		</dependency>
164
164
165
		<dependency>
165
		<dependency>
191
					<artifactId>httpclient</artifactId>
191
					<artifactId>httpclient</artifactId>
192
					<groupId>org.apache.httpcomponents</groupId>
192
					<groupId>org.apache.httpcomponents</groupId>
193
				</exclusion>
193
				</exclusion>
194
				<exclusion>
195
					<artifactId>commons-beanutils</artifactId>
196
					<groupId>commons-beanutils</groupId>
197
				</exclusion>
194
			</exclusions>
198
			</exclusions>
195
        </dependency>
199
        </dependency>
196
		<dependency>
200
		<dependency>
201
			<groupId>commons-beanutils</groupId>
202
			<artifactId>commons-beanutils</artifactId>
203
			<version>1.9.4</version>
204
		</dependency>
205
		<dependency>
197
			<artifactId>httpclient</artifactId>
206
			<artifactId>httpclient</artifactId>
198
			<groupId>org.apache.httpcomponents</groupId>
207
			<groupId>org.apache.httpcomponents</groupId>
199
			<version>4.5.5</version>
208
			<version>4.5.5</version>

+ 7 - 1
ipu-server-libs/pom.xml

60
		<dependency>
60
		<dependency>
61
			<groupId>org.springframework</groupId>
61
			<groupId>org.springframework</groupId>
62
			<artifactId>spring-webmvc</artifactId>
62
			<artifactId>spring-webmvc</artifactId>
63
			<version>4.3.22.RELEASE</version>
63
			<version>4.3.20.RELEASE</version>
64
		</dependency>
64
		</dependency>
65
		<dependency>
65
		<dependency>
66
			<groupId>commons-fileupload</groupId>
66
			<groupId>commons-fileupload</groupId>
102
			<groupId>org.jsoup</groupId>
102
			<groupId>org.jsoup</groupId>
103
			<version>1.9.2</version>
103
			<version>1.9.2</version>
104
		</dependency>
104
		</dependency>
105
		<dependency>
106
			<groupId>commons-beanutils</groupId>
107
			<artifactId>commons-beanutils</artifactId>
108
			<version>1.9.4</version>
109
		</dependency>
110
105
<!--		<dependency>-->
111
<!--		<dependency>-->
106
<!--			<artifactId>jsoup</artifactId>-->
112
<!--			<artifactId>jsoup</artifactId>-->
107
<!--			<groupId>org.jsoup</groupId>-->
113
<!--			<groupId>org.jsoup</groupId>-->