move external dependencies out from core
							parent
							
								
									cae2842648
								
							
						
					
					
						commit
						0bca92aef4
					
				| @ -1,8 +1,13 @@ | ||||
| package alfred.web.core.process | ||||
| package alfred.web.system | ||||
| 
 | ||||
| import alfred.web.core.build.BuildConfig | ||||
| import alfred.web.core.build.LogFile | ||||
| import org.springframework.stereotype.Service | ||||
| import kotlin.collections.filter | ||||
| import kotlin.collections.forEach | ||||
| import kotlin.collections.set | ||||
| import kotlin.let | ||||
| import kotlin.text.contains | ||||
| 
 | ||||
| @Service | ||||
| class ProcessEnvironment { | ||||
| @ -1,7 +1,8 @@ | ||||
| package alfred.web.core.process | ||||
| package alfred.web.system | ||||
| 
 | ||||
| import alfred.web.core.build.BuildConfig | ||||
| import alfred.web.core.build.LogFile | ||||
| import alfred.web.system.ProcessEnvironment | ||||
| import org.junit.jupiter.api.Test | ||||
| import java.nio.file.Files | ||||
| import kotlin.test.assertEquals | ||||
					Loading…
					
					
				
		Reference in New Issue
	
	 Josha von Gizycki
						Josha von Gizycki