File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22ROOT=" $( pwd) "
3- VERSION=" 1.6.9 "
3+ VERSION=" 1.7.10 "
44cd " $( dirname " $0 " ) " || exit
55cd " ../"
66# Navigate to the root directory
Original file line number Diff line number Diff line change 1919set " MAVEN_REPO = %USERPROFILE% \.m2\repository\org\tinystruct\tinystruct"
2020@ REM Consolidate classpath entries, initialize ROOT and VERSION
2121set " ROOT = %~dp0 .."
22- set " VERSION = 1.6.9 "
22+ set " VERSION = 1.7.10 "
2323
2424@ REM Define the paths for tinystruct jars in the Maven repository
2525set " DEFAULT_JAR_FILE = %MAVEN_REPO% \%VERSION% \tinystruct-%VERSION% .jar"
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.tinystruct</groupId >
2121 <artifactId >tinystruct</artifactId >
22- <version >1.6.9 </version >
22+ <version >1.7.10 </version >
2323 <classifier >jar-with-dependencies</classifier >
2424 </dependency >
25+ <dependency >
26+ <groupId >org.tinystruct</groupId >
27+ <artifactId >tinystruct-tomcat-server</artifactId >
28+ <version >1.0.0</version >
29+ </dependency >
30+
2531 <!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy -->
2632 <dependency >
2733 <groupId >org.apache.groovy</groupId >
96102 <version >3.8.1</version >
97103 <configuration >
98104 <source >17</source >
99- <target >17</target >
105+ <target >17</target >
100106 </configuration >
101107 </plugin >
102108 </plugins >
You can’t perform that action at this time.
0 commit comments