Skip to content

Commit

Permalink
profile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tandraschko committed Jan 11, 2024
1 parent db466af commit c2292f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion deltaspike/cdictrl/impl-weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</profile>

<profile>
<id>Weld3</id>
<id>Weld</id>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion deltaspike/cdictrl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</profile>

<profile>
<id>Weld3</id>
<id>Weld</id>
<modules>
<module>api</module>
<module>impl-weld</module>
Expand Down
10 changes: 1 addition & 9 deletions deltaspike/modules/scheduler/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@
<artifactId>tomcat-servlet-api</artifactId>
</dependency>

<!--
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
-->

<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-impl</artifactId>
Expand Down Expand Up @@ -155,7 +147,7 @@
</dependencies>
</profile>
<profile>
<id>Weld3</id>
<id>Weld</id>
<dependencies>
<dependency>
<groupId>org.apache.deltaspike.cdictrl</groupId>
Expand Down
5 changes: 3 additions & 2 deletions deltaspike/modules/test-control/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,13 @@
</dependencies>
</profile>
<profile>
<id>Weld3</id>
<id>Weld</id>
<dependencies>
<!-- Adding a test dependency needed for Weld 1.x -->
<!-- Adding a test dependency needed for Weld -->
<dependency>
<groupId>org.apache.deltaspike.cdictrl</groupId>
<artifactId>deltaspike-cdictrl-weld</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit c2292f6

Please sign in to comment.