Skip to content

Commit c9947f0

Browse files
committed
Upgrade the tinystruct framework to be 1.5.0
1 parent c86e082 commit c9947f0

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
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.4.9"
3+
VERSION="1.5.0"
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
@@ -33,7 +33,7 @@ set "JAVA_CMD=%JAVA_HOME%\bin\java.exe"
3333

3434
@REM Consolidate classpath entries, initialize ROOT and VERSION
3535
set "ROOT=%~dp0..\"
36-
set "VERSION=1.4.9"
36+
set "VERSION=1.5.0"
3737
set "classpath=%ROOT%target\classes;%ROOT%lib\tinystruct-%VERSION%-jar-with-dependencies.jar;%ROOT%lib\tinystruct-%VERSION%.jar;%ROOT%lib\*;%ROOT%WEB-INF\lib\*;%ROOT%WEB-INF\classes;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%-jar-with-dependencies.jar;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%.jar"
3838

3939
@REM Run Java application

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@
1515
</properties>
1616

1717
<dependencies>
18-
<dependency>
19-
<groupId>org.apache.tomcat.embed</groupId>
20-
<artifactId>tomcat-embed-core</artifactId>
21-
<version>10.1.31</version>
22-
</dependency>
2318
<dependency>
2419
<groupId>org.tinystruct</groupId>
2520
<artifactId>tinystruct</artifactId>
26-
<version>1.4.9</version>
21+
<version>1.5.0</version>
2722
</dependency>
2823
<!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy -->
2924
<dependency>

0 commit comments

Comments
 (0)