spectral-ruleset-migrator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>spectral-ruleset-migrator</artifactId> <version>1.11.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>spectral-ruleset-migrator</artifactId> <version>1.11.2</version> <name>stoplight spectral-ruleset-migrator</name> <description>This project serves as a converter between the legacy ruleset format and a new one. It's used internally, albeit it can be used externally too, also in browsers.</description> <url>https://github.com/stoplightio/spectral</url> <organization> <name>Stoplight</name> <url>https://github.com/stoplightio/spectral</url> </organization> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>stoplight-devops</name> <email>devops@stoplight.io</email> </developer> <developer> <name>stoplight-spectral-bot</name> <email>devops+spectral-bot@stoplight.io</email> </developer> </developers> <scm> <connection>https://github.com/stoplightio/spectral.git</connection> <developerConnection>https://github.com/stoplightio/spectral.git</developerConnection> <url>https://github.com/stoplightio/spectral</url> </scm> <issueManagement> <url>https://github.com/stoplightio/spectral/issues</url> </issueManagement> <properties> <org.mvnpm.at.stoplight-spectral-runtime.version>[1.1.2,2)</org.mvnpm.at.stoplight-spectral-runtime.version> <org.mvnpm-validate-npm-package-name.version>3.0.0</org.mvnpm-validate-npm-package-name.version> <org.mvnpm.at.stoplight-json.version>[3.21.0,3.22)</org.mvnpm.at.stoplight-json.version> <org.mvnpm-reserved.version>0.1.2</org.mvnpm-reserved.version> <org.mvnpm.at.stoplight-yaml.version>[4.2.3,4.3)</org.mvnpm.at.stoplight-yaml.version> <org.mvnpm.at.stoplight-spectral-functions.version>[1.9.1,2)</org.mvnpm.at.stoplight-spectral-functions.version> <org.mvnpm.at.stoplight-types.version>[13.6.0,14)</org.mvnpm.at.stoplight-types.version> <org.mvnpm-tslib.version>[2.8.1,3)</org.mvnpm-tslib.version> <org.mvnpm.at.stoplight-ordered-object-literal.version>[1.0.4,1.1)</org.mvnpm.at.stoplight-ordered-object-literal.version> <org.mvnpm-astring.version>[1.9.0,2)</org.mvnpm-astring.version> <org.mvnpm-ajv.version>[8.17.1,9)</org.mvnpm-ajv.version> <org.mvnpm-ast-types.version>0.14.2</org.mvnpm-ast-types.version> <org.mvnpm.at.stoplight-path.version>1.3.2</org.mvnpm.at.stoplight-path.version> <org.mvnpm.at.types-node.version>[22.15.18,)</org.mvnpm.at.types-node.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>json</artifactId> <version>${org.mvnpm.at.stoplight-json.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>ordered-object-literal</artifactId> <version>${org.mvnpm.at.stoplight-ordered-object-literal.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>path</artifactId> <version>${org.mvnpm.at.stoplight-path.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>spectral-functions</artifactId> <version>${org.mvnpm.at.stoplight-spectral-functions.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>spectral-runtime</artifactId> <version>${org.mvnpm.at.stoplight-spectral-runtime.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>types</artifactId> <version>${org.mvnpm.at.stoplight-types.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.stoplight</groupId> <artifactId>yaml</artifactId> <version>${org.mvnpm.at.stoplight-yaml.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.types</groupId> <artifactId>node</artifactId> <version>${org.mvnpm.at.types-node.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>ajv</artifactId> <version>${org.mvnpm-ajv.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>ast-types</artifactId> <version>${org.mvnpm-ast-types.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>astring</artifactId> <version>${org.mvnpm-astring.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>reserved</artifactId> <version>${org.mvnpm-reserved.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>tslib</artifactId> <version>${org.mvnpm-tslib.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>validate-npm-package-name</artifactId> <version>${org.mvnpm-validate-npm-package-name.version}</version> </dependency> </dependencies> </project>