File tree Expand file tree Collapse file tree 2 files changed +32
-29
lines changed
dubbo-rpc/dubbo-rpc-webservice Expand file tree Collapse file tree 2 files changed +32
-29
lines changed Original file line number Diff line number Diff line change 357357 </plugins >
358358 </build >
359359 </profile >
360- <profile >
361- <id >jdk9</id >
362- <activation >
363- <activeByDefault >true</activeByDefault >
364- <jdk >1.9</jdk >
365- </activation >
366- <dependencies >
367- <dependency >
368- <groupId >javax.xml.bind</groupId >
369- <artifactId >jaxb-api</artifactId >
370- <version >2.3.0</version >
371- </dependency >
372- <dependency >
373- <groupId >com.sun.xml.bind</groupId >
374- <artifactId >jaxb-impl</artifactId >
375- <version >2.3.0</version >
376- </dependency >
377- <dependency >
378- <groupId >com.sun.xml.bind</groupId >
379- <artifactId >jaxb-core</artifactId >
380- <version >2.3.0</version >
381- </dependency >
382- <dependency >
383- <groupId >javax.activation</groupId >
384- <artifactId >javax.activation-api</artifactId >
385- <version >1.2.0</version >
386- </dependency >
387- </dependencies >
388- </profile >
389360 </profiles >
390361
391362</project >
Original file line number Diff line number Diff line change 5353 <artifactId >spring-context</artifactId >
5454 </dependency >
5555 </dependencies >
56+
57+ <profiles >
58+ <profile >
59+ <id >jdk9</id >
60+ <activation >
61+ <activeByDefault >true</activeByDefault >
62+ <jdk >1.9</jdk >
63+ </activation >
64+ <dependencies >
65+ <dependency >
66+ <groupId >javax.xml.bind</groupId >
67+ <artifactId >jaxb-api</artifactId >
68+ <version >2.3.0</version >
69+ </dependency >
70+ <dependency >
71+ <groupId >com.sun.xml.bind</groupId >
72+ <artifactId >jaxb-impl</artifactId >
73+ <version >2.3.0</version >
74+ </dependency >
75+ <dependency >
76+ <groupId >com.sun.xml.bind</groupId >
77+ <artifactId >jaxb-core</artifactId >
78+ <version >2.3.0</version >
79+ </dependency >
80+ <dependency >
81+ <groupId >javax.activation</groupId >
82+ <artifactId >javax.activation-api</artifactId >
83+ <version >1.2.0</version >
84+ </dependency >
85+ </dependencies >
86+ </profile >
87+ </profiles >
5688</project >
You can’t perform that action at this time.
0 commit comments