Skip to content

Commit

Permalink
Move test frameworks back to old layout
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Jan 2, 2019
1 parent 36c05b1 commit 70bb500
Show file tree
Hide file tree
Showing 170 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-class-transformer-integration-test</artifactId>
<artifactId>shamrock-integration-test-class-transformer</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -294,7 +294,7 @@
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-shared-library-integration-test</artifactId>
<artifactId>shamrock-integration-test-shared-library</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public <V> V put(Key<V> key, V value) {
this.observers = observers;
this.interceptorResolver = new InterceptorResolver(this);

LOGGER.infof("Bean deployment created in %s ms", System.currentTimeMillis() - start);
LOGGER.debugf("Bean deployment created in %s ms", System.currentTimeMillis() - start);
}

private void validateBeanNames(List<Throwable> errors) {
Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<dependencies>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-class-transformer-integration-test</artifactId>
<artifactId>shamrock-integration-test-class-transformer</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-shared-library-integration-test</artifactId>
<artifactId>shamrock-integration-test-shared-library</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
Expand Down Expand Up @@ -147,7 +147,7 @@
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>common-jpa-entities</artifactId>
<artifactId>shamrock-integration-test-common-jpa-entities</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../../build-parent/pom.xml</relativePath>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@

<!-- Core components -->
<module>core</module>
<module>test</module>
<module>test-frameworks</module>

<!-- Integration Tests -->
<module>integration-tests</module>

<!-- Extensions -->
<module>extensions</module>
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion test/pom.xml → test-frameworks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<packaging>pom</packaging>
<modules>
<module>junit</module>
<module>integration-tests</module>
</modules>

</project>

0 comments on commit 70bb500

Please sign in to comment.