mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 00:59:34 +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>
|
||||||
8
pom.xml
8
pom.xml
@@ -66,7 +66,7 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
</properties>
|
</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>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>lib</id>
|
<id>lib</id>
|
||||||
@@ -81,7 +81,6 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<url>file://${project.basedir}/lib</url>
|
<url>file://${project.basedir}/lib</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
-->
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
@@ -484,6 +483,11 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.db4o</groupId>
|
||||||
|
<artifactId>db4o-all</artifactId>
|
||||||
|
<version>8.0.249.16098</version>
|
||||||
|
</dependency>
|
||||||
<!--
|
<!--
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.fusesource.hawtdb</groupId>
|
<groupId>org.fusesource.hawtdb</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user