Skip to content

Commit

Permalink
minor POM fix for swagger-parser-safe-url-resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Jan 18, 2024
1 parent 84c2f2e commit a7ce873
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions modules/swagger-parser-safe-url-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser-project</artifactId>
<version>1.0.69</version>
<relativePath>../..</relativePath>

</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>swagger-parser-safe-url-resolver</artifactId>

<packaging>jar</packaging>
<name>swagger-parser-safe-url-resolver</name>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@
</dependencies>
</dependencyManagement>
<modules>
<module>modules/swagger-parser-safe-url-resolver</module>
<module>modules/swagger-parser</module>
<module>modules/swagger-compat-spec-parser</module>
<module>modules/swagger-parser-safe-url-resolver</module>
</modules>
<repositories>
<repository>
Expand Down

0 comments on commit a7ce873

Please sign in to comment.