Skip to content

Commit

Permalink
PLT-191: update JG build 61 without netty
Browse files Browse the repository at this point in the history
  • Loading branch information
n5nk committed Nov 26, 2023
1 parent 3ad371c commit ed39252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
if [[ $branch_name == 'v0.6-cache' ]]
then
echo "Building branch ${branch_name}"
mvn clean install -Dcheckstyle.skip -Drat.skip=true -Dit.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true ${{ env.BUILD_MAVEN_OPTS }}
mvn clean install -Pjanusgraph-release -Dgpg.skip=true -Dcheckstyle.skip -Drat.skip=true -Dit.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true ${{ env.BUILD_MAVEN_OPTS }}
fi
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -pl 'janusgraph-server, janusgraph-core, janusgraph-cql, janusgraph-berkeleyje, janusgraph-es, janusgraph-hbase, janusgraph-solr, janusgraph-lucene' -Dcheckstyle.skip -Drat.skip=true -Dit.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true ${{ env.BUILD_MAVEN_OPTS }}
run: mvn deploy -pl 'janusgraph-server, janusgraph-core, janusgraph-cql, janusgraph-berkeleyje, janusgraph-es, janusgraph-hbase, janusgraph-solr, janusgraph-lucene' -Pjanusgraph-release -Dgpg.skip=true -Dcheckstyle.skip -Drat.skip=true -Dit.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true ${{ env.BUILD_MAVEN_OPTS }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40 changes: 2 additions & 38 deletions janusgraph-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,44 +31,8 @@
<version>3.20.1</version>
<exclusions>
<exclusion>
<groupId>com.esotericsoftware</groupId>
<artifactId>minlog</artifactId>
</exclusion>
<!-- <exclusion>-->
<!-- <groupId>io.netty</groupId>-->
<!-- <artifactId>netty-transport</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>io.netty</groupId>-->
<!-- <artifactId>netty-resolver</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>io.netty</groupId>-->
<!-- <artifactId>netty-handler</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>io.netty</groupId>-->
<!-- <artifactId>netty-codec</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>io.netty</groupId>-->
<!-- <artifactId>netty-buffer</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>io.netty</groupId>-->
<!-- <artifactId>netty-common</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>io.netty</groupId>-->
<!-- <artifactId>netty-resolver-dns</artifactId>-->
<!-- </exclusion>-->
<exclusion>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit ed39252

Please sign in to comment.