Skip to content

Commit

Permalink
Add Test Library
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Feb 28, 2024
1 parent 41aa0ca commit 6211da6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
packages: write
jobs:
TestLibrary:
uses: GuicedEE/Workflows/.github/workflows/bom.yml@master
uses: GuicedEE/Workflows/.github/workflows/projects.yml@master
with:
baseDir: ''
name: 'Test Library'
Expand Down
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<name>JWebMP Testing Classes</name>
<description>Provides all the base test items
</description>
<url>https://github.com/GedMarc/JWebMP-Vue</url>

<dependencies>

Expand Down Expand Up @@ -100,11 +99,6 @@
</dependency>
</dependencies>


<scm>
<url>https://github.com/GedMarc/JWebMP-Vue.git</url>
</scm>

<properties>
<ignore.moditect>true</ignore.moditect>
<flatten.pom>false</flatten.pom>
Expand All @@ -119,15 +113,6 @@
<scope>import</scope>
<version>${guicedee.version}</version>
</dependency>

<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${guicedee.version}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 6211da6

Please sign in to comment.