Skip to content

Commit

Permalink
fix: use local dependencies instead of jitpack ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Torres committed Apr 25, 2024
1 parent ea52216 commit 7a60b6e
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,11 @@
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>com.github.torrespro.AutoQuality-Playground</groupId>
<groupId>com.github.torrespro</groupId>
<artifactId>archunit-rules</artifactId>
<version>main-e12157d2e0-1</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.torrespro.AutoQuality-Playground</groupId>
<artifactId>zally-openapi-lint-rules</artifactId>
<version>main-e12157d2e0-1</version>
</dependency>

</dependencies>

<build>
Expand Down Expand Up @@ -290,9 +284,9 @@
<dependencies>
<!-- The pluggable rule-set you want to run -->
<dependency>
<groupId>com.github.torrespro.AutoQuality-Playground</groupId>
<groupId>com.github.torrespro</groupId>
<artifactId>zally-openapi-lint-rules</artifactId>
<version>main-e12157d2e0-1</version>
<version>1.0.0</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.zalando</groupId>-->
Expand Down Expand Up @@ -372,9 +366,9 @@
<dependencies>
<dependency>
<!-- dependency contains com.mycompany.rules.CustomArchRule -->
<groupId>com.github.torrespro.AutoQuality-Playground</groupId>
<groupId>com.github.torrespro</groupId>
<artifactId>archunit-rules</artifactId>
<version>main-e12157d2e0-1</version>
<version>1.0.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -405,7 +399,7 @@
</path>
<path>
<groupId>com.github.torrespro</groupId>
<version>0.0.1</version>
<version>1.0.0</version>
<artifactId>error-prone-contrib</artifactId>
</path>
</annotationProcessorPaths>
Expand Down

0 comments on commit 7a60b6e

Please sign in to comment.