Skip to content

Commit 09e9353

Browse files
committed
remote data-permission
1 parent b20b0b1 commit 09e9353

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+22
-10033
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@
3838
<commons-dbutils.version>1.7</commons-dbutils.version>
3939
<org.reflections.version>0.10.2</org.reflections.version>
4040
<perf4j.version>0.9.16</perf4j.version>
41+
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
4142
<commons-crypto.version>1.1.0</commons-crypto.version>
4243

4344
</properties>
4445

4546

4647
<dependencies>
48+
4749
<dependency>
4850
<groupId>org.springframework.boot</groupId>
4951
<artifactId>spring-boot-starter</artifactId>
@@ -68,6 +70,12 @@
6870
<dependencyManagement>
6971
<dependencies>
7072

73+
<dependency>
74+
<groupId>org.bouncycastle</groupId>
75+
<artifactId>bcprov-jdk15on</artifactId>
76+
<version>${bcprov-jdk15on.version}</version>
77+
</dependency>
78+
7179
<dependency>
7280
<groupId>org.reflections</groupId>
7381
<artifactId>reflections</artifactId>
@@ -201,7 +209,6 @@
201209
<modules>
202210
<module>springboot-starter</module>
203211
<module>springboot-example</module>
204-
<module>springboot-starter-data-permission</module>
205212
<module>springboot-starter-security-jwt</module>
206213
<module>springboot-starter-leaf</module>
207214
</modules>
@@ -214,7 +221,6 @@
214221
<modules>
215222
<module>springboot-starter</module>
216223
<module>springboot-example</module>
217-
<module>springboot-starter-data-permission</module>
218224
<module>springboot-starter-security-jwt</module>
219225
<module>springboot-starter-leaf</module>
220226
</modules>
@@ -261,7 +267,6 @@
261267

262268
<modules>
263269
<module>springboot-starter</module>
264-
<module>springboot-starter-data-permission</module>
265270
<module>springboot-starter-security-jwt</module>
266271
<module>springboot-starter-leaf</module>
267272
</modules>

0 commit comments

Comments
 (0)