Skip to content

Commit ba1fe0b

Browse files
committed
fix freemarker pom
1 parent 4b64a93 commit ba1fe0b

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

dubbo-http-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<version>0.0.1-SNAPSHOT</version>
1414
<name>dubbo-http-sample</name>
1515
<description>Demo project for Spring Boot</description>
16-
16+
1717

1818
<properties>
1919
<java.version>1.8</java.version>

springboot-freemarker-sample/pom.xml

+6-25
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
<properties>
1717
<java.version>1.8</java.version>
1818
<repackage.classifier/>
19-
<spring-native.version>0.10.3</spring-native.version>
19+
<!-- <spring-native.version>0.10.3</spring-native.version>-->
2020
</properties>
2121
<dependencies>
2222
<dependency>
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter</artifactId>
2525
</dependency>
26-
<dependency>
27-
<groupId>org.springframework.experimental</groupId>
28-
<artifactId>spring-native</artifactId>
29-
<version>${spring-native.version}</version>
30-
</dependency>
26+
<!-- <dependency>-->
27+
<!-- <groupId>org.springframework.experimental</groupId>-->
28+
<!-- <artifactId>spring-native</artifactId>-->
29+
<!-- <version>${spring-native.version}</version>-->
30+
<!-- </dependency>-->
3131

3232
<dependency>
3333
<groupId>org.springframework.boot</groupId>
@@ -67,25 +67,6 @@
6767
</image>
6868
</configuration>
6969
</plugin>
70-
<plugin>
71-
<groupId>org.springframework.experimental</groupId>
72-
<artifactId>spring-aot-maven-plugin</artifactId>
73-
<version>${spring-native.version}</version>
74-
<executions>
75-
<execution>
76-
<id>test-generate</id>
77-
<goals>
78-
<goal>test-generate</goal>
79-
</goals>
80-
</execution>
81-
<execution>
82-
<id>generate</id>
83-
<goals>
84-
<goal>generate</goal>
85-
</goals>
86-
</execution>
87-
</executions>
88-
</plugin>
8970
</plugins>
9071
</build>
9172
<repositories>

0 commit comments

Comments
 (0)