|
1 | 1 | <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/maven-v4_0_0.xsd"> |
2 | 2 | <parent> |
3 | 3 | <groupId>com.wordnik</groupId> |
4 | | - <artifactId>swagger-project_2.11</artifactId> |
| 4 | + <artifactId>swagger-project_2.10</artifactId> |
5 | 5 | <version>1.3.8-SNAPSHOT</version> |
6 | 6 | <relativePath>../..</relativePath> |
7 | 7 | </parent> |
8 | 8 | <modelVersion>4.0.0</modelVersion> |
9 | 9 | <groupId>com.wordnik</groupId> |
10 | | - <artifactId>swagger-core_2.11</artifactId> |
| 10 | + <artifactId>swagger-core_2.10</artifactId> |
11 | 11 | <packaging>jar</packaging> |
12 | 12 | <name>swagger-core</name> |
13 | 13 | <version>1.3.8-SNAPSHOT</version> |
|
36 | 36 | </dependency> |
37 | 37 | <dependency> |
38 | 38 | <groupId>org.scalatest</groupId> |
39 | | - <artifactId>scalatest_2.11</artifactId> |
| 39 | + <artifactId>scalatest_2.10</artifactId> |
40 | 40 | <scope>test</scope> |
41 | 41 | </dependency> |
42 | 42 | <dependency> |
|
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>com.fasterxml.jackson.module</groupId> |
53 | | - <artifactId>jackson-module-scala_2.11</artifactId> |
| 53 | + <artifactId>jackson-module-scala_2.10</artifactId> |
54 | 54 | <version>${jackson-scala-version}</version> |
55 | 55 | <scope>compile</scope> |
56 | 56 | </dependency> |
|
79 | 79 | </dependency> |
80 | 80 | <dependency> |
81 | 81 | <groupId>org.json4s</groupId> |
82 | | - <artifactId>json4s-ext_2.11</artifactId> |
| 82 | + <artifactId>json4s-ext_2.10</artifactId> |
83 | 83 | <version>${json4s-version}</version> |
84 | 84 | <scope>compile</scope> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>org.json4s</groupId> |
88 | | - <artifactId>json4s-native_2.11</artifactId> |
| 88 | + <artifactId>json4s-native_2.10</artifactId> |
89 | 89 | <version>${json4s-version}</version> |
90 | 90 | <scope>compile</scope> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.json4s</groupId> |
94 | | - <artifactId>json4s-jackson_2.11</artifactId> |
| 94 | + <artifactId>json4s-jackson_2.10</artifactId> |
95 | 95 | <version>${json4s-version}</version> |
96 | 96 | <scope>compile</scope> |
97 | 97 | </dependency> |
|
0 commit comments