File tree Expand file tree Collapse file tree 3 files changed +39
-23
lines changed
Expand file tree Collapse file tree 3 files changed +39
-23
lines changed Original file line number Diff line number Diff line change 1313 <artifactId >jooby-javadoc</artifactId >
1414 <name >jooby-javadoc</name >
1515
16- <!-- <properties>-->
17- <!-- <Module-Name>io.jooby.javadoc</Module-Name>-->
18- <!-- </properties>-->
19-
2016 <dependencies >
17+ <!-- Source: https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
18+ <dependency >
19+ <groupId >org.apache.commons</groupId >
20+ <artifactId >commons-lang3</artifactId >
21+ <version >3.20.0</version >
22+ </dependency >
23+
24+ <!-- Source: https://mvnrepository.com/artifact/org.apache.commons/commons-text -->
25+ <dependency >
26+ <groupId >org.apache.commons</groupId >
27+ <artifactId >commons-text</artifactId >
28+ <version >1.15.0</version >
29+ </dependency >
30+
2131 <dependency >
2232 <groupId >com.puppycrawl.tools</groupId >
2333 <artifactId >checkstyle</artifactId >
7181 </dependency >
7282 </dependencies >
7383
74- <!-- <build> -- >
75- <!-- <plugins> -- >
76- <!-- <plugin> -- >
77- <!-- <groupId>org.apache.maven.plugins</groupId> -- >
78- <!-- <artifactId>maven-jar-plugin</artifactId> -- >
79- <!-- <version>${maven-jar-plugin.version}</version> -- >
80- <!-- <configuration> -- >
81- <!-- <archive> -- >
82- <!-- <manifestEntries> -- >
83- <!-- <Automatic-Module-Name>${Module-Name} </Automatic-Module-Name> -- >
84- <!-- </manifestEntries> -- >
85- <!-- </archive> -- >
86- <!-- </configuration> -- >
87- <!-- </plugin> -- >
88- <!-- </plugins> -- >
89- <!-- </build> -- >
84+ <build >
85+ <plugins >
86+ <plugin >
87+ <groupId >org.apache.maven.plugins</groupId >
88+ <artifactId >maven-jar-plugin</artifactId >
89+ <version >${maven-jar-plugin.version} </version >
90+ <configuration >
91+ <archive >
92+ <manifestEntries >
93+ <Automatic-Module-Name >io.jooby.javadoc </Automatic-Module-Name >
94+ </manifestEntries >
95+ </archive >
96+ </configuration >
97+ </plugin >
98+ </plugins >
99+ </build >
90100</project >
Original file line number Diff line number Diff line change 7171 <version >1.21.0</version >
7272 </dependency >
7373
74+ <dependency >
75+ <groupId >org.mozilla</groupId >
76+ <artifactId >rhino</artifactId >
77+ <version >1.9.1</version >
78+ </dependency >
79+
7480 <dependency >
7581 <groupId >io.swagger.parser.v3</groupId >
7682 <artifactId >swagger-parser</artifactId >
Original file line number Diff line number Diff line change 113113 <vertx .version>5.0.10</vertx .version>
114114
115115 <!-- OpenAPI-->
116- <swagger .version>2.2.45 </swagger .version>
116+ <swagger .version>2.2.46 </swagger .version>
117117 <swagger-parser .version>2.1.39</swagger-parser .version>
118118 <redoc .version>2.0.0-rc.20</redoc .version>
119119
134134 <!-- Misc -->
135135 <okhttp .version>5.3.2</okhttp .version>
136136 <jsonwebtoken .version>0.13.0</jsonwebtoken .version>
137- <pac4j .version>6.3.3 </pac4j .version>
137+ <pac4j .version>6.4.0 </pac4j .version>
138138 <quartz .version>2.5.2</quartz .version>
139139 <cron-utils .version>9.2.1</cron-utils .version>
140140 <bucket4j-core .version>8.17.0</bucket4j-core .version>
141141 <aws-java-sdk .version>1.12.797</aws-java-sdk .version>
142- <camel .version>4.17.0 </camel .version>
142+ <camel .version>4.18.1 </camel .version>
143143 <jasypt .version>1.9.3</jasypt .version>
144144
145145 <commons-io .version>2.21.0</commons-io .version>
You can’t perform that action at this time.
0 commit comments