Skip to content

Commit 501b1e2

Browse files
committed
Update the tinystruct framework to be 1.7.10.
1 parent 8ead40c commit 501b1e2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

bin/dispatcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22
ROOT="$(pwd)"
3-
VERSION="1.6.9"
3+
VERSION="1.7.10"
44
cd "$(dirname "$0")" || exit
55
cd "../"
66
# Navigate to the root directory

bin/dispatcher.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
set "MAVEN_REPO=%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct"
2020
@REM Consolidate classpath entries, initialize ROOT and VERSION
2121
set "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
2525
set "DEFAULT_JAR_FILE=%MAVEN_REPO%\%VERSION%\tinystruct-%VERSION%.jar"

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@
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>
@@ -96,7 +102,7 @@
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>

0 commit comments

Comments
 (0)