Skip to content

Commit

Permalink
#302 invoker tests enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2022
1 parent 864c08b commit 61219d2
Show file tree
Hide file tree
Showing 33 changed files with 61 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
31 changes: 30 additions & 1 deletion src/it-disabled/loggable/pom.xml → src/it/loggable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,24 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<artifactId>aspectjrt</artifactId>
<version>1.9.7</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.8.0-alpha2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand All @@ -83,8 +101,19 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
<version>0.16.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 31 additions & 1 deletion src/it-disabled/weaving/pom.xml → src/it/weaving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.8.0-alpha2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand All @@ -76,6 +89,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<artifactId>aspectjrt</artifactId>
<version>1.9.7</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand All @@ -97,8 +116,19 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
<version>0.16.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
File renamed without changes.
Empty file.
File renamed without changes.

0 comments on commit 61219d2

Please sign in to comment.