| | |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-lang3</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- JSON工具类 --> |
| | | <dependency> |
| | | <groupId>com.fasterxml.jackson.core</groupId> |
| | |
| | | <version>5.5.13</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.sun.xml.messaging.saaj</groupId> |
| | | <artifactId>saaj-impl</artifactId> |
| | | <version>3.0.2</version> |
| | | </dependency> |
| | | |
| | | <!-- 也可以同时添加这个 --> |
| | | <dependency> |
| | | <groupId>javax.xml.soap</groupId> |
| | | <artifactId>javax.xml.soap-api</artifactId> |
| | | <version>1.4.0</version> |
| | | </dependency> |
| | | </dependencies> |
| | | <!-- <build>--> |
| | | <!-- <plugins>--> |
| | | <!-- <plugin>--> |
| | | <!-- <groupId>org.apache.maven.plugins</groupId>--> |
| | | <!-- <artifactId>maven-compiler-plugin</artifactId>--> |
| | | <!-- <version>3.1</version>--> |
| | | <!-- <configuration>--> |
| | | <!-- <source>1.8</source>--> |
| | | <!-- <target>1.8</target>--> |
| | | <!-- <encoding>UTF-8</encoding>--> |
| | | <!-- <compilerArgs>--> |
| | | <!-- <arg>-XDignore.symbol.file</arg>--> |
| | | <!-- </compilerArgs>--> |
| | | <!-- <fork>true</fork>--> |
| | | <!-- </configuration>--> |
| | | <!-- </plugin>--> |
| | | <!-- </plugins>--> |
| | | <!-- </build>--> |
| | | |
| | | <!-- <build>--> |
| | | <!-- <plugins>--> |
| | | |
| | | <!-- <plugin>--> |
| | | <!-- <groupId>org.apache.maven.plugins</groupId>--> |