Fixed the problem of building the project
This commit is contained in:
parent
2e251faf8d
commit
1f9dfc24d2
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
v14
|
||||
v14.15.4
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
"typescript": "~4.1.2"
|
||||
},
|
||||
"engines" : {
|
||||
"node" : ">=14"
|
||||
"node" : ">=14.15.4"
|
||||
},
|
||||
"proxy": "http://localhost:8080"
|
||||
}
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -20,7 +20,7 @@
|
|||
<git.revision>latest</git.revision>
|
||||
<zkclient.version>0.11</zkclient.version>
|
||||
<kafka-clients.version>2.4.0</kafka-clients.version>
|
||||
<node.version>v14</node.version>
|
||||
<node.version>v14.15.4</node.version>
|
||||
<dockerfile-maven-plugin.version>1.4.10</dockerfile-maven-plugin.version>
|
||||
<frontend-maven-plugin.version>1.8.0</frontend-maven-plugin.version>
|
||||
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
|
||||
|
|
Loading…
Add table
Reference in a new issue