|
28 | 28 | <connection>scm:git:https://github.com/Axway-API-Management-Plus/openapi-validator.git</connection> |
29 | 29 | <developerConnection>scm:git:https://github.com/Axway-API-Management-Plus/openapi-validator.git</developerConnection> |
30 | 30 | <url>https://github.com/Axway-API-Management-Plus/openapi-validator</url> |
31 | | - <tag>v1.6.3</tag> |
| 31 | + <tag>v1.6.6</tag> |
32 | 32 | </scm> |
33 | 33 |
|
34 | 34 | <properties> |
|
57 | 57 | <artifactId>swagger-request-validator-core</artifactId> |
58 | 58 | <version>2.39.0</version> |
59 | 59 | </dependency> |
60 | | - <dependency> |
61 | | - <groupId>org.slf4j</groupId> |
62 | | - <artifactId>slf4j-simple</artifactId> |
63 | | - <version>1.7.30</version> |
64 | | - </dependency> |
| 60 | + <dependency> |
| 61 | + <groupId>org.slf4j</groupId> |
| 62 | + <artifactId>slf4j-simple</artifactId> |
| 63 | + <version>1.7.30</version> |
| 64 | + </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>com.axway.apigw</groupId> |
67 | 67 | <artifactId>apigw-common</artifactId> |
|
87 | 87 | <artifactId>vordel-api-model</artifactId> |
88 | 88 | <version>${apigateway.version}</version> |
89 | 89 | </dependency> |
90 | | - <dependency> |
91 | | - <groupId>com.fasterxml.jackson.core</groupId> |
92 | | - <artifactId>jackson-core</artifactId> |
93 | | - <version>2.13.2</version> |
94 | | - <scope>provided</scope> |
95 | | - </dependency> |
96 | | - <dependency> |
97 | | - <groupId>com.fasterxml.jackson.core</groupId> |
98 | | - <artifactId>jackson-databind</artifactId> |
99 | | - <version>2.13.2.1</version> |
100 | | - <scope>provided</scope> |
101 | | - </dependency> |
| 90 | + <dependency> |
| 91 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 92 | + <artifactId>jackson-core</artifactId> |
| 93 | + <version>2.13.2</version> |
| 94 | + <scope>provided</scope> |
| 95 | + </dependency> |
| 96 | + <dependency> |
| 97 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 98 | + <artifactId>jackson-databind</artifactId> |
| 99 | + <version>2.13.2.1</version> |
| 100 | + <scope>provided</scope> |
| 101 | + </dependency> |
102 | 102 |
|
103 | 103 | <dependency> |
104 | 104 | <groupId>org.testng</groupId> |
105 | 105 | <artifactId>testng</artifactId> |
106 | 106 | <version>7.4.0</version> |
107 | 107 | <scope>test</scope> |
108 | | - </dependency> |
109 | | - <dependency> |
110 | | - <groupId>org.mock-server</groupId> |
111 | | - <artifactId>mockserver-netty</artifactId> |
112 | | - <version>5.11.2</version> |
113 | | - <scope>test</scope> |
114 | | - </dependency> |
115 | | - <dependency> |
116 | | - <groupId>org.mock-server</groupId> |
117 | | - <artifactId>mockserver-client-java</artifactId> |
118 | | - <version>5.11.2</version> |
119 | | - <scope>test</scope> |
120 | | - </dependency> |
| 108 | + </dependency> |
| 109 | + <dependency> |
| 110 | + <groupId>org.mock-server</groupId> |
| 111 | + <artifactId>mockserver-netty</artifactId> |
| 112 | + <version>5.11.2</version> |
| 113 | + <scope>test</scope> |
| 114 | + </dependency> |
| 115 | + <dependency> |
| 116 | + <groupId>org.mock-server</groupId> |
| 117 | + <artifactId>mockserver-client-java</artifactId> |
| 118 | + <version>5.11.2</version> |
| 119 | + <scope>test</scope> |
| 120 | + </dependency> |
121 | 121 |
|
122 | 122 |
|
123 | 123 | </dependencies> |
124 | 124 | <build> |
125 | | - <plugins> |
126 | | - <plugin> |
127 | | - <artifactId>maven-assembly-plugin</artifactId> |
128 | | - <version>3.3.0</version> |
129 | | - <executions> |
130 | | - <execution> |
131 | | - <id>distribution</id> |
132 | | - <phase>package</phase> |
133 | | - <goals> |
134 | | - <goal>single</goal> |
135 | | - </goals> |
136 | | - <configuration> |
137 | | - <finalName> axway-openapi-validator-${project.version}</finalName> |
138 | | - <appendAssemblyId>false</appendAssemblyId> |
139 | | - <descriptors> |
140 | | - <descriptor>lib/dist-release.xml</descriptor> |
141 | | - </descriptors> |
142 | | - <attach>false</attach> |
143 | | - <appendAssemblyId>false</appendAssemblyId> |
144 | | - </configuration> |
145 | | - </execution> |
146 | | - </executions> |
147 | | - </plugin> |
148 | | - <plugin> |
149 | | - <groupId>org.apache.maven.plugins</groupId> |
150 | | - <artifactId>maven-compiler-plugin</artifactId> |
151 | | - <version>3.8.0</version> |
152 | | - <configuration> |
153 | | - <source>1.8</source> |
154 | | - <target>1.8</target> |
155 | | - </configuration> |
156 | | - </plugin> |
157 | | - </plugins> |
| 125 | + <plugins> |
| 126 | + <plugin> |
| 127 | + <artifactId>maven-assembly-plugin</artifactId> |
| 128 | + <version>3.3.0</version> |
| 129 | + <executions> |
| 130 | + <execution> |
| 131 | + <id>distribution</id> |
| 132 | + <phase>package</phase> |
| 133 | + <goals> |
| 134 | + <goal>single</goal> |
| 135 | + </goals> |
| 136 | + <configuration> |
| 137 | + <finalName> axway-openapi-validator-${project.version}</finalName> |
| 138 | + <appendAssemblyId>false</appendAssemblyId> |
| 139 | + <descriptors> |
| 140 | + <descriptor>lib/dist-release.xml</descriptor> |
| 141 | + </descriptors> |
| 142 | + <attach>false</attach> |
| 143 | + <appendAssemblyId>false</appendAssemblyId> |
| 144 | + </configuration> |
| 145 | + </execution> |
| 146 | + </executions> |
| 147 | + </plugin> |
| 148 | + <plugin> |
| 149 | + <groupId>org.apache.maven.plugins</groupId> |
| 150 | + <artifactId>maven-compiler-plugin</artifactId> |
| 151 | + <version>3.8.0</version> |
| 152 | + <configuration> |
| 153 | + <source>1.8</source> |
| 154 | + <target>1.8</target> |
| 155 | + </configuration> |
| 156 | + </plugin> |
| 157 | + </plugins> |
158 | 158 |
|
159 | 159 | <pluginManagement> |
160 | 160 | <plugins> |
|
0 commit comments