mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
added db4o as project-local repo
Former-commit-id: b5f672db3db5bf09930b414b3ebcc5ecc0707c7a
This commit is contained in:
Binary file not shown.
BIN
lib/com/db4o/db4o-all/8.0.249.16098/db4o-all-8.0.249.16098.jar
Normal file
BIN
lib/com/db4o/db4o-all/8.0.249.16098/db4o-all-8.0.249.16098.jar
Normal file
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.db4o</groupId>
|
||||
<artifactId>db4o-all</artifactId>
|
||||
<version>8.0.249.16098</version>
|
||||
<description>POM was created from install:install-file</description>
|
||||
</project>
|
||||
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