|
@@ -5,12 +5,12 @@
|
|
<groupId>export-data</groupId>
|
|
<groupId>export-data</groupId>
|
|
<artifactId>export-data</artifactId>
|
|
<artifactId>export-data</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
- <properties>
|
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
- <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
|
|
|
- </properties>
|
|
|
|
|
|
+ <properties>
|
|
|
|
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
+ <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
|
|
|
+ </properties>
|
|
<dependencies>
|
|
<dependencies>
|
|
- <dependency>
|
|
|
|
|
|
+ <dependency>
|
|
<groupId>nl.jworks.markdown_to_asciidoc</groupId>
|
|
<groupId>nl.jworks.markdown_to_asciidoc</groupId>
|
|
<artifactId>markdown_to_asciidoc</artifactId>
|
|
<artifactId>markdown_to_asciidoc</artifactId>
|
|
<version>1.0</version>
|
|
<version>1.0</version>
|
|
@@ -19,39 +19,34 @@
|
|
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>io.github.swagger2markup</groupId>
|
|
|
|
- <artifactId>swagger2markup</artifactId>
|
|
|
|
- <version>1.3.1</version>
|
|
|
|
|
|
+ <groupId>io.swagger</groupId>
|
|
|
|
+ <artifactId>swagger-annotations</artifactId>
|
|
|
|
+ <version>1.5.24</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>io.swagger</groupId>
|
|
|
|
- <artifactId>swagger-annotations</artifactId>
|
|
|
|
- <version>1.5.24</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>io.swagger</groupId>
|
|
|
|
- <artifactId>swagger-models</artifactId>
|
|
|
|
- <version>1.5.24</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>io.springfox</groupId>
|
|
|
|
- <artifactId>springfox-swagger2</artifactId>
|
|
|
|
- <version>2.9.2</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.github.xiaoymin</groupId>
|
|
|
|
- <artifactId>swagger-bootstrap-ui</artifactId>
|
|
|
|
- <version>1.9.6</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>io.springfox</groupId>
|
|
|
|
- <artifactId>springfox-swagger-ui</artifactId>
|
|
|
|
- <version>2.9.2</version>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <groupId>io.swagger</groupId>
|
|
|
|
+ <artifactId>swagger-models</artifactId>
|
|
|
|
+ <version>1.5.24</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
|
+ <artifactId>springfox-swagger2</artifactId>
|
|
|
|
+ <version>2.9.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.github.xiaoymin</groupId>
|
|
|
|
+ <artifactId>swagger-bootstrap-ui</artifactId>
|
|
|
|
+ <version>1.9.6</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
|
+ <artifactId>springfox-swagger-ui</artifactId>
|
|
|
|
+ <version>2.9.2</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.oracle</groupId>
|
|
<groupId>com.oracle</groupId>
|
|
<artifactId>ojdbc6</artifactId>
|
|
<artifactId>ojdbc6</artifactId>
|
|
- <version>11.2.0.4.0-atlassian-hosted</version>
|
|
|
|
|
|
+ <version>11.2.0.3</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<groupId>mysql</groupId>
|
|
@@ -166,5 +161,4 @@
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
-
|
|
|
|
</project>
|
|
</project>
|