mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 17:47:05 +01:00
added db4o as project-local repo
Former-commit-id: 9e64c3d1dd0979c401c8dd5ca31af6f8ce94e9ea
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -65,8 +65,8 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
||||
<!-- if we use db4o we will need this: http://blog.dub.podval.org/2010/01/maven-in-project-repository.html
|
||||
|
||||
<!-- used to make db4o available as a lib: http://blog.dub.podval.org/2010/01/maven-in-project-repository.html -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>lib</id>
|
||||
@@ -81,8 +81,7 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
|
||||
<url>file://${project.basedir}/lib</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
-->
|
||||
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
@@ -484,6 +483,11 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.db4o</groupId>
|
||||
<artifactId>db4o-all</artifactId>
|
||||
<version>8.0.249.16098</version>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.fusesource.hawtdb</groupId>
|
||||
|
||||
Reference in New Issue
Block a user