Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 4, 2024
2 parents 0b28505 + c96c4d0 commit 96a604b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jqa-plugin-common.version>2.0.0</jqa-plugin-common.version>
<com.sun.jersey.version>1.19.4</com.sun.jersey.version>
<org.springframework.boot.version>2.2.4.RELEASE</org.springframework.boot.version>
</properties>
Expand All @@ -58,6 +57,7 @@
<dependency>
<groupId>com.buschmais.xo</groupId>
<artifactId>xo.api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -120,15 +120,13 @@
<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>common</artifactId>
<version>${jqa-plugin-common.version}</version>
<scope>provided</scope>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>common</artifactId>
<type>test-jar</type>
<version>${jqa-plugin-common.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -156,6 +154,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
10 changes: 10 additions & 0 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ jqassistant:
version: ${jqassistant.graphql-plugin.version}
----
<1> Dependency to the GraphQL plugin

== Changelog

=== 2.0.0

- Moved Plugin from com.buschmais.jqassistant.plugin (core-Distribution) to org.jqassistant.plugin

=== 1.9.0

- Added scanners for GraphQL schema files and URL introspection

0 comments on commit 96a604b

Please sign in to comment.