|
|
@@ -76,5 +76,83 @@
|
|
|
<version>0.9.10</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
+ <artifactId>bcpkix-jdk15on</artifactId>
|
|
|
+ <version>1.70</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
+
|
|
|
+<!-- <build>-->
|
|
|
+<!-- <directory>${project.basedir}/target</directory>-->
|
|
|
+
|
|
|
+<!-- <plugins>-->
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+<!-- <artifactId>maven-jar-plugin</artifactId>-->
|
|
|
+<!-- <configuration>-->
|
|
|
+<!-- <archive>-->
|
|
|
+<!-- <manifest>-->
|
|
|
+<!-- <!–是否要把第三方jar放到manifest的classpath中–>-->
|
|
|
+<!-- <addClasspath>true</addClasspath>-->
|
|
|
+<!-- <!–生成的manifest中classpath的前缀,因为要把第三方jar放到lib目录下,所以classpath的前缀是lib/–>-->
|
|
|
+<!-- <classpathPrefix>lib/</classpathPrefix>-->
|
|
|
+<!-- <!– 打包时 MANIFEST.MF 文件不记录的时间戳版本 –>-->
|
|
|
+<!-- <useUniqueVersions>false</useUniqueVersions>-->
|
|
|
+<!-- </manifest>-->
|
|
|
+<!-- <manifestEntries>-->
|
|
|
+<!-- <!– 在 Class-Path 下添加配置文件的路径 –>-->
|
|
|
+<!-- <Class-Path>config/</Class-Path>-->
|
|
|
+<!-- </manifestEntries>-->
|
|
|
+<!-- </archive>-->
|
|
|
+<!-- </configuration>-->
|
|
|
+<!-- </plugin>-->
|
|
|
+
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+<!-- <artifactId>maven-dependency-plugin</artifactId>-->
|
|
|
+<!-- <executions>-->
|
|
|
+<!-- <execution>-->
|
|
|
+<!-- <id>copy-dependencies</id>-->
|
|
|
+<!-- <phase>package</phase>-->
|
|
|
+<!-- <goals>-->
|
|
|
+<!-- <goal>copy-dependencies</goal>-->
|
|
|
+<!-- </goals>-->
|
|
|
+<!-- <configuration>-->
|
|
|
+<!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
|
|
|
+<!-- <overWriteReleases>false</overWriteReleases>-->
|
|
|
+<!-- <overWriteSnapshots>false</overWriteSnapshots>-->
|
|
|
+<!-- </configuration>-->
|
|
|
+<!-- </execution>-->
|
|
|
+<!-- </executions>-->
|
|
|
+<!-- </plugin>-->
|
|
|
+
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+<!-- <artifactId>maven-shade-plugin</artifactId>-->
|
|
|
+<!-- <version>3.2.4</version>-->
|
|
|
+<!-- <executions>-->
|
|
|
+<!-- <execution>-->
|
|
|
+<!-- <phase>package</phase>-->
|
|
|
+<!-- <goals>-->
|
|
|
+<!-- <goal>shade</goal>-->
|
|
|
+<!-- </goals>-->
|
|
|
+<!-- <configuration>-->
|
|
|
+<!-- <transformers>-->
|
|
|
+<!-- <!– <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">–>-->
|
|
|
+<!-- <!– <mainClass>com.example.MainClass</mainClass>–>-->
|
|
|
+<!-- <!– </transformer>–>-->
|
|
|
+<!-- <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">-->
|
|
|
+<!-- <resource>META-INF/spring.handlers</resource>-->
|
|
|
+<!-- </transformer>-->
|
|
|
+<!-- <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">-->
|
|
|
+<!-- <resource>META-INF/spring.schemas</resource>-->
|
|
|
+<!-- </transformer>-->
|
|
|
+<!-- </transformers>-->
|
|
|
+<!-- </configuration>-->
|
|
|
+<!-- </execution>-->
|
|
|
+<!-- </executions>-->
|
|
|
+<!-- </plugin>-->
|
|
|
+<!-- </plugins>-->
|
|
|
+<!-- </build>-->
|
|
|
</project>
|