|
24 | 24 | <exec-plugin.version>3.2.0</exec-plugin.version>
|
25 | 25 | <antrun-plugin.version>3.1.0</antrun-plugin.version>
|
26 | 26 | <fj-service-helper-bom-version>1.4.0</fj-service-helper-bom-version>
|
27 |
| - <fj-doc-ext-kotlin-version>0.3.2</fj-doc-ext-kotlin-version> |
| 27 | + <fj-doc-ext-kotlin-version>0.4.0</fj-doc-ext-kotlin-version> |
| 28 | + <kotlin.version>2.0.0</kotlin.version> |
28 | 29 | </properties>
|
29 | 30 | <dependencyManagement>
|
30 | 31 | <dependencies>
|
|
100 | 101 | <artifactId>fj-doc-ext-kotlin</artifactId>
|
101 | 102 | <version>${fj-doc-ext-kotlin-version}</version>
|
102 | 103 | </dependency>
|
| 104 | + <dependency> |
| 105 | + <groupId>org.jetbrains.kotlin</groupId> |
| 106 | + <artifactId>kotlin-stdlib</artifactId> |
| 107 | + <version>${kotlin.version}</version> |
| 108 | + </dependency> |
| 109 | + <dependency> |
| 110 | + <groupId>org.jetbrains.kotlin</groupId> |
| 111 | + <artifactId>kotlin-scripting-jsr223</artifactId> |
| 112 | + <version>${kotlin.version}</version> |
| 113 | + </dependency> |
| 114 | + <dependency> |
| 115 | + <groupId>org.jetbrains.kotlin</groupId> |
| 116 | + <artifactId>kotlin-script-runtime</artifactId> |
| 117 | + <version>${kotlin.version}</version> |
| 118 | + </dependency> |
| 119 | + <dependency> |
| 120 | + <groupId>org.jetbrains.kotlin</groupId> |
| 121 | + <artifactId>kotlin-scripting-common</artifactId> |
| 122 | + <version>${kotlin.version}</version> |
| 123 | + </dependency> |
| 124 | + <dependency> |
| 125 | + <groupId>org.jetbrains.kotlin</groupId> |
| 126 | + <artifactId>kotlin-scripting-jvm</artifactId> |
| 127 | + <version>${kotlin.version}</version> |
| 128 | + </dependency> |
| 129 | + <dependency> |
| 130 | + <groupId>org.jetbrains.kotlin</groupId> |
| 131 | + <artifactId>kotlin-scripting-jvm-host</artifactId> |
| 132 | + <version>${kotlin.version}</version> |
| 133 | + </dependency> |
| 134 | + <dependency> |
| 135 | + <groupId>org.jetbrains.kotlin</groupId> |
| 136 | + <artifactId>kotlin-compiler-embeddable</artifactId> |
| 137 | + <version>${kotlin.version}</version> |
| 138 | + </dependency> |
| 139 | + <dependency> |
| 140 | + <groupId>org.jetbrains.kotlin</groupId> |
| 141 | + <artifactId>kotlin-reflect</artifactId> |
| 142 | + <version>${kotlin.version}</version> |
| 143 | + </dependency> |
103 | 144 | </dependencies>
|
104 | 145 | <build>
|
105 | 146 | <plugins>
|
|
0 commit comments