mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
(wip) adding sample jar
This commit is contained in:
parent
99930a2b0a
commit
e60da352bb
4 changed files with 33 additions and 0 deletions
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>de.kosit.validationtool</groupId>
|
||||||
|
<artifactId>packaged-test-scenarios</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
<description>POM was created from install:install-file</description>
|
||||||
|
</project>
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<metadata>
|
||||||
|
<groupId>de.kosit.validationtool</groupId>
|
||||||
|
<artifactId>packaged-test-scenarios</artifactId>
|
||||||
|
<versioning>
|
||||||
|
<release>1.0.0</release>
|
||||||
|
<versions>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
</versions>
|
||||||
|
<lastUpdated>20190507064929</lastUpdated>
|
||||||
|
</versioning>
|
||||||
|
</metadata>
|
||||||
12
pom.xml
12
pom.xml
|
|
@ -54,6 +54,13 @@
|
||||||
<version.slf4j>1.7.25</version.slf4j>
|
<version.slf4j>1.7.25</version.slf4j>
|
||||||
<docker.host>localhost</docker.host>
|
<docker.host>localhost</docker.host>
|
||||||
</properties>
|
</properties>
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>project.local</id>
|
||||||
|
<name>project</name>
|
||||||
|
<url>file:${project.basedir}/libs</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
@ -121,6 +128,11 @@
|
||||||
<version>3.2.0</version>
|
<version>3.2.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>de.kosit.validationtool</groupId>
|
||||||
|
<artifactId>packaged-test-scenarios</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue