xiatian 4 ani în urmă
părinte
comite
0f245a37d5
1 a modificat fișierele cu 28 adăugiri și 34 ștergeri
  1. 28 34
      pom.xml

+ 28 - 34
pom.xml

@@ -5,12 +5,12 @@
 	<groupId>export-data</groupId>
 	<artifactId>export-data</artifactId>
 	<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>
-	<dependency>
+		<dependency>
 			<groupId>nl.jworks.markdown_to_asciidoc</groupId>
 			<artifactId>markdown_to_asciidoc</artifactId>
 			<version>1.0</version>
@@ -19,39 +19,34 @@
 
 		</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>
-        <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>
 			<groupId>com.oracle</groupId>
 			<artifactId>ojdbc6</artifactId>
-			<version>11.2.0.4.0-atlassian-hosted</version>
+			<version>11.2.0.3</version>
 		</dependency>
 		<dependency>
 			<groupId>mysql</groupId>
@@ -166,5 +161,4 @@
 			</plugin>
 		</plugins>
 	</build>
-
 </project>