| | |
| | | |
| | | <groupId>com.genersoft</groupId> |
| | | <artifactId>wvp-pro</artifactId> |
| | | <version>2.3.1</version> |
| | | <version>2.6.7</version> |
| | | <name>web video platform</name> |
| | | <description>国标28181视频平台</description> |
| | | <packaging>${project.packaging}</packaging> |
| | | |
| | | <repositories> |
| | | <repository> |
| | |
| | | <asciidoctor.html.output.directory>${project.build.directory}/asciidoc/html</asciidoctor.html.output.directory> |
| | | <asciidoctor.pdf.output.directory>${project.build.directory}/asciidoc/pdf</asciidoctor.pdf.output.directory> |
| | | </properties> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>jar</id> |
| | | <activation> |
| | | <activeByDefault>true</activeByDefault> |
| | | </activation> |
| | | <properties> |
| | | <project.packaging>jar</project.packaging> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>war</id> |
| | | <properties> |
| | | <project.packaging>war</project.packaging> |
| | | </properties> |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-jetty</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>javax.servlet</groupId> |
| | | <artifactId>javax.servlet-api</artifactId> |
| | | <version>3.1.0</version> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | |
| | | <version>2.1.3</version> |
| | | </dependency> |
| | | |
| | | <!-- json解析库fastjson --> |
| | | <!-- json解析库fastjson2 --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.83</version> |
| | | <groupId>com.alibaba.fastjson2</groupId> |
| | | <artifactId>fastjson2</artifactId> |
| | | <version>2.0.17</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba.fastjson2</groupId> |
| | | <artifactId>fastjson2-extension</artifactId> |
| | | <version>2.0.17</version> |
| | | </dependency> |
| | | |
| | | <!-- okhttp --> |
| | | <dependency> |
| | |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <!-- <scope>test</scope>--> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </dependencies> |
| | | |
| | | |
| | | <build> |
| | |
| | | </configuration> |
| | | </plugin> |
| | | |
| | | <!-- <plugin> |
| | | <plugin> |
| | | <groupId>pl.project13.maven</groupId> |
| | | <artifactId>git-commit-id-plugin</artifactId> |
| | | <version>3.0.1</version> |
| | | <configuration> |
| | | <offline>true</offline> |
| | | <failOnNoGitDirectory>false</failOnNoGitDirectory> |
| | | <dateFormat>yyyyMMdd</dateFormat> |
| | | </configuration> |
| | | </plugin>--> |
| | | </plugin> |
| | | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |