修改项目到不同的路径
This commit is contained in:
		
							parent
							
								
									3984d49417
								
							
						
					
					
						commit
						8470f8bf9f
					
				| @ -12,7 +12,6 @@ | |||||||
|         <groupId>com.ossez</groupId> |         <groupId>com.ossez</groupId> | ||||||
|         <artifactId>parent-java</artifactId> |         <artifactId>parent-java</artifactId> | ||||||
|         <version>0.0.2-SNAPSHOT</version> |         <version>0.0.2-SNAPSHOT</version> | ||||||
|         <relativePath>../parent-java</relativePath> |  | ||||||
|     </parent> |     </parent> | ||||||
| 
 | 
 | ||||||
|     <dependencies> |     <dependencies> | ||||||
| @ -1,12 +1,10 @@ | |||||||
| package com.ossez.algorithms.primechecker; | package com.ossez.algorithms.primechecker; | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| import org.junit.Test; | import org.junit.Test; | ||||||
| 
 | 
 | ||||||
| import static org.junit.Assert.assertFalse; | import static org.junit.Assert.assertFalse; | ||||||
| import static org.junit.Assert.assertTrue; | import static org.junit.Assert.assertTrue; | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| public class PrimeCheckerUnitTest { | public class PrimeCheckerUnitTest { | ||||||
| 
 | 
 | ||||||
|     private final BigIntegerPrimeChecker primeChecker = new BigIntegerPrimeChecker(); |     private final BigIntegerPrimeChecker primeChecker = new BigIntegerPrimeChecker(); | ||||||
| @ -6,6 +6,8 @@ import org.junit.Test; | |||||||
| import java.util.HashMap; | import java.util.HashMap; | ||||||
| import java.util.Map; | import java.util.Map; | ||||||
| 
 | 
 | ||||||
|  | import static com.ossez.lcm.PrimeFactorizationAlgorithm.*; | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| public class PrimeFactorizationAlgorithmUnitTest { | public class PrimeFactorizationAlgorithmUnitTest { | ||||||
| 
 | 
 | ||||||
| @ -3,6 +3,8 @@ package com.ossez.lcm; | |||||||
| import org.junit.Assert; | import org.junit.Assert; | ||||||
| import org.junit.Test; | import org.junit.Test; | ||||||
| 
 | 
 | ||||||
|  | import static com.ossez.lcm.SimpleAlgorithm.*; | ||||||
|  | 
 | ||||||
| public class SimpleAlgorithmUnitTest { | public class SimpleAlgorithmUnitTest { | ||||||
| 
 | 
 | ||||||
|     @Test |     @Test | ||||||
| @ -10,8 +10,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>com.ossez</groupId> |         <groupId>com.ossez</groupId> | ||||||
|         <artifactId>parent-java</artifactId> |         <artifactId>parent-java</artifactId> | ||||||
|         <version>0.0.1-SNAPSHOT</version> |         <version>0.0.2-SNAPSHOT</version> | ||||||
|         <relativePath>../parent-java</relativePath> |  | ||||||
|     </parent> |     </parent> | ||||||
| 
 | 
 | ||||||
|     <dependencies> |     <dependencies> | ||||||
| @ -14,6 +14,11 @@ | |||||||
|         <version>0.0.2-SNAPSHOT</version> |         <version>0.0.2-SNAPSHOT</version> | ||||||
|     </parent> |     </parent> | ||||||
| 
 | 
 | ||||||
|  |     <modules> | ||||||
|  |         <module>java-numbers</module> | ||||||
|  |         <module>java-numbers-2</module> | ||||||
|  |     </modules> | ||||||
|  | 
 | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <!-- utils --> |         <!-- utils --> | ||||||
|         <dependency> |         <dependency> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user