Skip to content

Commit cc832b3

Browse files
committed
refactor: 优化依赖版本
1 parent c6b4e6a commit cc832b3

File tree

1 file changed

+7
-42
lines changed

1 file changed

+7
-42
lines changed

hsweb-easy-orm-rdb/pom.xml

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,14 @@
1414
<artifactId>hsweb-easy-orm-rdb</artifactId>
1515
<description>easyorm关系型数据库实现,支持h2,Oracle,Mysql,PostgreSQL</description>
1616

17-
<profiles>
18-
<profile>
19-
<id>java8</id>
20-
<activation>
21-
<jdk>(,1.8]</jdk>
22-
</activation>
23-
<dependencies>
24-
<dependency>
25-
<groupId>com.oracle.database.jdbc</groupId>
26-
<artifactId>ojdbc8</artifactId>
27-
<version>12.2.0.1</version>
28-
<scope>test</scope>
29-
</dependency>
30-
</dependencies>
31-
</profile>
32-
33-
<profile>
34-
<id>java11</id>
35-
<activation>
36-
<jdk>[11,)</jdk>
37-
</activation>
38-
<dependencies>
39-
<dependency>
40-
<groupId>com.oracle.database.r2dbc</groupId>
41-
<artifactId>oracle-r2dbc</artifactId>
42-
<version>0.4.0</version>
43-
<scope>test</scope>
44-
</dependency>
45-
</dependencies>
46-
</profile>
47-
</profiles>
4817
<dependencies>
18+
<dependency>
19+
<groupId>com.oracle.database.r2dbc</groupId>
20+
<artifactId>oracle-r2dbc</artifactId>
21+
<version>1.3.0</version>
22+
<scope>test</scope>
23+
</dependency>
24+
4925
<dependency>
5026
<groupId>org.hswebframework</groupId>
5127
<artifactId>hsweb-easy-orm-core</artifactId>
@@ -169,16 +145,5 @@
169145

170146
</dependencies>
171147

172-
<repositories>
173-
<repository>
174-
<id>sonatype-snapshots</id>
175-
<name>Nexus Snapshot Repository</name>
176-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
177-
<snapshots>
178-
<enabled>true</enabled>
179-
<updatePolicy>daily</updatePolicy>
180-
</snapshots>
181-
</repository>
182-
</repositories>
183148

184149
</project>

0 commit comments

Comments
 (0)