Skip to content

Commit e0e5a68

Browse files
committed
remove swagger and raml modules fix #1103
1 parent e2bbcde commit e0e5a68

File tree

73 files changed

+6
-168597
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+6
-168597
lines changed

doc/doc/raml/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/doc/raml/header.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/doc/raml/raml.md

Lines changed: 0 additions & 142 deletions
This file was deleted.

doc/doc/swagger/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/doc/swagger/header.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/doc/swagger/swagger.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

modules/coverage-report/pom.xml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -952,18 +952,6 @@
952952
<version>${project.version}</version>
953953
</dependency>
954954

955-
<dependency>
956-
<groupId>org.jooby</groupId>
957-
<artifactId>jooby-swagger</artifactId>
958-
<version>${project.version}</version>
959-
</dependency>
960-
961-
<dependency>
962-
<groupId>org.jooby</groupId>
963-
<artifactId>jooby-raml</artifactId>
964-
<version>${project.version}</version>
965-
</dependency>
966-
967955
<dependency>
968956
<groupId>org.jooby</groupId>
969957
<artifactId>jooby-aws</artifactId>
@@ -1157,6 +1145,12 @@
11571145
<version>${pac4j2.version}</version>
11581146
</dependency>
11591147

1148+
<dependency>
1149+
<groupId>org.webjars</groupId>
1150+
<artifactId>swagger-ui</artifactId>
1151+
<version>3.14.2</version>
1152+
</dependency>
1153+
11601154
<!-- Test dependencies -->
11611155
<dependency>
11621156
<groupId>org.jooby</groupId>

0 commit comments

Comments
 (0)