| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <parent>
- <groupId>com.lc.ibps.cloud</groupId>
- <artifactId>ibps-comp-root</artifactId>
- <version>3.3.7-LC.RELEASE</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>ibps-comp-report-boot</artifactId>
- <properties>
- <java.version>1.8</java.version>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
-
- <jboss-logging.version>3.3.0.Final</jboss-logging.version>
-
- <maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
-
- <raqsoft.v2018.version>v2018</raqsoft.v2018.version>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging</artifactId>
- <version>${jboss-logging.version}</version>
- </dependency>
- <dependency>
- <groupId>com.lc.ibps.cloud.base</groupId>
- <artifactId>ibps-comp-file-server-client</artifactId>
- </dependency>
- <dependency>
- <groupId>com.lc.ibps.cloud</groupId>
- <artifactId>ibps-basic-discovery</artifactId>
- </dependency>
- <dependency>
- <groupId>com.lc.ibps.cloud</groupId>
- <artifactId>ibps-comp-report</artifactId>
- </dependency>
- <dependency>
- <groupId>com.lc.ibps.cloud</groupId>
- <artifactId>ibps-oauth-client-feignclient</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-log4j2</artifactId>
- </dependency>
- <dependency>
- <groupId>javax</groupId>
- <artifactId>javaee-api</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid</artifactId>
- </dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- </dependency>
- <dependency>
- <groupId>com.microsoft.sqlserver</groupId>
- <artifactId>mssql-jdbc</artifactId>
- </dependency>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>oracledriver</artifactId>
- </dependency>
- <dependency>
- <groupId>fakepath</groupId>
- <artifactId>postgresql</artifactId>
- </dependency>
- <!-- raqsoft start -->
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-anim</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-awt-util</artifactId>
- <version>1.7</version>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-bridge</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-codec</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-css</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-dom</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-ext</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-extension</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-gui-util</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-gvt</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-parser</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-script</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-svg-dom</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-svggen</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-swing</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-transcoder</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-util</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-xml</artifactId>
- </dependency>
-
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.3.3</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.2</version>
- </dependency>
-
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-stax-api_1.0_spec</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.htmlparser</groupId>
- <artifactId>htmlparser</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>fluent-hc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient-cache</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient-win</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.2</version>
- </dependency>
-
- <dependency>
- <groupId>net.jpountz.lz4</groupId>
- <artifactId>lz4</artifactId>
- </dependency>
-
-
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-excelant</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml-schemas</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-scratchpad</artifactId>
- </dependency>
-
- <dependency>
- <groupId>com.github.insubstantial</groupId>
- <artifactId>substance</artifactId>
- </dependency>
-
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.3.04</version>
- </dependency>
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis-ext</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.xmlbeans</groupId>
- <artifactId>xmlbeans</artifactId>
- </dependency>
-
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.0</version>
- </dependency>
- <dependency>
- <groupId>org.quartz-scheduler</groupId>
- <artifactId>quartz</artifactId>
- <version>2.1.6</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.6.0</version>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.11.0</version>
- </dependency>
- <dependency>
- <groupId>jdom</groupId>
- <artifactId>jdom</artifactId>
- </dependency>
-
- <!-- <dependency>
- <groupId>com.sun.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4.2</version>
- </dependency> -->
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>mail</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <!-- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>core</artifactId>
- <version>3.3.0</version>
- </dependency> -->
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>zxing3.3</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <!-- <dependency>
- <groupId>batik</groupId>
- <artifactId>pdf-transcoder</artifactId>
- <version>1.0</version>
- </dependency> -->
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>pdf-transcoder</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>pdfbox</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>icu4j_3_4_5</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>Qrcode_swetake</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>jai_codec</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>jai_core</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>js</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>json</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>jsobject</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>center</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>datalogic</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>datetimeformat</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>dm</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>guide</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>numformat</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>raqsoftReport</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>report4</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <dependency>
- <groupId>com.raqsoft</groupId>
- <artifactId>report5StaticHtml</artifactId>
- <version>${raqsoft.v2018.version}</version>
- </dependency>
- <!-- raqsoft end -->
-
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-clean-plugin</artifactId>
- <version>3.0.0</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.0</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <fork>true</fork>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <encoding>UTF-8</encoding>
- </configuration>
- <executions>
- <execution>
- <id>copy-dependencies</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.build.directory}/lib</outputDirectory>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>false</overWriteSnapshots>
- <overWriteIfNewer>true</overWriteIfNewer>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <property name="classes.dir" value="${project.build.directory}/classes-exclude"/>
- <property name="lib.dir" value="${project.build.directory}/lib-exclude"/>
-
- <copy todir="${classes.dir}" includeEmptyDirs="false">
- <fileset dir="${project.build.directory}/classes">
- </fileset>
- </copy>
- <copy todir="${lib.dir}">
- <fileset dir="${project.build.directory}/lib"/>
- </copy>
-
- <unjar dest="${classes.dir}" overwrite="false">
- <patternset>
- <include name="**/appd"/>
- <include name="**/*.sh"/>
- <include name="**/*.bat"/>
- <include name="**/readMe"/>
-
- <include name="**/*.xsd"/>
- <include name="**/*.xml"/>
- <include name="**/*.yml"/>
- <include name="**/*.txt"/>
- <include name="**/*.conf"/>
- <include name="**/*.properties"/>
- <include name="**/*.setting"/>
-
- <include name="**/*.fon"/>
- <include name="**/*.ttf"/>
- <include name="**/*.ttc"/>
-
- <exclude name="**/*.map.xml"/>
- <exclude name="org/activiti/engine/mapping/**/*.xml"/>
- </patternset>
- <fileset dir="${lib.dir}">
- <include name="lc-*.jar"/>
- <include name="ibps-*.jar"/>
- </fileset>
- </unjar>
-
- <!--
- <delete includeEmptyDirs="true">
- <fileset dir="${lib.dir}">
- <include name="lc-*.jar"/>
- <include name="ibps-*.jar"/>
- </fileset>
- </delete>
- -->
-
- <property name="jarname" value="socket.jar"/>
- <property name="jarfile.exclude.basedir" value="${project.build.directory}/${project.artifactId}-exclude"/>
- <property name="jarfile.exclude.name" value="${jarfile.exclude.basedir}/${jarname}"/>
-
- <copy todir="${jarfile.exclude.basedir}" includeEmptyDirs="false">
- <fileset dir="${classes.dir}">
- <exclude name="**/*.class" />
- </fileset>
- </copy>
- <copy todir="${jarfile.exclude.basedir}/lib">
- <fileset dir="${lib.dir}"/>
- </copy>
- <pathconvert property="exclude.lib" pathsep=" ">
- <mapper>
- <chainedmapper>
- <flattenmapper />
- <globmapper from="*" to="lib/*" />
- </chainedmapper>
- </mapper>
- <fileset dir="${jarfile.exclude.basedir}/lib">
- <include name="*.jar" />
- </fileset>
- </pathconvert>
- <jar destfile="${jarfile.exclude.name}">
- <manifest>
- <attribute name="Class-Path" value=". ${exclude.lib}"/>
- <attribute name="Main-Class" value="com.lc.ibps.SocketApplication"/>
- </manifest>
- <fileset dir="${classes.dir}">
- <include name="**/*.class" />
- </fileset>
- </jar>
-
- <delete includeEmptyDirs="true">
- <fileset dir="${classes.dir}"/>
- <fileset dir="${lib.dir}"/>
- <fileset dir="${project.build.directory}/lib"/>
- </delete>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>timestamp-property</id>
- <goals>
- <goal>timestamp-property</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <name>current.time</name>
- <pattern>yyyyMMdd-HHmmss</pattern>
- <timeZone>GMT+8</timeZone>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>com.spotify</groupId>
- <artifactId>dockerfile-maven-plugin</artifactId>
- <version>1.4.10</version>
- <executions>
- <execution>
- <phase>install</phase>
- <goals>
- <goal>build</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <writeTestMetadata>false</writeTestMetadata>
- <repository>lc/ibps/v3/${project.artifactId}</repository>
- <tag>v${current.time}</tag>
- 需要在操作系统环境变量配置DOCKER_HOST=tcp://ip:port
- </configuration>
- </plugin> -->
- </plugins>
- </build>
- </project>
|