mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	remove 移除ruoyi自带服务监控(Admin已全部包含)
This commit is contained in:
		
							
								
								
									
										21
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								pom.xml
									
									
									
									
									
								
							@@ -22,8 +22,6 @@
 | 
			
		||||
        <druid.version>1.2.4</druid.version>
 | 
			
		||||
        <knife4j.version>2.0.8</knife4j.version>
 | 
			
		||||
        <fastjson.version>1.2.75</fastjson.version>
 | 
			
		||||
        <oshi.version>5.6.0</oshi.version>
 | 
			
		||||
        <jna.version>5.7.0</jna.version>
 | 
			
		||||
        <poi.version>4.1.2</poi.version>
 | 
			
		||||
        <velocity.version>1.7</velocity.version>
 | 
			
		||||
        <jwt.version>0.9.1</jwt.version>
 | 
			
		||||
@@ -54,25 +52,6 @@
 | 
			
		||||
                <version>${druid.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <!-- 获取系统信息 -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.github.oshi</groupId>
 | 
			
		||||
                <artifactId>oshi-core</artifactId>
 | 
			
		||||
                <version>${oshi.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>net.java.dev.jna</groupId>
 | 
			
		||||
                <artifactId>jna</artifactId>
 | 
			
		||||
                <version>${jna.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>net.java.dev.jna</groupId>
 | 
			
		||||
                <artifactId>jna-platform</artifactId>
 | 
			
		||||
                <version>${jna.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.github.xiaoymin</groupId>
 | 
			
		||||
                <artifactId>knife4j-spring-boot-starter</artifactId>
 | 
			
		||||
 
 | 
			
		||||
@@ -61,12 +61,6 @@
 | 
			
		||||
            <artifactId>druid-spring-boot-starter</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
        <!-- 获取系统信息 -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>com.github.oshi</groupId>
 | 
			
		||||
            <artifactId>oshi-core</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
        <!-- 系统模块-->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>com.ruoyi</groupId>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user