ucsb-cs156-s21 / proj-ucsb-cs-las

https://proj-ucsb-cs-las.herokuapp.com/
MIT License
2 stars 3 forks source link

Fix `pom.xml` to address malformed project warnings #320

Open pconrad opened 3 years ago

pconrad commented 3 years ago

Investigate cause of this warning and fix it:

[WARNING] 
       [WARNING] Some problems were encountered while building the effective model for edu.ucsb:spring-react-minimal:jar:0.1.0
       [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.opencsv:opencsv:jar -> duplicate declaration of version 5.1 @ line 112, column 15
       [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-data-jpa:jar -> version (?) vs 2.3.5.RELEASE @ line 134, column 15
       [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-data-mongodb:jar -> duplicate declaration of version (?) @ line 140, column 15
       [WARNING] 
       [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
       [WARNING] 
       [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
       [WARNING]