Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <project>
- <parent>
- <groupId>groupId</groupId>
- <artifactId>parent</artifactId>
- <version>v1</version>
- <relativePath />
- </parent>
- <artifactId>child-project-1</artifactId>
- <name>Child Project 1</name>
- <dependencies>
- <dependency>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-server</artifactId>
- </dependency>
- </dependencies>
- </project>
- <project>
- <parent>
- <groupId>groupId</groupId>
- <artifactId>parent</artifactId>
- <version>v1</version>
- <relativePath />
- </parent>
- <artifactId>child-project-2</artifactId>
- <name>Child Project 2</name>
- <dependencies>
- <dependency>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- </dependency>
- </dependencies>
- </project>
Advertisement
Add Comment
Please, Sign In to add comment